Home
last modified time | relevance | path

Searched defs:Small (Results 1 – 6 of 6) 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
/external/llvm/include/llvm/Support/
DCodeGen.h27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DEnumMapTest.java34 Small, Middle, Big {}; enumConstant
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) { in TEST() argument
274 TEST(RepeatedPtrField, Small) { in TEST() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1929 Case &Small = *CR.Range.first; in handleSmallSwitchRange() local