/external/clang/test/Sema/ |
warn-type-safety.c | 70 static const int C_tag __attribute__(( type_tag_for_datatype(c,int) )) = 10; 77 C_func(ptr, C_tag); // no-warning 85 C_func(0, C_tag); // no-warning 86 C_func((void *) 0, C_tag); // no-warning 87 C_func((int *) 0, C_tag); // no-warning 88 C_func((long *) 0, C_tag); // expected-warning {{argument type 'long *' doesn't match specified 'c' type tag that requires 'int *'}}
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.cpp | 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // ===== 294 while (s.compare(C_TAG, -1) != 0); //"=====" 300 if (s.compare(C_TAG, -1) == 0){ //"====="
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // ===== 294 while (s.compare(C_TAG, -1) != 0); //"=====" 300 if (s.compare(C_TAG, -1) == 0){ //"====="
|
/bionic/libc/include/sys/ |
exec_elf.h | 607 Elf32_Word c_tag; /* entry tag value */ member in struct:__anon112 615 Elf64_Xword c_tag; /* entry tag value */ member in struct:__anon114 [all...] |