/external/clang/test/CodeGen/ |
fold-const-declref.c | 6 int __negative = 1; local 7 const int __max = __negative && 0 ;
|
/external/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 61 bool __negative = false; local 65 __negative = true; 112 return (__base << 2) | ((int)__negative << 1) | __valid_zero; 274 const bool __negative = (__base_or_zero & 2) != 0; local 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
|
_num_put.c | 277 const bool __negative = __x < 0 ; local 279 __umax_int_t __utemp = __negative?-__temp:__temp; 284 if (__negative)
|