HomeSort by relevance Sort by last modified time
    Searched full:c_tag (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
warn-type-safety.c 72 static const int C_tag __attribute__(( type_tag_for_datatype(c,int) )) = 10;
79 C_func(ptr, C_tag); // no-warning
87 C_func(0, C_tag); // no-warning
88 C_func((void *) 0, C_tag); // no-warning
89 C_func((int *) 0, C_tag); // no-warning
90 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/icu/icu4c/source/test/intltest/
idnaconf.cpp 25 static const UChar C_TAG[] = {0x3D, 0x3D, 0x3D, 0x3D, 0x3D, 0}; // =====
293 while (s.compare(C_TAG, -1) != 0); //"====="
299 if (s.compare(C_TAG, -1) == 0){ //"====="

Completed in 124 milliseconds