OpenCoverage

utf8.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssh/src/utf8.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14static int dangerous_locale(void);-
15static int grow_dst(char **, size_t *, size_t, char **, size_t);-
16static int vasnmprintf(char **, size_t, int *, const char *, va_list);-
17static int-
18dangerous_locale(void) {-
19 char *loc;-
20-
21 loc = nl_langinfo(-
22 CODESET-
23 );-
24 return
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
25 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
26 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
27 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
28 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
29 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
30 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
31 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
32 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
33 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
34 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
35 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
36 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
37 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
38 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
39 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
40 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
41 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
42 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
43 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
44 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
45 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
46 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
47 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
48 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
49 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
50 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
51 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
52 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
53 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
54 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
55 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
56 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
57 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
58 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
59 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
60 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
61 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
62 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
63 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
64 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
65 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
66 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
67 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
68 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
69 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
70 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
71 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
72 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
73 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
74 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
75 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
76 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
77 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
78 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
79 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
80 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
81 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
82 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
83 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
84 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
85 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
86 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
87 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
88 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
89 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
90 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
91 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
92 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
93 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
94 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
95 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
96 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
97 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
98 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
99 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "UTF-8" ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
100 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( "UTF-8" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
101 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( "UTF-8" ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
102 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
103 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
104 "UTF-8"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
105 )))); })
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
106 != 0
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 6 times by 1 test
Evaluated by:
  • test_utf8
&&
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
6-21
107
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
108 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
109 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
110 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
111 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
112 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
113 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
114 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
115 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
116 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
117 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
118 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
119 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
120 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
121 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
122 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
123 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
124 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
125 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
126 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
127 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
128 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
129 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
130 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
131 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
132 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
133 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
134 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
135 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
136 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
137 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
138 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
139 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
140 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
141 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
142 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
143 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
144 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
145 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
146 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
147 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
148 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
149 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
150 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
151 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
152 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
153 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
154 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
155 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
156 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
157 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
158 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
159 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
160 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
161 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
162 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
163 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
164 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
165 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
166 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
167 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
168 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
169 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
170 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
171 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
172 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
173 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
174 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
175 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
176 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
177 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
178 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
179 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
180 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
181 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
182 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "US-ASCII" ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
183 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( "US-ASCII" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
184 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( "US-ASCII" ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
185 loc
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
186 ,
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
187 "US-ASCII"
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
188 )))); })
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
189 != 0
__extension__ ... )))); }) != 0Description
TRUEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
&&
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
190
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
191 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
192 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
193 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
194 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
195 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
196 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
197 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
198 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
199 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
200 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
201 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
202 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
203 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
204 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
205 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
206 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
207 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
208 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
209 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
210 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
211 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
212 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
213 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
214 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
215 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
216 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
217 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
218 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
219 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
220 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
221 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
222 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
223 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
224 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
225 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
226 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
227 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
228 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
229 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
230 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
231 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
232 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
233 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
234 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
235 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
236 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
237 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
238 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
239 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
240 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
241 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
242 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
243 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
244 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
245 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
246 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
247 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
248 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
249 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
250 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
251 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
252 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
253 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
254 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
255 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
256 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
257 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
258 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
259 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
260 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
261 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
262 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
263 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
264 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
265 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "ANSI_X3.4-1968" ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
266 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( "ANSI_X3.4-1968" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
267 ))[3] - __s2[3]);
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
never executed: __result = (((const unsigned char *) (const char *) ( "ANSI_X3.4-1968" ))[3] - __s2[3]);
}
never executed: end of block
}
never executed: end of block
__result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
268 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
269 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
270 "ANSI_X3.4-1968"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
271 )))); })
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
272 != 0
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
&&
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
273
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
274 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
275 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
276 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
277 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
278 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
279 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
280 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
281 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
282 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
283 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
284 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
285 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
286 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
287 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
288 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
289 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
290 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
291 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
292 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
293 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
294 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
295 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
296 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
297 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
298 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
299 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
300 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
301 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
302 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
303 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
304 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
305 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
306 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
307 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
308 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
309 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
310 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
311 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
312 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
313 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
314 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
315 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
316 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
317 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
318 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
319 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
320 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
321 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
322 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
323 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
324 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
325 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
326 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
327 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
328 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
329 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
330 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
331 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
332 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
333 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
334 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
335 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
336 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
337 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
338 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
339 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
340 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
341 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
342 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
343 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
344 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
345 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
346 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
347 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
348 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "ISO8859-1" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
349 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( "ISO8859-1" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
350 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
351 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
352 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
353 "ISO8859-1"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
354 )))); })
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
355 != 0
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
&&
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
356
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
357 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
358 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
359 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
360 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
361 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
362 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
363 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
364 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
365 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
366 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
367 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
368 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
369 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
370 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
371 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
372 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
373 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
374 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
375 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
376 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
377 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
378 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
379 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
380 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
381 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
382 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
383 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
384 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
385 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
386 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
387 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
388 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
389 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
390 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
391 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
392 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
393 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
394 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
395 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
396 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
397 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
398 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
399 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
400 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
401 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
402 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
403 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
404 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
405 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
406 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
407 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
408 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
409 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
410 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
411 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
412 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
413 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
414 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
415 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
416 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
417 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
418 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
419 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
420 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
421 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
422 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
423 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
424 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
425 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
426 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
427 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
428 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
429 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
430 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
431 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "646" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
432 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( "646" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
433 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
434 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
435 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
436 "646"
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
437 )))); })
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
438 != 0
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
&&
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
439
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
21
440 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
441 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
442 ) && __builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
443 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
444 ) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
445 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
446 ), __s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
447 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
448 ), (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
449 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
450 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
451 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
452 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
453 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
454 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
455 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
456 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
457 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
458 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
459 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
460 ) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
461 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
462 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
463 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
464 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
465 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
466 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
467 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
468 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
469 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
470 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
471 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
472 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
473 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
474 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
475 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
476 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
477 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
478 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
479 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
480 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
481 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
482 ))[0] - __s2[0]); if (__s1_len > 0
__s1_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
483 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
484 ))[1] - __s2[1]); if (__s1_len > 1
__s1_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
485 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
486 ))[2] - __s2[2]); if (__s1_len > 2
__s1_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
487 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( loc ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
488 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
489 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
490 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
491 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
492 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
493 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
494 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
495 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
496 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
497 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
498 ) && ((size_t)(const void *)((
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
499 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
500 ) + 1) - (size_t)(const void *)(
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
501 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
502 ) == 1) ? __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
503 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
504 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
505 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
506 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
507 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
508 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
509 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
510 ))[0] - __s2[0]); if (__s2_len > 0
__s2_len > 0Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
511 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
512 ))[1] - __s2[1]); if (__s2_len > 1
__s2_len > 1Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) { __result = (((const unsigned char *) (const char *) (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
513 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
514 ))[2] - __s2[2]); if (__s2_len > 2
__s2_len > 2Description
TRUEnever evaluated
FALSEnever evaluated
&& __result == 0
__result == 0Description
TRUEnever evaluated
FALSEnever evaluated
) __result = (((const unsigned char *) (const char *) (
never executed: __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
515 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
never executed: __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]);
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
516 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
517 loc
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
518 ,
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
519 ""
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
520 )))); })
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
521 != 0
__extension__ ... )))); }) != 0Description
TRUEnever evaluated
FALSEnever evaluated
;
executed 21 times by 1 test: return __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( loc ) && __builtin_constant_p ( "UTF-8" ) && (__s1_len = __builtin_strlen ( loc ), __s2_len = __builtin_strlen ( "UTF-8" ), (!((size_t)(const void *)(( loc ) + 1) - (size_t)(const ...= 0) { __result = (((const unsigned char *) (const char *) ( "" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( loc , "" )))); }) != 0;
Executed by:
  • test_utf8
0-21
522}-
523-
524static int-
525grow_dst(char **dst, size_t *sz, size_t maxsz, char **dp, size_t need)-
526{-
527 char *tp;-
528 size_t tsz;-
529-
530 if (*
*dp + need < *dst + *szDescription
TRUEevaluated 1188 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
dp + need < *dst + *sz
*dp + need < *dst + *szDescription
TRUEevaluated 1188 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
)
10-1188
531 return
executed 1188 times by 2 tests: return 0;
Executed by:
  • ssh-keygen
  • test_utf8
0;
executed 1188 times by 2 tests: return 0;
Executed by:
  • ssh-keygen
  • test_utf8
1188
532 tsz = *sz + 128;-
533 if (tsz > maxsz
tsz > maxszDescription
TRUEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
)
0-10
534 tsz = maxsz;
executed 10 times by 1 test: tsz = maxsz;
Executed by:
  • test_utf8
10
535 if ((
(tp = recalloc...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
tp = recallocarray(*dst, *sz, tsz, 1)) ==
(tp = recalloc...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
0-10
536 ((void *)0)
(tp = recalloc...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
0-10
537 )-
538 return
never executed: return -1;
-1;
never executed: return -1;
0
539 *dp = tp + (*dp - *dst);-
540 *dst = tp;-
541 *sz = tsz;-
542 return
executed 10 times by 1 test: return 0;
Executed by:
  • test_utf8
0;
executed 10 times by 1 test: return 0;
Executed by:
  • test_utf8
10
543}-
544static int-
545vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap)-
546{-
547 char *src;-
548 char *sp;-
549 char *dst;-
550 char *dp;-
551 char *tp;-
552 size_t sz;-
553 wchar_t wc;-
554 int len;-
555 int ret;-
556 int width;-
557 int total_width, max_width, print;-
558-
559 src = -
560 ((void *)0)-
561 ;-
562 if ((
(ret = vasprin...fmt, ap)) <= 0Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
ret = vasprintf(&src, fmt, ap)) <= 0
(ret = vasprin...fmt, ap)) <= 0Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
)
2-42
563 goto
executed 2 times by 1 test: goto fail;
Executed by:
  • test_utf8
fail;
executed 2 times by 1 test: goto fail;
Executed by:
  • test_utf8
2
564-
565 sz = strlen(src) + 1;-
566 if ((
(dst = malloc(...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
dst = malloc(sz)) ==
(dst = malloc(...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
0-42
567 ((void *)0)
(dst = malloc(...== ((void *)0)Description
TRUEnever evaluated
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
0-42
568 ) {-
569 free(src);-
570 ret = -1;-
571 goto
never executed: goto fail;
fail;
never executed: goto fail;
0
572 }-
573-
574 if (maxsz > 0x7fffffff
maxsz > 0x7fffffffDescription
TRUEnever evaluated
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
)
0-42
575 maxsz = 0x7fffffff;
never executed: maxsz = 0x7fffffff;
0
576-
577 sp = src;-
578 dp = dst;-
579 ret = 0;-
580 print = 1;-
581 total_width = 0;-
582 max_width = wp ==
wp == ((void *)0)Description
TRUEevaluated 32 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
10-32
583 ((void *)0)
wp == ((void *)0)Description
TRUEevaluated 32 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
10-32
584 ? 0x7fffffff : *wp;-
585 while (*
*sp != '\0'Description
TRUEevaluated 1212 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
sp != '\0'
*sp != '\0'Description
TRUEevaluated 1212 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 42 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
) {
42-1212
586 if ((
(len = mbtowc(...x ()) )) == -1Description
TRUEevaluated 17 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1195 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
len = mbtowc(&wc, sp,
(len = mbtowc(...x ()) )) == -1Description
TRUEevaluated 17 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1195 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
17-1195
587 (__ctype_get_mb_cur_max ())
(len = mbtowc(...x ()) )) == -1Description
TRUEevaluated 17 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1195 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
17-1195
588 )) == -1
(len = mbtowc(...x ()) )) == -1Description
TRUEevaluated 17 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1195 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
) {
17-1195
589 (void)mbtowc(-
590 ((void *)0)-
591 , -
592 ((void *)0)-
593 , -
594 (__ctype_get_mb_cur_max ())-
595 );-
596 if (dangerous_locale()
dangerous_locale()Description
TRUEnever evaluated
FALSEevaluated 17 times by 1 test
Evaluated by:
  • test_utf8
) {
0-17
597 ret = -1;-
598 break;
never executed: break;
0
599 }-
600 len = 1;-
601 width = -1;-
602 }
executed 17 times by 1 test: end of block
Executed by:
  • test_utf8
else if (wp ==
wp == ((void *)0)Description
TRUEevaluated 1180 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
15-1180
603 ((void *)0)
wp == ((void *)0)Description
TRUEevaluated 1180 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 15 times by 1 test
Evaluated by:
  • test_utf8
15-1180
604 &&-
605 (wc == L'\n'
wc == L'\n'Description
TRUEevaluated 14 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 1166 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
|| wc == L'\r'
wc == L'\r'Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1164 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
|| wc == L'\t'
wc == L'\t'Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1162 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
)) {
2-1166
606-
607-
608-
609-
610-
611 width = 0;-
612 }
executed 18 times by 2 tests: end of block
Executed by:
  • ssh-keygen
  • test_utf8
else if ((
(width = wcwidth(wc)) == -1Description
TRUEevaluated 4 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1173 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
width = wcwidth(wc)) == -1
(width = wcwidth(wc)) == -1Description
TRUEevaluated 4 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1173 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
&&
4-1173
613 dangerous_locale()
dangerous_locale()Description
TRUEnever evaluated
FALSEevaluated 4 times by 1 test
Evaluated by:
  • test_utf8
) {
0-4
614 ret = -1;-
615 break;
never executed: break;
0
616 }-
617-
618-
619-
620 if (width >= 0
width >= 0Description
TRUEevaluated 1191 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 21 times by 1 test
Evaluated by:
  • test_utf8
) {
21-1191
621 if (print
printDescription
TRUEevaluated 1191 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEnever evaluated
&& (dp - dst >= (int)maxsz - len
dp - dst >= (int)maxsz - lenDescription
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1189 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
||
0-1191
622 total_width > max_width - width
total_width > ..._width - widthDescription
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 1186 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
))
3-1186
623 print = 0;
executed 5 times by 1 test: print = 0;
Executed by:
  • test_utf8
5
624 if (print
printDescription
TRUEevaluated 1186 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 5 times by 1 test
Evaluated by:
  • test_utf8
) {
5-1186
625 if (grow_dst(&dst, &sz, maxsz,
grow_dst(&dst,...dp, len) == -1Description
TRUEnever evaluated
FALSEevaluated 1186 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
0-1186
626 &dp, len) == -1
grow_dst(&dst,...dp, len) == -1Description
TRUEnever evaluated
FALSEevaluated 1186 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
) {
0-1186
627 ret = -1;-
628 break;
never executed: break;
0
629 }-
630 total_width += width;-
631 memcpy(dp, sp, len);-
632 dp += len;-
633 }
executed 1186 times by 2 tests: end of block
Executed by:
  • ssh-keygen
  • test_utf8
1186
634 sp += len;-
635 if (ret >= 0
ret >= 0Description
TRUEevaluated 1191 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEnever evaluated
)
0-1191
636 ret += len;
executed 1191 times by 2 tests: ret += len;
Executed by:
  • ssh-keygen
  • test_utf8
1191
637 continue;
executed 1191 times by 2 tests: continue;
Executed by:
  • ssh-keygen
  • test_utf8
1191
638 }-
639-
640-
641-
642 while (len > 0
len > 0Description
TRUEevaluated 21 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 21 times by 1 test
Evaluated by:
  • test_utf8
) {
21
643 if (print
printDescription
TRUEevaluated 18 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test_utf8
&& (dp - dst >= (int)maxsz - 4
dp - dst >= (int)maxsz - 4Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 16 times by 1 test
Evaluated by:
  • test_utf8
||
2-18
644 total_width > max_width - 4
total_width > max_width - 4Description
TRUEevaluated 4 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 12 times by 1 test
Evaluated by:
  • test_utf8
))
4-12
645 print = 0;
executed 6 times by 1 test: print = 0;
Executed by:
  • test_utf8
6
646 if (print
printDescription
TRUEevaluated 12 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 9 times by 1 test
Evaluated by:
  • test_utf8
) {
9-12
647 if (grow_dst(&dst, &sz, maxsz,
grow_dst(&dst,... &dp, 4) == -1Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • test_utf8
0-12
648 &dp, 4) == -1
grow_dst(&dst,... &dp, 4) == -1Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • test_utf8
) {
0-12
649 ret = -1;-
650 break;
never executed: break;
0
651 }-
652 tp = vis(dp, *sp, 0x01 | 0x400, 0);-
653 width = tp - dp;-
654 total_width += width;-
655 dp = tp;-
656 }
executed 12 times by 1 test: end of block
Executed by:
  • test_utf8
else
12
657 width = 4;
executed 9 times by 1 test: width = 4;
Executed by:
  • test_utf8
9
658 len--;-
659 sp++;-
660 if (ret >= 0
ret >= 0Description
TRUEevaluated 21 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
)
0-21
661 ret += width;
executed 21 times by 1 test: ret += width;
Executed by:
  • test_utf8
21
662 }
executed 21 times by 1 test: end of block
Executed by:
  • test_utf8
21
663 if (len > 0
len > 0Description
TRUEnever evaluated
FALSEevaluated 21 times by 1 test
Evaluated by:
  • test_utf8
)
0-21
664 break;
never executed: break;
0
665 }
executed 21 times by 1 test: end of block
Executed by:
  • test_utf8
21
666 free(src);-
667 *dp = '\0';-
668 *str = dst;-
669 if (wp !=
wp != ((void *)0)Description
TRUEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 32 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
10-32
670 ((void *)0)
wp != ((void *)0)Description
TRUEevaluated 10 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 32 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
10-32
671 )-
672 *
executed 10 times by 1 test: *wp = total_width;
Executed by:
  • test_utf8
wp = total_width;
executed 10 times by 1 test: *wp = total_width;
Executed by:
  • test_utf8
10
673 if (ret < (int)maxsz
ret < (int)maxszDescription
TRUEevaluated 38 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
FALSEevaluated 4 times by 1 test
Evaluated by:
  • test_utf8
&& !print
!printDescription
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test_utf8
FALSEevaluated 31 times by 2 tests
Evaluated by:
  • ssh-keygen
  • test_utf8
)
4-38
674 ret = -1;
executed 7 times by 1 test: ret = -1;
Executed by:
  • test_utf8
7
675 return
executed 42 times by 2 tests: return ret;
Executed by:
  • ssh-keygen
  • test_utf8
ret;
executed 42 times by 2 tests: return ret;
Executed by:
  • ssh-keygen
  • test_utf8
42
676-
677fail:-
678 if (wp !=
wp != ((void *)0)Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
0-2
679 ((void *)0)
wp != ((void *)0)Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
0-2
680 )-
681 *
executed 2 times by 1 test: *wp = 0;
Executed by:
  • test_utf8
wp = 0;
executed 2 times by 1 test: *wp = 0;
Executed by:
  • test_utf8
2
682 if (ret == 0
ret == 0Description
TRUEevaluated 2 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
) {
0-2
683 *str = src;-
684 return
executed 2 times by 1 test: return 0;
Executed by:
  • test_utf8
0;
executed 2 times by 1 test: return 0;
Executed by:
  • test_utf8
2
685 } else {-
686 *str = -
687 ((void *)0)-
688 ;-
689 return
never executed: return -1;
-1;
never executed: return -1;
0
690 }-
691}-
692-
693int-
694snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...)-
695{-
696 va_list ap;-
697 char *cp;-
698 int ret;-
699-
700 -
701__builtin_va_start(-
702ap-
703,-
704fmt-
705)-
706 ;-
707 ret = vasnmprintf(&cp, sz, wp, fmt, ap);-
708 -
709__builtin_va_end(-
710ap-
711)-
712 ;-
713 if (cp !=
cp != ((void *)0)Description
TRUEevaluated 32 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
0-32
714 ((void *)0)
cp != ((void *)0)Description
TRUEevaluated 32 times by 1 test
Evaluated by:
  • test_utf8
FALSEnever evaluated
0-32
715 ) {-
716 (void)strlcpy(str, cp, sz);-
717 free(cp);-
718 }
executed 32 times by 1 test: end of block
Executed by:
  • test_utf8
else
32
719 *
never executed: *str = '\0';
str = '\0';
never executed: *str = '\0';
0
720 return
executed 32 times by 1 test: return ret;
Executed by:
  • test_utf8
ret;
executed 32 times by 1 test: return ret;
Executed by:
  • test_utf8
32
721}-
722-
723-
724-
725-
726-
727-
728int-
729vfmprintf(FILE *stream, const char *fmt, va_list ap)-
730{-
731 char *str;-
732 int ret;-
733-
734 if ((
(ret = vasnmpr... fmt, ap)) < 0Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
ret = vasnmprintf(&str, 0x7fffffff,
(ret = vasnmpr... fmt, ap)) < 0Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
0-12
735 ((void *)0)
(ret = vasnmpr... fmt, ap)) < 0Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
0-12
736 , fmt, ap)) < 0
(ret = vasnmpr... fmt, ap)) < 0Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
)
0-12
737 return
never executed: return -1;
-1;
never executed: return -1;
0
738 if (fputs(str, stream) ==
fputs(str, stream) == (-1)Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
0-12
739 (-1)
fputs(str, stream) == (-1)Description
TRUEnever evaluated
FALSEevaluated 12 times by 1 test
Evaluated by:
  • ssh-keygen
0-12
740 )-
741 ret = -1;
never executed: ret = -1;
0
742 free(str);-
743 return
executed 12 times by 1 test: return ret;
Executed by:
  • ssh-keygen
ret;
executed 12 times by 1 test: return ret;
Executed by:
  • ssh-keygen
12
744}-
745-
746int-
747fmprintf(FILE *stream, const char *fmt, ...)-
748{-
749 va_list ap;-
750 int ret;-
751-
752 -
753__builtin_va_start(-
754ap-
755,-
756fmt-
757)-
758 ;-
759 ret = vfmprintf(stream, fmt, ap);-
760 -
761__builtin_va_end(-
762ap-
763)-
764 ;-
765 return
never executed: return ret;
ret;
never executed: return ret;
0
766}-
767-
768int-
769mprintf(const char *fmt, ...)-
770{-
771 va_list ap;-
772 int ret;-
773-
774 -
775__builtin_va_start(-
776ap-
777,-
778fmt-
779)-
780 ;-
781 ret = vfmprintf(-
782 stdout-
783 , fmt, ap);-
784 -
785__builtin_va_end(-
786ap-
787)-
788 ;-
789 return
executed 12 times by 1 test: return ret;
Executed by:
  • ssh-keygen
ret;
executed 12 times by 1 test: return ret;
Executed by:
  • ssh-keygen
12
790}-
791void-
792msetlocale(void)-
793{-
794 const char *vars[] = { "LC_ALL", "LC_CTYPE", "LANG", -
795 ((void *)0) -
796 };-
797 char *cp;-
798 int i;-
799-
800-
801-
802-
803-
804 for (i = 0; vars[i] !=
vars[i] != ((void *)0)Description
TRUEevaluated 84 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEnever evaluated
0-84
805 ((void *)0)
vars[i] != ((void *)0)Description
TRUEevaluated 84 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEnever evaluated
0-84
806 ; i++) {-
807 if ((
(cp = getenv(v...== ((void *)0)Description
TRUEevaluated 56 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEevaluated 28 times by 1 test
Evaluated by:
  • ssh-keygen
cp = getenv(vars[i])) ==
(cp = getenv(v...== ((void *)0)Description
TRUEevaluated 56 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEevaluated 28 times by 1 test
Evaluated by:
  • ssh-keygen
28-56
808 ((void *)0)
(cp = getenv(v...== ((void *)0)Description
TRUEevaluated 56 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEevaluated 28 times by 1 test
Evaluated by:
  • ssh-keygen
28-56
809 )-
810 continue;
executed 56 times by 1 test: continue;
Executed by:
  • ssh-keygen
56
811 if (strncasecmp(cp, "TR", 2) != 0
strncasecmp(cp, "TR", 2) != 0Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • ssh-keygen
FALSEnever evaluated
)
0-28
812 break;
executed 28 times by 1 test: break;
Executed by:
  • ssh-keygen
28
813-
814-
815-
816-
817 if ((strcasestr(cp, "UTF-8") !=
strcasestr(cp,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
818 ((void *)0)
strcasestr(cp,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
819 ||-
820 strcasestr(cp, "UTF8") !=
strcasestr(cp,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
821 ((void *)0)
strcasestr(cp,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
822 ) &&-
823 (setlocale(
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
824 0
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
825 , "C.UTF-8") !=
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
826 ((void *)0)
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
827 ||-
828 setlocale(
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
829 0
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
830 , "POSIX.UTF-8") !=
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
831 ((void *)0)
setlocale( 0 ,...!= ((void *)0)Description
TRUEnever evaluated
FALSEnever evaluated
0
832 ))-
833 return;
never executed: return;
0
834 setlocale(-
835 0-
836 , "C");-
837 return;
never executed: return;
0
838 }-
839-
840 setlocale(-
841 0-
842 , "");-
843}
executed 28 times by 1 test: end of block
Executed by:
  • ssh-keygen
28
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2