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

12

/external/clang/test/Lexer/
H A Dbcpl-escaped-newline.c8 #error qux
9 // expected-error@-1 {{qux}}
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp2.cpp10 template <typename> void qux(); // expected-error{{templates cannot be declared inside of a local class}}
/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);
H A Dmrtd.c17 void qux(int arg, ...) { } function
18 // CHECK: define void @qux(i32 %arg, ...)
21 qux(a1, a2, a3);
24 // CHECK: call void (i32, ...)* @qux
/external/clang/test/Sema/
H A Dwarn-sizeof-array-decay.c6 char qux[30]; local
14 (void)sizeof(foo - qux); // no-warning
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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dloopadsz.asm7 qux: loop qux, cx ; 67 E2 FD label
/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 Dmicrosoft-abi-virtual-member-pointers.cpp20 virtual S qux(U);
44 ptr5 = &C::qux;
/external/chromium_org/gin/modules/
H A Dmodule_registry_unittests.js20 gtest.expectEqual(module1.baz, "qux",
22 gtest.expectFalse(module1.qux,
23 "module1.qux is " + module1.qux);
29 "baz": "qux",
/external/clang/test/Misc/
H A Dserialized-diags.c13 void qux(int x) { function
/external/chromium_org/v8/test/mjsunit/
H A Ddictionary-properties.js13 this.qux = 3;
14 delete this.qux;
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp97 void qux(T) {} function in namespace:PR15291
100 // 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}}
112 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
126 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
157 accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
160 accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
163 accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching function for call to 'accept_T'}}
H A Dattr-optnone.cpp10 __attribute__((optnone)) __forceinline int qux(); // expected-error{{'optnone' and '__forceinline' attributes are not compatible}}
H A Dtypo-correction-pt2.cpp242 Fizbin<int> qux; // expected-error {{unknown type name 'Fizbin'; did you mean '::shadowed_template::Fizbin'?}} \ member in class:shadowed_template::Baz
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-242502.js42 var o4 = %ToFastProperties(Object.create({ qux:1 }, { '': { value:f }}));
/external/clang/test/Index/
H A Dprint-type.cpp28 Qux<int, char*, Foo<int>> qux; member in struct:outer::inner::Bar
93 // 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]
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/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp210 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
252 B::qux(); // expected-error {{use of undeclared identifier 'B'}}
256 struct B { void qux(); };
258 template struct A<C>; // No error! B is a base of A<C>, and qux is available.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfuture_test.py38 def qux(): function in function:FutureTest.testErrorThrowingDelegate
41 return qux()
46 chain = [foo, bar, baz, qux]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py281 unittest_custom_options_pb2.corge].qux)
294 unittest_custom_options_pb2.corge].qux)
305 unittest_custom_options_pb2.corge].qux)
312 unittest_custom_options_pb2.complex_opt3].qux)

Completed in 746 milliseconds

12