HomeSort by relevance Sort by last modified time
    Searched refs:IsSmallObject (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/utilities/any/any.nonmembers/
make_any.pass.cpp 105 static_assert(IsSmallObject<SmallThrows>::value, "");
112 static_assert(!IsSmallObject<LargeThrows>::value, "");
  /external/libcxx/test/support/
any_helpers.h 28 struct IsSmallObject
49 return IsSmallObject<Type>::value;
401 static_assert(IsSmallObject<small_tracked_t>::value, "must be small");
421 static_assert(!IsSmallObject<large_tracked_t>::value, "must be small");
experimental_any_helpers.h 26 struct IsSmallObject
42 return IsSmallObject<Type>::value;
  /external/libcxx/test/std/utilities/any/any.class/any.modifiers/
emplace.pass.cpp 153 static_assert(IsSmallObject<SmallThrows>::value, "");
160 static_assert(!IsSmallObject<LargeThrows>::value, "");
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 268 static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL) {
288 if (IsSmallObject(GV, *this)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 265 static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL) {
285 if (IsSmallObject(GV, *this)) {
    [all...]

Completed in 485 milliseconds