Home
last modified time | relevance | path

Searched defs:Small (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
34 enum Level { Default=0, Small=1, Large=2 }; enumerator
/external/clang/test/CodeGenCXX/
Dthunks.cpp184 struct Small { short s; }; argument
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
16 struct SmallCpp11NotCpp03Pod : Empty { argument
/external/clang/test/CodeGen/
Daarch64-type-sizes.c84 enum Small { enum
Dx86_32-fpcc-struct-return.c12 typedef struct { int i; } Small; typedef
Dvectorcall.c12 struct Small { int a; }; struct
Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml36 | Small Constructor
Dllvm_target.mli41 | Small Constructor
/external/eigen/Eigen/src/Core/
DGeneralProduct.h40 Small = 3 enumerator
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) { in TEST() argument
429 TEST(RepeatedPtrField, Small) { in TEST() argument
/external/llvm/include/llvm/ADT/
DDenseMap.h712 unsigned Small : 1; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2134 Case &Small = *CR.Range.first; in handleSmallSwitchRange() local