HomeSort by relevance Sort by last modified time
    Searched refs:qux (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Lexer/
bcpl-escaped-newline.c 8 #error qux // expected-error {{qux}}
  /external/llvm/test/MC/AsmParser/
rename.s 7 .size qux, .Ltmp0 - qux
14 // CHECK: .size qux, .Ltmp02-qux
  /external/clang/test/CodeGen/
2008-05-12-TempUsedBeforeDef.c 7 char qux = 1L; local
9 bork(bar && foo, qux);
  /external/clang/test/Analysis/
inline-not-supported.c 20 void (^qux)(int *p) = ^(int *p) { *p = 1; };
22 qux(0); // no-warning
null-deref-ps.c 123 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/Misc/
serialized-diags.c 13 void qux(int x) { function
  /external/clang/test/Index/
usrs.cpp 48 static int qux();
126 // CHECK: usrs.cpp c:@N@foo@N@taz@C@ClsD@F@qux#S Extent=[48:5 - 48:21]
  /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...]

Completed in 71 milliseconds