Home
last modified time | relevance | path

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

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