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

1 2

  /external/clang/test/Lexer/
bcpl-escaped-newline.c 13 #error quux
  /external/clang/test/Parser/
cxx-default-delete.cpp 21 struct quux { struct
22 int quux() = default; // expected-error{{constructor cannot have a return type}}
cxx1z-attributes.cpp 13 quux [[]][[]] = 4 enumerator in enum:A::test
cxx0x-attributes.cpp 340 [[gnu::deprecated()]] void quux();
MicrosoftExtensions.cpp 356 __declspec() void quux( void ) { function in struct:pure_virtual_dtor_inline
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 4 void quux();
  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 7 short quux; member in struct:Word
mrtd.c 22 void quux(int a1, int a2, int a3) { function
25 // CHECK-LABEL: define x86_stdcallcc void @quux
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 19 class quux { class
20 ~quux() = default;
37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
  /external/clang/test/Sema/
gnu-attributes.c 18 struct s *quux __attribute__((used)); variable in typeref:struct:s
attr-unavailable-message.c 9 int quux(void) __attribute__((__unavailable__(12))); // expected-error {{'__unavailable__' attribute requires a string}}
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 90 void quux() {} function in struct:test2::S10
94 friend void quux(); // expected-error {{no matching function found in local scope}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16.s 43 ld $2,quux
50 lw $2,quux
88 dla $2,quux
118 la $2,quux
220 beqz $2,quux
224 bnez $2,quux
228 bteqz quux
232 btnez quux
236 b quux
258 quux: label
    [all...]
mips16-64.d 46 70: f0c1 fc40 ld v0,930 <quux>
131 1a0: f780 b210 lw v0,930 <quux>
504 6a4: f280 fe4c dla v0,930 <quux>
533 6f6: 0a8f la v0,930 <quux>
648 812: f080 220d beqz v0,930 <quux>
652 81e: f080 2a07 bnez v0,930 <quux>
656 82c: f080 6000 bteqz 930 <quux>
660 83a: 617a btnez 930 <quux>
664 844: 1075 b 930 <quux>
mips16.d 45 70: f0c1 fc40 ld v0,930 <quux>
130 1a0: f780 b210 lw v0,930 <quux>
503 6a4: f280 fe4c dla v0,930 <quux>
532 6f6: 0a8f la v0,930 <quux>
647 812: f080 220d beqz v0,930 <quux>
651 81e: f080 2a07 bnez v0,930 <quux>
655 82c: f080 6000 bteqz 930 <quux>
659 83a: 617a btnez 930 <quux>
663 844: 1075 b 930 <quux>
  /libcore/luni/src/test/java/libcore/xml/
DomSerializationTest.java 44 Attr quux = document.createAttribute("quux"); local
45 quux.setValue("abc");
46 foo.setAttributeNode(quux);
50 assertXmlEquals("<foo quux=\"abc\"><bar/><baz/></foo>", document);
  /build/kati/testcase/
call.mk 11 echo $(call dirx,foo bar/baz quux)
  /external/llvm/test/MC/X86/AlignedBundling/
nesting.s 59 # CHECK-LABEL: quux
60 .type quux,@function
61 quux: label
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 66 enum quux { enum
147 void gamma(class foo, struct bar, union baz, enum quux) {}
  /system/security/keystore/
test-keystore 106 keystore system i baz quux
122 expect "quux"
127 expect "quux"
240 keystore system i baz quux
245 expect "quux"
256 expect "quux"
  /external/v8/test/webkit/
for-in-avoid-duplicates.js 34 constr.prototype = { xxx: "baz", yyy: "quux" };
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 122 void quux() { baz<int>(); } // expected-error {{no matching function for call to 'baz'}} function in namespace:PR15673
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 99 pr5244_bar quux; member in class:pr5244_baz
105 (void)(pr5244_BAR == quuux.quux);
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices_test.py 18 1: Device 011 "quux"
52 (2, 11, 'quux'),
104 Bus 002 Device 011: quux
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 278 unittest_custom_options_pb2.quux])
291 unittest_custom_options_pb2.quux])
301 unittest_custom_options_pb2.quux])

Completed in 528 milliseconds

1 2