Searched refs:qux (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Lexer/
H A Dbcpl-escaped-newline.c8 #error qux
9 // expected-error@-1 {{qux}}
/external/llvm/test/MC/AsmParser/
H A Drename.s7 .size qux, .Ltmp0 - qux
14 // CHECK: .size qux, .Ltmp02-qux
/external/clang/test/CodeGen/
H A D2008-05-12-TempUsedBeforeDef.c7 char qux = 1L; local
9 bork(bar && foo, qux);
/external/clang/test/Analysis/
H A Dinline-not-supported.c20 void (^qux)(int *p) = ^(int *p) { *p = 1; };
22 qux(0); // no-warning
H A Dnull-deref-ps.c123 int* qux();
130 p = qux();
143 p = qux();
156 p = qux();
171 p = qux();
191 int* qux();
199 p = qux(i);
210 p = qux(i);
/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 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/Sema/
H A Dattr-coldhot.c9 int qux() __attribute__((__hot__)) __attribute__((__cold__)); // expected-error{{'__hot__' and cold attributes are not compatible}}
H A Dself-comparison.c21 int qux(int x) { function
/external/clang/test/Index/
H A Dusrs.cpp48 static int qux();
126 // CHECK: usrs.cpp c:@N@foo@N@taz@C@ClsD@F@qux#S Extent=[48:5 - 48:21]
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc510 string* qux = new string("qux"); local
511 field.AddAllocated(qux);
515 EXPECT_EQ(qux, &field.Get(index));
696 *iter = "qux";
697 EXPECT_EQ("qux", proto_array_.Get(0));
808 **iter = "qux";
809 EXPECT_EQ("qux", proto_array_.Get(0));
H A Ddescriptor_unittest.cc377 // optional group qux = 15 {}
388 // We cheat and use TestForeign as the type for qux rather than create
415 AddField(message, "qux", 15,
516 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
524 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
546 EXPECT_EQ("qux", qux_->name());
553 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1179 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
1180 AddEnumValue(qux, "B", 1);
1758 " field { name:'qux' numbe
[all...]

Completed in 1148 milliseconds