Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/external/llvm-project/clang/test/CodeGenCXX/
Dtrivial_abi.cpp9 struct __attribute__((trivial_abi)) Small { struct
11 Small(); argument
12 ~Small();
13 Small(const Small &) noexcept;
14 Small &operator=(const Small &);
37 Small s;
42 Small s;
47 virtual Small m0();
51 virtual Small m0();
55 Small m0() override;
[all …]
Dmicrosoft-abi-sret-and-byval.cpp13 struct Small { struct
68 struct BaseNoByval : Small {
86 Small small_return() { return Small(); } in small_return()
141 void small_arg(Small s) {} in small_arg()
296 Small thiscall_method_small() { return Small(); } in thiscall_method_small()
308 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small()
329 void thiscall_method_arg(Small s) {} in thiscall_method_arg()
355 c.thiscall_method_arg(Small()); in use_class()
Ddebug-info-thunk.cpp147 struct Small { short s; }; argument
164 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
172 void baz(X, X&, _Complex float, Small, Small&, Large);
175 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
Dthunks.cpp227 struct Small { short s; }; struct
244 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
252 void baz(X, X&, _Complex float, Small, Small&, Large);
255 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/external/llvm-project/llvm/unittests/ADT/
DBitVectorTest.cpp541 TypeParam Small; in TYPED_TEST() local
545 Small.resize(10); in TYPED_TEST()
547 Small.set(0); in TYPED_TEST()
548 Small.set(1); in TYPED_TEST()
553 Small &= Big; in TYPED_TEST()
554 EXPECT_TRUE(Small.test(0)); in TYPED_TEST()
555 EXPECT_EQ(1u, Small.count()); in TYPED_TEST()
564 TypeParam Small; in TYPED_TEST() local
568 Small.resize(10); in TYPED_TEST()
570 Small.set(0); in TYPED_TEST()
[all …]
/external/llvm-project/libcxx/test/libcxx/utilities/any/
Dallocator.pass.cpp31 struct Small { }; struct
73 struct allocator<Small> {
74 using value_type = Small;
80 Small* allocate(std::size_t) { assert(false); return nullptr; } in allocate()
83 void construct(Small* p, Args&& ...args) { in construct()
84 new (p) Small(std::forward<Args>(args)...); in construct()
88 void destroy(Small* p) { in destroy()
89 p->~Small(); in destroy()
93 void deallocate(Small*, std::size_t) { assert(false); } in deallocate()
116 std::any a = Small(); in main()
/external/eigen/Eigen/src/Core/
DGeneralProduct.h18 Small = 3 enumerator
32 : Small
89 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedP…
90 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedP…
91 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedP…
92 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBa…
93 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa…
94 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa…
95 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP…
97 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP…
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
75 Small small_return() { return Small(); } in small_return()
113 void small_arg(Small s) {} in small_arg()
244 Small thiscall_method_small() { return Small(); } in thiscall_method_small()
254 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small()
274 void thiscall_method_arg(Small s) {} in thiscall_method_arg()
300 c.thiscall_method_arg(Small()); in use_class()
Dthunks.cpp188 struct Small { short s; }; argument
205 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
213 void baz(X, X&, _Complex float, Small, Small&, Large);
216 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/external/llvm-project/clang/test/CodeGen/
Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1()
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
Daarch64-type-sizes.c83 enum Small { enum
88 return sizeof(enum Small); in foo()
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1()
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef
24 Small returnSmall(Small x) { return x; } in returnSmall()
Daarch64-type-sizes.c83 enum Small { enum
88 return sizeof(enum Small); in foo()
/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.proto13 message Small { message
19 repeated Small smalls = 2;
36 optional Small small = 8;
47 map<int32, Small> value_message = 1;
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef
24 Small returnSmall(Small x) { return x; } in returnSmall()
/external/llvm/include/llvm/ADT/
DDenseMap.h748 unsigned Small : 1; variable
795 if (Small && RHS.Small) { in swap()
824 if (!Small && !RHS.Small) { in swap()
830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
836 LargeSide.Small = true; in swap()
855 SmallSide.Small = false; in swap()
876 Small = true; in copyFrom()
878 Small = false; in copyFrom()
885 Small = true; in init()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h748 unsigned Small : 1; variable
795 if (Small && RHS.Small) { in swap()
824 if (!Small && !RHS.Small) { in swap()
830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
836 LargeSide.Small = true; in swap()
855 SmallSide.Small = false; in swap()
876 Small = true; in copyFrom()
878 Small = false; in copyFrom()
885 Small = true; in init()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h36 return CodeModel::Small; in unwrap()
44 return CodeModel::Small; in unwrap()
51 case CodeModel::Small: in wrap()
/external/llvm-project/llvm/include/llvm/Target/
DCodeGenCWrappers.h36 return CodeModel::Small; in unwrap()
44 return CodeModel::Small; in unwrap()
51 case CodeModel::Small: in wrap()
/external/llvm-project/clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp17 concept Small = SmallerThan<T, 2>;
29 X::Small auto o = 'x'; in test1()
43 X::Small auto test7() { return 'a'; } in test7()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h863 unsigned Small : 1; variable
910 if (Small && RHS.Small) { in swap()
939 if (!Small && !RHS.Small) { in swap()
945 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
946 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
951 LargeSide.Small = true; in swap()
970 SmallSide.Small = false; in swap()
991 Small = true; in copyFrom()
993 Small = false; in copyFrom()
1000 Small = true; in init()
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h892 unsigned Small : 1; variable
939 if (Small && RHS.Small) { in swap()
968 if (!Small && !RHS.Small) { in swap()
974 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap()
975 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap()
980 LargeSide.Small = true; in swap()
999 SmallSide.Small = false; in swap()
1020 Small = true; in copyFrom()
1022 Small = false; in copyFrom()
1029 Small = true; in init()
[all …]
/external/llvm/test/Transforms/InstCombine/
Dbuiltin-object-size-offset.ll8 ; char Small[10];
9 ; char *Ptr = N ? Big + 10 : Small;
27 %Small = alloca [10 x i8], align 1
30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dbuiltin-object-size-offset.ll8 ; char Small[10];
9 ; char *Ptr = N ? Big + 10 : Small;
27 %Small = alloca [10 x i8], align 1
30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0

12345678910>>...17