OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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){ //"====="
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_tree.py
[
all
...]
Completed in 138 milliseconds