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

1 2 3

  /external/clang/test/CodeGen/
x86_32-fpcc-struct-return.c 11 typedef struct { int a,b,c,d; } Big;
18 Big returnBig(Big x) { return x; }
mcu-struct-return.c 4 struct Big {
14 struct Big b;
  /external/clang/test/CodeGenCXX/
microsoft-abi-vmemptr-conflicts.cpp 53 struct Big { int big[32]; }; member in struct:sret::Big
55 struct B { virtual Big b(); };
58 virtual Big b();
62 Big b((c->*(&C::b))());
68 // CHECK: call x86_thiscallcc void bitcast (void (%"struct.sret::C"*, ...)* @"\01??_9C@sret@@$BA@AE" to void (%"struct.sret::C"*, %"struct.sret::Big"*)*)(%"struct.sret::C"* %{{.*}}, %"struct.sret::Big"* sret %{{.*}})
77 struct Big {
78 Big();
79 ~Big();
80 int big[32]; member in struct:cdecl_inalloca::Big
    [all...]
microsoft-abi-sret-and-byval.cpp 56 struct Big {
107 Big big_return() { return Big(); }
108 // LINUX-LABEL: define void @_Z10big_returnv(%struct.Big* noalias sret %agg.result)
109 // WIN32: define void @"\01?big_return@@YA?AUBig@@XZ"(%struct.Big* noalias sret %agg.result)
110 // WIN64: define void @"\01?big_return@@YA?AUBig@@XZ"(%struct.Big* noalias sret %agg.result)
215 void big_arg(Big s) {}
216 // LINUX-LABEL: define void @_Z7big_arg3Big(%struct.Big* byval align 4 %s)
217 // WIN32: define void @"\01?big_arg@@YAXUBig@@@Z"(%struct.Big* byval align 4 %s)
218 // WIN64: define void @"\01?big_arg@@YAXUBig@@@Z"(%struct.Big* %s
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
BlockFrequencyTest.cpp 41 const uint64_t Big = 387246523487234346LL;
43 BlockFrequency Freq(Big);
46 EXPECT_EQ(Freq.getFrequency(), Big);
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 65 const uint64_t Big = 387246523487234346LL;
67 BlockFrequency Freq(Big);
70 EXPECT_EQ(Freq.getFrequency(), Big);
72 Freq = BlockFrequency(Big);
74 EXPECT_EQ(Freq.getFrequency(), Big);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
BlockFrequencyTest.cpp 65 const uint64_t Big = 387246523487234346LL;
67 BlockFrequency Freq(Big);
70 EXPECT_EQ(Freq.getFrequency(), Big);
72 Freq = BlockFrequency(Big);
74 EXPECT_EQ(Freq.getFrequency(), Big);
  /external/deqp-deps/SPIRV-Tools/test/
binary_endianness_test.cpp 40 TEST(BinaryEndianness, Big) {
  /external/swiftshader/third_party/SPIRV-Tools/test/
binary_endianness_test.cpp 40 TEST(BinaryEndianness, Big) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 3 The test program was too big to comfortably fit in the MimeWriter
34 # B4 == Barry's Big Bass Business :-)
68 ("Connection-Description", "Barry's Big Bass Business"),
117 KP-Connection-Description: Barry's Big Bass Business
161 # B4 == Barry's Big Bass Business :-)
  /external/llvm/test/MC/Mips/
micromips-loadstore-unaligned.s 17 # Big endian
micromips-movcond-instructions.s 17 # Big endian
micromips-multiply-instructions.s 17 # Big endian
micromips-trap-instructions.s 25 # Big endian
  /external/python/cpython2/Lib/test/
test_MimeWriter.py 3 The test program was too big to comfortably fit in the MimeWriter
34 # B4 == Barry's Big Bass Business :-)
68 ("Connection-Description", "Barry's Big Bass Business"),
117 KP-Connection-Description: Barry's Big Bass Business
161 # B4 == Barry's Big Bass Business :-)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
micromips-fpu64-instructions.s 17 # Big endian
micromips-loadstore-unaligned.s 17 # Big endian
micromips-multiply-instructions.s 17 # Big endian
micromips-movcond-instructions.s 21 # Big endian
micromips-trap-instructions.s 25 # Big endian
  /external/capstone/bindings/ocaml/
test_mips.ml 21 (CS_ARCH_MIPS, [CS_MODE_MIPS32; CS_MODE_BIG_ENDIAN], _MIPS_CODE, "MIPS-32 (Big-endian)");
  /external/catch2/include/internal/
catch_tostring.cpp 38 enum Arch { Big, Little };
47 return ( u.asChar[sizeof(int)-1] == 1 ) ? Big : Little;
  /external/skia/tests/
ArenaAllocTest.cpp 30 struct Big {
31 Big() {}
  /external/skqp/tests/
ArenaAllocTest.cpp 30 struct Big {
31 Big() {}
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 12 | Big

Completed in 780 milliseconds

1 2 3