Searched defs:Small (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef in typeref:struct:__anon18759
24 Small returnSmall(Small x) { return x; }
H A Daarch64-type-sizes.c84 enum Small { enum
89 return sizeof(enum Small);
H A Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef in typeref:union:__anon18607
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) {
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) {
/external/clang/test/CodeGenCXX/
H A Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { function in class:C
38 (void)c.Small();
H A Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
65 Small small_return() { return Small(); }
66 // LINUX-LABEL: define void @_Z12small_returnv(%struct.Small* noalias sret %agg.result)
103 void small_arg(Small s) {}
104 // LINUX-LABEL: define void @_Z9small_arg5Small(%struct.Small* byval align 4 %s)
105 // WIN32: define void @"\01?small_arg@@YAXUSmall@@@Z"(%struct.Small* byval align 4 %s)
201 Small thiscall_method_small() { return Small(); }
202 // LINUX: define {{.*}} void @_ZN5Class21thiscall_method_smallEv(%struct.Small* noalia
[all...]
H A Dthunks.cpp184 struct Small { short s; }; struct in namespace:Test7
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) { }
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml36 | Small Constructor in type:CodeModel/t
/external/llvm/include/llvm/Support/
H A DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
61 return CodeModel::Small;
78 case CodeModel::Small:
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h40 Small = 3 enumerator in enum:Eigen::__anon20612
53 : Small
104 * This is a compile time mapping from {1,Small,Large}^3 -> {product types} */
109 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedProductMode }; };
110 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedProductMode }; };
111 template<> struct product_type_selector<Small,Small,Small> { enu
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 155 milliseconds