/external/clang/test/CXX/class/class.friend/ |
p1-ambiguous.cpp | 13 int c_func(foo *a); 19 friend int c_func(foo *a); 26 int c_func(foo *a) { function 35 c_func(this);
|
/external/clang/test/Sema/ |
warn-type-safety.c | 70 void C_func(void *ptr, int tag) __attribute__(( pointer_with_type_tag(c,1,2) )); 79 C_func(ptr, C_tag); // no-warning 80 C_func(ptr, D_tag); // expected-warning {{this type tag was not designed to be used with this function}} 81 C_func(ptr, 10); // no-warning 82 C_func(ptr, 20); // should warn, but may cause false positives 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/clang/test/CodeGenCXX/ |
debug-info-template-member.cpp | 41 // CHECK: [[C_MEM]] = !{[[C_VPTR:![0-9]*]], [[C_FUNC:![0-9]*]]} 44 // CHECK: [[C_FUNC]] = !DISubprogram(name: "func",{{.*}} line: 7,
|
debug-lambda-expressions.cpp | 29 // CHECK: ![[C_FUNC:.*]] = distinct !DISubprogram(name: "c"{{.*}}, line: [[C_LINE:[0-9]+]]{{.*}}, isDefinition: true 58 // CHECK: ![[LAM_C:.*]] = !DICompositeType(tag: DW_TAG_class_type{{.*}}, scope: ![[C_FUNC]]{{.*}}, line: [[C_LINE]],
|
/external/ppp/pppd/ |
main.c | 1310 void (*c_func) __P((void *)); \/* routine *\/ member in struct:callout [all...] |
/external/vulkan-validation-layers/loader/ |
vk-loader-generate.py | 216 func.append(qual + proto.c_func(prefix="vk", attr="VKAPI"))
|
/external/vulkan-validation-layers/ |
vulkan.py | 142 def c_func(self, prefix="", attr=""): [all...] |
vk-layer-generate.py | [all...] |