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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
loopadsz.asm 7 qux: loop qux, cx ; 67 E2 FD label
  /external/clang/test/CodeGen/
mrtd.c 17 void qux(int arg, ...) { } function
18 // CHECK: define void @qux(i32 %arg, ...)
21 qux(a1, a2, a3);
24 // CHECK: call void (i32, ...)* @qux
2008-05-12-TempUsedBeforeDef.c 7 char qux = 1L; local
9 bork(bar && foo, qux);
  /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/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
  /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
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]
94 // CHECK: TemplateRef=Qux:12:8 [type=] [typekind=Invalid] [isPOD=0]
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 38 def qux(): function in function:FutureTest.testErrorThrowingDelegate
41 return qux()
46 chain = [foo, bar, baz, qux]
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 97 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'}}
typo-correction-pt2.cpp 242 Fizbin<int> qux; // expected-error {{unknown type name 'Fizbin'; did you mean '::shadowed_template::Fizbin'?}} \ member in class:shadowed_template::Baz
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 616 string* qux = new string("qux"); local
617 field.AddAllocated(qux);
621 EXPECT_EQ(qux, &field.Get(index));
988 *iter = "qux";
989 EXPECT_EQ("qux", proto_array_.Get(0));
    [all...]
descriptor_unittest.cc 379 // optional group qux = 15 {}
390 // We cheat and use TestForeign as the type for qux rather than create
417 AddField(message, "qux", 15,
518 EXPECT_EQ(qux_, message_->FindFieldByName("qux"));
526 EXPECT_TRUE(message2_->FindFieldByName("qux") == NULL);
548 EXPECT_EQ("qux", qux_->name());
555 EXPECT_EQ("TestMessage.qux", qux_->full_name());
1181 EnumDescriptorProto* qux = AddNestedEnum(message, "Qux"); local
    [all...]
  /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
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/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 404 " [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
405 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
421 " name { name_part: \"qux\" "
431 " uninterpreted_option: { name { name_part: \"baz.qux\" "
710 "import public \"qux.proto\";\n",
714 "dependency: \"qux.proto\""
1885 const DescriptorProto& qux = file_.message_type(0).nested_type(1); local
1911 const DescriptorProto& qux = baz.nested_type(0); local
    [all...]

Completed in 1162 milliseconds