Home
last modified time | relevance | path

Searched refs:Big (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vmemptr-conflicts.cpp53 struct Big { int big[32]; }; struct
55 struct B { virtual Big b(); };
58 virtual Big b();
62 Big b((c->*(&C::b))()); in f()
77 struct Big { struct
78 Big();
79 ~Big();
83 struct B { virtual void __cdecl b(Big); };
86 virtual void __cdecl b(Big);
89 Big b; in f()
Dmicrosoft-abi-sret-and-byval.cpp46 struct Big { struct
97 Big big_return() { return Big(); } in big_return()
194 void big_arg(Big s) {} in big_arg()
216 Big __cdecl cdecl_method_big() { return Big(); } in cdecl_method_big()
241 void thiscall_method_arg(Big s) {} in thiscall_method_arg()
259 c.thiscall_method_arg(Big()); in use_class()
/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp65 const uint64_t Big = 387246523487234346LL; in TEST() local
67 BlockFrequency Freq(Big); in TEST()
70 EXPECT_EQ(Freq.getFrequency(), Big); in TEST()
72 Freq = BlockFrequency(Big); in TEST()
74 EXPECT_EQ(Freq.getFrequency(), Big); in TEST()
/external/clang/test/CodeGen/
Dx86_32-fpcc-struct-return.c11 typedef struct { int a,b,c,d; } Big; typedef
18 Big returnBig(Big x) { return x; } in returnBig()
/external/lzma/
DMethods.txt30 05 - PPC (Big Endian)
51 05 - PPC (Big Endian)
59 05 - M68 (Big Endian)
/external/llvm/test/YAMLParser/
Dspec-02-12.data9 - item : Big Shoes
/external/llvm/test/MC/Mips/
Dmicromips-multiply-instructions.s17 # Big endian
Dmicromips-movcond-instructions.s17 # Big endian
Dmicromips-loadstore-unaligned.s17 # Big endian
Dmicromips-shift-instructions.s19 # Big endian
Dmicromips-trap-instructions.s25 # Big endian
Dmicromips-jump-instructions.s33 # Big endian
Dmicromips-branch-instructions.s37 # Big endian
Dmicromips-control-instructions.s43 # Big endian
Dmicromips-alu-instructions.s45 # Big endian
Dmicromips-loadstore-instructions.s48 # Big endian
Dmicromips-16-bit-instructions.s65 # Big endian
/external/bison/tests/
Dtorture.at134 ## Big triangle. ##
137 AT_SETUP([Big triangle])
224 ## Big horizontal. ##
227 AT_SETUP([Big horizontal])
/external/pdfium/third_party/bigint/
DLICENSE2 C++ Big Integer Library
67 I, Matt McCutchen, the sole author of the original Big Integer Library, waive my
/external/clang/include/clang/AST/
DCommentHTMLTags.td12 def Big : Tag<"big">;
/external/iptables/extensions/
Dlibxt_TCPMSS.man9 which block "ICMP Fragmentation Needed" or "ICMPv6 Packet Too Big"
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-varargs.ll76 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
194 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
315 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
439 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
557 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
678 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
801 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
918 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
1038 ; Big-endian mode for N32/N64 must add an additional 4 to the offset due to byte
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli17 | Big Constructor
76 (** Returns the byte order of a target, either [Endian.Big] or
Dllvm_target.ml12 | Big Constructor
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc1041 struct Big { struct
1042 Big() { memset(array, 0, sizeof(array)); } in Big() argument
1054 Print(Big())); in TEST()

12