Searched defs:qux (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-05-12-TempUsedBeforeDef.c7 char qux = 1L; local
9 bork(bar && foo, qux);
H A Dmrtd.c19 void qux(int arg, ...) { } function
20 // CHECK: define void @qux(i32 %arg, ...)
23 qux(a1, a2, a3);
26 // CHECK: call void (i32, ...) @qux
/external/clang/test/CoverageMapping/
H A Dunused_names.c9 // CHECK-DAG: @"__llvm_profile_name_unused_names.c:qux" = {{.*}} section "{{.*}}__llvm_prf_names"
26 static int qux() { return 42; } function
/external/clang/test/Sema/
H A Dwarn-sizeof-array-decay.c6 char qux[30]; local
14 (void)sizeof(foo - qux); // no-warning
H A Dself-comparison.c21 int qux(int x) { function
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-default-cc.cpp29 void METHOD_CC qux();
38 void A::qux() {} function in class:A
40 // MSABI: define x86_thiscallcc void @"\01?qux@A@@QAEXXZ"
H A Dmicrosoft-abi-byval-sret.cpp14 A __fastcall qux(A o);
47 A B::qux(A x) { function in class:B
51 // CHECK-LABEL: define x86_fastcallcc void @"\01?qux@B@@QAI?AUA@@U2@@Z"
60 a = b.qux(a);
69 // CHECK: call x86_fastcallcc void @"\01?qux@B@@QAI?AUA@@U2@@Z"
H A Dmangle-ms-back-references-pr13207.cpp118 void qux(K<char, I<char>, I<char> >) {} function in namespace:PR13207
119 // CHECK: "\01?qux@PR13207@@YAXV?$K@DV?$I@D@PR13207@@V12@@1@@Z"
/external/clang/test/Misc/
H A Dserialized-diags.c13 void qux(int x) { function
/external/clang/test/Index/
H A Dprint-type.cpp28 Qux<int, char*, Foo<int>> qux; member in struct:outer::inner::Bar
94 // CHECK: FieldDecl=qux:28:29 (Definition) [type=Qux<int, char *, Foo<int> >] [typekind=Unexposed] [canonicaltype=outer::Qux<int, char *, outer::Foo<int> >] [canonicaltypekind=Record] [templateargs/1=] [isPOD=1]
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp97 void qux(T) {} function in namespace:PR15291
100 // expected-note@+4 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
112 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
126 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
157 accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
160 accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
163 accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching function for call to 'accept_T'}}
H A Dtypo-correction.cpp522 Fizbin<int> qux; // expected-error {{unknown type name 'Fizbin'; did you mean '::shadowed_template::Fizbin'?}} \ member in class:shadowed_template::Baz
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp210 int T::*qux() { return &T::a; } function in class:PR16014::B::T
222 int T::*qux() { return &T::b; } // expected-error {{no member named 'b' in 'PR16014::A'}} function in class:PR16014::C::T
253 B::qux(); // expected-error {{use of undeclared identifier 'B'}} \
258 struct B { void qux(); };
260 template struct A<C>; // No error! B is a base of A<C>, and qux is available.
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc687 string* qux = new string("qux"); local
688 field.AddAllocated(qux);
692 EXPECT_EQ(qux, &field.Get(index));
1075 *iter = "qux";
1076 EXPECT_EQ("qux", proto_array_.Get(0));
1253 **iter = "qux";
1254 EXPECT_EQ("qux", proto_array_.Get(0));
H A Ddescriptor_unittest.cc379 // optional group qux = 15 {}
390 // We cheat and use TestForeign as the type for qux rather than create
417 AddField(message, "qux", 15,
518 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
526 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
548 EXPECT_EQ("qux", qux_->name());
555 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1279 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
1280 AddEnumValue(qux, "B", 1);
2082 " field { name:'qux' numbe
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc405 " [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
406 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
422 " name { name_part: \"qux\" "
432 " uninterpreted_option: { name { name_part: \"baz.qux\" "
777 "import public \"qux.proto\";\n",
781 "dependency: \"qux.proto\""
1348 "message qux {\n"
1393 // qux.proto:
1394 // package qux.baz
1398 // "qux
2077 const DescriptorProto& qux = file_.message_type(0).nested_type(1); local
2103 const DescriptorProto& qux = baz.nested_type(0); local
[all...]

Completed in 393 milliseconds