Home
last modified time | relevance | path

Searched refs:shouldReverseIterate (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallPtrSet.h230 if (shouldReverseIterate()) { in SmallPtrSetIteratorImpl()
286 if (shouldReverseIterate()) {
296 if (shouldReverseIterate()) {
398 if (shouldReverseIterate())
407 if (shouldReverseIterate())
DDenseMap.h75 if (shouldReverseIterate<KeyT>()) in begin()
85 if (shouldReverseIterate<KeyT>()) in begin()
432 if (shouldReverseIterate<KeyT>()) {
442 if (shouldReverseIterate<KeyT>()) {
1135 if (shouldReverseIterate<KeyT>()) {
1153 if (shouldReverseIterate<KeyT>())
1159 if (shouldReverseIterate<KeyT>())
1181 if (shouldReverseIterate<KeyT>()) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DReverseIteration.h10 bool shouldReverseIterate() { in shouldReverseIterate() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp99 if (shouldReverseIterate<PtrLikeInt *>()) in TEST()