/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-sret-and-byval.cpp | 11 struct Small { struct 65 Small small_return() { return Small(); } in small_return() 103 void small_arg(Small s) {} in small_arg() 201 Small thiscall_method_small() { return Small(); } in thiscall_method_small() 211 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small() 231 void thiscall_method_arg(Small s) {} in thiscall_method_arg() 257 c.thiscall_method_arg(Small()); in use_class()
|
D | thunks.cpp | 184 struct Small { short s; }; struct 201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0; 209 void baz(X, X&, _Complex float, Small, Small&, Large); 212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
D | thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { in Small() function in C 38 (void)c.Small(); in test()
|
/external/clang/test/CodeGen/ |
D | arm64-aapcs-arguments.c | 7 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()
|
D | x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; typedef 24 Small returnSmall(Small x) { return x; } in returnSmall()
|
D | aarch64-type-sizes.c | 84 enum Small { enum 89 return sizeof(enum Small); in foo()
|
D | vectorcall.c | 12 struct Small { int a; }; argument 13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 40 Small = 3 enumerator 53 : Small 109 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedP… 110 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedP… 111 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedP… 112 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBa… 113 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa… 114 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa… 115 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP… 117 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP… [all …]
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator 34 enum Level { Default=0, Small=1, Large=2 }; enumerator 65 return CodeModel::Small; in unwrap() 82 case CodeModel::Small: in wrap()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 712 unsigned Small : 1; variable 759 if (Small && RHS.Small) { in swap() 788 if (!Small && !RHS.Small) { in swap() 794 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 795 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 800 LargeSide.Small = true; in swap() 819 SmallSide.Small = false; in swap() 840 Small = true; in copyFrom() 842 Small = false; in copyFrom() 849 Small = true; in init() [all …]
|
/external/lzma/ |
D | history.txt | 80 - Small changes for more compatibility with some C/C++ compilers. 95 - Small changes for more compatibility with some C/C++ compilers. 100 - Small changes in .h files in ANSI-C version. 169 - Small fixes in C++ code 174 - Small fixes 206 - Small speed optimization in LZMA C++ code
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 40 * Small patch to handle trailing slashes in --proto_path flag. 42 * Small patch to fix Python CallMethod(). 44 * Small optimizations to Python serialization. 71 * Small patch improving performance of in Python serialization.
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 75 CM = CodeModel::Small; in createXCoreMCCodeGenInfo() 77 if (CM != CodeModel::Small && CM != CodeModel::Large) in createXCoreMCCodeGenInfo()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 97 case CodeModel::JITDefault: CM = CodeModel::Small; break; in createSparcMCCodeGenInfo() 114 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSparcV9MCCodeGenInfo()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 88 CM = CodeModel::Small; in createAArch64MCCodeGenInfo() 94 else if (CM != CodeModel::Small && CM != CodeModel::Large) in createAArch64MCCodeGenInfo()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 288 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 291 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo() 294 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 298 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 300 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo() 302 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-misaligned-memcpy-inline.ll | 3 ; Small (16-bytes here) unaligned memcpys should stay memcpy calls if
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCTargetDesc.cpp | 168 CM = CodeModel::Small; in createSystemZMCCodeGenInfo() 170 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in createSystemZMCCodeGenInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 201 CM = CodeModel::Small; in createX86MCCodeGenInfo() 204 CM = is64Bit ? CodeModel::Large : CodeModel::Small; in createX86MCCodeGenInfo()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 65 if (CM == CodeModel::Small) in isPC32DBLSymbol()
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 6 liveCD filesystem from the Damn Small Linux liveCD (release 0.8.4). 12 Damn Small Linux was used. 100 2. Damn Small Linux liveCD performance tests
|
/external/libusb/ |
D | NEWS | 17 * Small fixes/updates
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 71 if (TM.getCodeModel() == CodeModel::Small && in ClassifyGlobalReference()
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ChangeLog | 15 exceptions.py (CommonTree): Small bugfixes.
|
/external/libexif/ |
D | NEWS | 131 * Small fixes: 157 * Small bug fixes (typos, memory leaks, ...) and feature
|