/external/clang/test/CodeGen/ |
2008-05-12-TempUsedBeforeDef.c | 7 char qux = 1L; local 9 bork(bar && foo, qux);
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-default-cc.cpp | 29 void METHOD_CC qux(); 38 void A::qux() {} function in class:A 40 // MSABI: define x86_thiscallcc void @"\01?qux@A@@QAEXXZ"
|
mangle-ms-back-references-pr13207.cpp | 118 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/ |
serialized-diags.c | 13 void qux(int x) { function
|
/external/clang/test/Sema/ |
self-comparison.c | 21 int qux(int x) { function
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 510 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));
|
descriptor_unittest.cc | 377 // 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 [all...] |