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

1 2

  /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, .Ltmp02-qux
  /external/clang/test/CodeGen/
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
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/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/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"
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
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 39 def qux(): function in function:FutureTest.testErrorThrowingDelegate
42 return qux()
47 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'}}
  /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/chromium_org/tools/grit/grit/node/
message_unittest.py 70 <message name="IDS_BLA" desc="" formatter_data=" foo=123 bar qux=low">
78 'qux': 'low'}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 291 touch(os.path.join(self.subpkgname, 'qux'+os.extsep+'py'), '''\
295 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import qux namespace
297 eq(repr(qux.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.amethod),
300 iqux = qux.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()
303 % (qux.__name__,) ))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 291 touch(os.path.join(self.subpkgname, 'qux'+os.extsep+'py'), '''\
295 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import qux namespace
297 eq(repr(qux.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.amethod),
300 iqux = qux.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()
303 % (qux.__name__,) ))
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_test.py 281 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)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-242502.js 42 var o4 = %ToFastProperties(Object.create({ qux:1 }, { '': { value:f }}));
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 350 "false: 'qux',"
372 ScopedPPVar qux(ScopedPPVar::PassRef(), StringVar::StringToPPVar("qux"));
373 expected->SetWithStringKey("false", qux.get());
  /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...]
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 235 TestGenerator(function* g16() { yield "baz"; gc(); yield "qux"; },
236 ["baz", "qux", undefined],
238 ["baz", "qux", undefined]);
iteration-semantics.js 197 results([10, "foo", /qux/, { value: 37, done: true }])));
  /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));

Completed in 780 milliseconds

1 2