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

1 2 3

  /external/clang/test/Lexer/
bcpl-escaped-newline.c 8 #error qux
9 // expected-error@-1 {{qux}}
  /external/llvm/test/MC/AsmParser/
rename.s 7 .size qux, .Ltmp0 - qux
14 // CHECK: .size qux, .Ltmp00-qux
  /external/swiftshader/third_party/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);
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
enable_if.c 69 void qux(int m) __attribute__((overloadable, enable_if(1, ""),
71 void qux(int m) __attribute__((overloadable, enable_if(1, "")));
75 void (*p)(int) = qux;
77 void (*p2)(int) = &qux;
79 p = qux;
81 p = &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
attr-coldhot.c 9 int qux() __attribute__((__hot__)) __attribute__((__cold__)); // expected-error{{'__hot__' and 'cold' attributes are not compatible}} \
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
  /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/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"
microsoft-abi-virtual-member-pointers.cpp 22 virtual S qux(U);
48 ptr5 = &C::qux;
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 10 template <typename> void qux(); // expected-error{{templates cannot be declared inside of a local class}}
  /external/clang/test/Misc/
serialized-diags.c 13 void qux(int x) { function
  /external/clang/test/SemaCXX/
unaddressable-functions.cpp 48 void qux(int a) __attribute__((enable_if(1, "")));
49 void qux(int a) __attribute__((enable_if(true, "")));
50 void qux(int a) __attribute__((enable_if(a, "")));
51 void qux(int a) __attribute__((enable_if(false, "")));
61 call(qux, 0); // expected-error{{no matching function for call to 'call'}} expected-note@53{{candidate template ignored: couldn't infer template argument 'Fn'}}
66 auto Ptr4 = qux; // expected-error{{variable 'Ptr4' with type 'auto' has incompatible initializer of type '<overloaded function type>'}}
attr-optnone.cpp 31 __attribute__((optnone)) __forceinline int qux(); // expected-warning{{'__forceinline' attribute ignored}} expected-note{{conflicting}}
  /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]
usrs.cpp 48 static int qux();
142 // CHECK: usrs.cpp c:@N@foo@N@taz@S@ClsD@F@qux#S Extent=[48:5 - 48:21]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug388.go 26 func qux() { func

Completed in 1855 milliseconds

1 2 3