/external/clang/test/SemaObjC/ |
D | method-bad-param.m | 50 @interface qux interface 55 @implementation qux // expected-warning {{method definition for 'my_method:' not found}} implementation
|
/external/clang/test/CoverageMapping/ |
D | unused_names.c | 26 static int qux() { return 42; } in qux() function
|
/external/clang/test/Sema/ |
D | warn-sizeof-array-decay.c | 6 char qux[30]; in f() local
|
D | self-comparison.c | 21 int qux(int x) { in qux() function
|
/external/clang/test/CodeGen/ |
D | 2008-05-12-TempUsedBeforeDef.c | 7 char qux = 1L; in test() local
|
D | mrtd.c | 19 void qux(int arg, ...) { } in qux() function
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-default-cc.cpp | 38 void A::qux() {} in qux() function in A
|
D | microsoft-abi-byval-sret.cpp | 47 A B::qux(A x) { in qux() function in B
|
D | mangle-ms-back-references-pr13207.cpp | 118 void qux(K<char, I<char>, I<char> >) {} in qux() function
|
/external/clang/test/Misc/ |
D | serialized-diags.c | 13 void qux(int x) { in qux() function
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-242502.js | 42 var o4 = %ToFastProperties(Object.create({ qux:1 }, { '': { value:f }})); property
|
/external/clang/test/Index/ |
D | print-type.cpp | 28 Qux<int, char*, Foo<int>> qux; member
|
/external/clang/test/SemaCXX/ |
D | attr-noreturn.cpp | 97 void qux(T) {} in qux() function
|
D | typo-correction.cpp | 522 …Fizbin<int> qux; // expected-error {{unknown type name 'Fizbin'; did you mean '::shadowed_templat… member in shadowed_template::Baz
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 245 optional int32 qux = 1; field
|
D | repeated_field_unittest.cc | 687 string* qux = new string("qux"); in TEST() local
|
D | descriptor_unittest.cc | 1279 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); in SetUp() local
|
/external/clang/test/SemaTemplate/ |
D | ms-lookup-template-base-classes.cpp | 210 int T::*qux() { return &T::a; } in qux() function 222 int T::*qux() { return &T::b; } // expected-error {{no member named 'b' in 'PR16014::A'}} in qux() function
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2077 const DescriptorProto& qux = file_.message_type(0).nested_type(1); in TEST_F() local 2103 const DescriptorProto& qux = baz.nested_type(0); in TEST_F() local
|