Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
Dthunks.cpp184 struct Small { short s; }; argument
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
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
Darm64-aapcs-arguments.c7 typedef union { __int128 a; } Small; typedef
/external/chromium_org/media/cast/test/utility/
Daudio_utility_unittest.cc14 TEST(AudioTimestampTest, Small) { in TEST() argument
Dbarcode_unittest.cc14 TEST(BarcodeTest, Small) { in TEST() argument
/external/llvm/include/llvm/Support/
DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
/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/chromium_org/third_party/leveldatabase/src/util/
Dbloom_test.cc93 TEST(BloomTest, Small) { in TEST() argument
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) { in TEST() argument
274 TEST(RepeatedPtrField, Small) { in TEST() argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) { in TEST() argument
379 TEST(RepeatedPtrField, Small) { in TEST() argument
/external/llvm/include/llvm/ADT/
DDenseMap.h690 unsigned Small : 1; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2095 Case &Small = *CR.Range.first; in handleSmallSwitchRange() local