Home
last modified time | relevance | path

Searched defs:isSmall (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallSet.h124 bool isSmall() const { return Set.empty(); } in isSmall() function in llvm::SmallSet
H A DSmallPtrSet.h182 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function in llvm::SmallPtrSetImplBase
H A DSmallVector.h87 bool isSmall() const { in isSmall() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallSet.h48 bool isSmall; member in llvm::SmallSetIterator
236 bool isSmall() const { return Set.empty(); } isSmall() function in llvm::SmallSet
[all...]
H A DSmallPtrSet.h194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function in llvm::SmallPtrSetImplBase
H A DSmallBitVector.h184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function in llvm::SmallBitVector
[all...]
H A DSmallVector.h103 bool isSmall() const { return BeginX == getFirstEl(); } in isSmall() function in llvm::SmallVectorTemplateCommon
/third_party/skia/bench/
H A DDisplacementBench.cpp78 inline bool isSmall() const { return fIsSmall; } in isSmall() function in DisplacementBaseBench

Completed in 7 milliseconds