Home
last modified time | relevance | path

Searched refs:CheckAll (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat_test.cc566 void CheckAll(uint64_t v) { in CheckAll() function
574 CheckAll(i); in TestFastPrints()
577 CheckAll(std::numeric_limits<uint64_t>::max()); in TestFastPrints()
578 CheckAll(std::numeric_limits<uint64_t>::max() - 1); in TestFastPrints()
579 CheckAll(std::numeric_limits<int64_t>::min()); in TestFastPrints()
580 CheckAll(std::numeric_limits<int64_t>::min() + 1); in TestFastPrints()
581 CheckAll(std::numeric_limits<uint32_t>::max()); in TestFastPrints()
582 CheckAll(std::numeric_limits<uint32_t>::max() - 1); in TestFastPrints()
583 CheckAll(std::numeric_limits<int32_t>::min()); in TestFastPrints()
584 CheckAll(std::numeric_limits<int32_t>::min() + 1); in TestFastPrints()
[all …]
/third_party/abseil-cpp/absl/strings/
Dstr_cat_test.cc566 void CheckAll(uint64_t v) { in CheckAll() function
574 CheckAll(i); in TestFastPrints()
577 CheckAll(std::numeric_limits<uint64_t>::max()); in TestFastPrints()
578 CheckAll(std::numeric_limits<uint64_t>::max() - 1); in TestFastPrints()
579 CheckAll(std::numeric_limits<int64_t>::min()); in TestFastPrints()
580 CheckAll(std::numeric_limits<int64_t>::min() + 1); in TestFastPrints()
581 CheckAll(std::numeric_limits<uint32_t>::max()); in TestFastPrints()
582 CheckAll(std::numeric_limits<uint32_t>::max() - 1); in TestFastPrints()
583 CheckAll(std::numeric_limits<int32_t>::min()); in TestFastPrints()
584 CheckAll(std::numeric_limits<int32_t>::min() + 1); in TestFastPrints()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td23 def ZeroIdiomVPERMPredicate : CheckAll<[
30 def IsThreeOperandsLEAPredicate: CheckAll<[
41 CheckAll<[
125 def IsAtomicCompareAndSwap_8 : CheckAll<[
130 def IsAtomicCompareAndSwap : CheckAll<[
135 def IsAtomicCompareAndSwap8B : CheckAll<[
140 def IsAtomicCompareAndSwap16B : CheckAll<[
DX86ScheduleBtVer2.td938 CheckAll<[
DX86SchedHaswell.td1951 CheckAll<[
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredExynos.td18 CheckAll<
29 CheckAll<[CheckOpcode<[BLR]>,
40 CheckAll<
85 CheckAll<
132 CheckAll<
145 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
DAArch64SchedPredicates.td64 def CheckHForm : CheckAll<[CheckIsRegOperand<0>,
99 def CheckSForm : CheckAll<[CheckIsRegOperand<0>,
134 def CheckDForm : CheckAll<[CheckIsRegOperand<0>,
169 def CheckQForm : CheckAll<[CheckIsRegOperand<0>,
352 CheckAll<
366 CheckAll<
421 CheckAll<
434 CheckAll<
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedSetGet.cpp67 if (!state.CheckAll()) in iterate()
77 if (!state.CheckAll()) in iterate()
85 if (!state.CheckAll()) in iterate()
DesextcDrawBuffersIndexedDefaultState.cpp62 if (!state.CheckAll()) in iterate()
DesextcDrawBuffersIndexedBase.hpp97 bool CheckAll();
DesextcDrawBuffersIndexedBase.cpp198 bool DrawBuffersIndexedBase::BlendMaskStateMachine::CheckAll() in CheckAll() function in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td16 // def MCInstPredicateExample : CheckAll<[
24 // The `CheckAll` from the example defines a composition of three different
181 // A sequence of predicates. It is used as the base class for CheckAll, and
188 class CheckAll<list<MCInstPredicate> Sequence>