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

  /external/clang/test/CodeGen/
mrtd.c 19 void qux(int arg, ...) { } function
20 // CHECK: define void @qux(i32 %arg, ...)
23 qux(a1, a2, a3);
26 // CHECK: call void (i32, ...) @qux
2008-05-12-TempUsedBeforeDef.c 7 char qux = 1L; local
9 bork(bar && foo, qux);
attr-target-x86.c 16 int __attribute__((target("avx, sse4.2, arch= ivybridge"))) qux(int a) { return 4; } function
33 // CHECK: qux{{.*}} #1
ms-volatile.c 12 struct qux { struct
83 int test12(struct qux *p) {
  /external/clang/test/Sema/
warn-sizeof-array-decay.c 6 char qux[30]; local
14 (void)sizeof(foo - qux); // no-warning
self-comparison.c 21 int qux(int x) { function
  /external/clang/test/CoverageMapping/
unused_names.c 9 // CHECK-DAG: @__profn_unused_names.c_qux = {{.*}} [18 x i8] c"unused_names.c:qux"
27 static int qux() { return 42; } function
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug388.go 26 func qux() { func
  /prebuilts/go/linux-x86/test/fixedbugs/
bug388.go 26 func qux() { func
  /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"
microsoft-abi-byval-sret.cpp 14 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"
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"
mangle-ms.cpp 448 // CHECK-DAG: define i32 @"\01?qux@PassObjectSize@@YAHQAHW4__pass_object_size1@__clang@@0W4__pass_object_size0@3@@Z"
449 int qux(int *const i __attribute__((pass_object_size(1))), int *const j __attribute__((pass_object_size(0)))) { return 0; } function in namespace:PassObjectSize
  /external/clang/test/Misc/
serialized-diags.c 13 void qux(int x) { function
  /art/test/018-stack-overflow/src/
Main.java 80 qux(pad1, pad2, pad3); method
83 private static void qux(double pad1, double pad2, double pad3) { method in class:Main
  /external/clang/test/Index/
print-type.cpp 12 struct Qux { };
28 Qux<int, char*, Foo<int>> qux; member in struct:outer::inner::Bar
102 // 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]
103 // CHECK: TemplateRef=Qux:12:8 [type=] [typekind=Invalid] [isPOD=0]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 210 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/
repeated_field_unittest.cc 744 string* qux = new string("qux"); local
745 field.AddAllocated(qux);
749 EXPECT_EQ(qux, &field.Get(index));
1165 *iter = "qux";
1166 EXPECT_EQ("qux", proto_array_.Get(0));
    [all...]
descriptor_unittest.cc 508 // optional group qux = 15 {}
534 // We cheat and use TestForeign as the type for qux rather than create
561 AddField(message, "qux", 15,
730 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
738 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
760 EXPECT_EQ("qux", qux_->name());
767 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1526 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 473 " [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
474 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
490 " name { name_part: \"qux\" "
500 " uninterpreted_option: { name { name_part: \"baz.qux\" "
935 "import public \"qux.proto\";\n",
939 "dependency: \"qux.proto\""
2550 const DescriptorProto& qux = file_.message_type(0).nested_type(1); local
2576 const DescriptorProto& qux = baz.nested_type(0); local
    [all...]
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 245 void qux(T) {} function in namespace:PR15291
248 // 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}}
260 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
274 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
305 accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
308 accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
311 accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching function for call to 'accept_T'}}
typo-correction.cpp 529 Fizbin<int> qux; // expected-error {{unknown type name 'Fizbin'; did you mean '::shadowed_template::Fizbin'?}} \ member in class:shadowed_template::Baz

Completed in 450 milliseconds