Home
last modified time | relevance | path

Searched defs:empty (Results 301 - 325 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp237 const std::string empty = ""; in page() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp521 bool MacroExpander::MacroContext::empty() const empty() function in pp::MacroExpander::MacroContext
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h124 bool empty() const { return begin_ == end_; } in empty() function in spvtools::opt::IteratorRange
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h124 bool empty() const { return begin_ == end_; } in empty() function in spvtools::opt::IteratorRange
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h371 bool empty() const { in empty() function in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_test.cpp41 Instruction empty; in TEST() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp126 UnicodeString empty; in main() local
/third_party/skia/tests/
H A DRefCntTest.cpp272 sk_sp<SkRefCnt> empty; in DEF_TEST() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-color.c104 static hb_face_t *empty = NULL; variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h47 bool empty() const { return Entries.empty(); } in empty() function in llvm::DWARFListType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h212 bool empty() const { return size() == 0; } in empty() function in llvm::pdb::HashTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DUtility.h136 bool empty() const { return CurrentPosition == 0; } in empty() function in OutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h284 inline bool empty() const { return InstList.empty(); } in empty() function in llvm::final
H A DLegacyPassManagers.h147 bool empty() const { return S.empty(); } in empty() function in llvm::PMStack
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.h113 bool empty() const { return Stream.getLength() == 0; } in empty() function in llvm::VarStreamArray
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h251 bool empty() const { return NL.count(A) == 0; }; in empty() function in llvm::xray::Graph::InOutEdgeView
291 bool empty() const { return G.Vertices.empty(); } in empty() function in llvm::xray::Graph::VertexView
328 bool empty() const { return G.Edges.empty(); } in empty() function in llvm::xray::Graph::EdgeView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp336 bool empty() const { return Members.empty(); } in empty() function in __anon25179::CongruenceClass
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h136 bool empty() const { return Length == 0; } in empty() function in llvm::ArrayRef
[all...]
H A DBitVector.h116 bool empty() const { return Size == 0; } in empty() function in llvm::BitVector
H A DSmallPtrSet.h98 LLVM_NODISCARD bool empty() const { return size() == 0; } in empty() function in llvm::SmallPtrSetImplBase
H A Dsimple_ilist.h127 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty() function in llvm::simple_ilist
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h554 bool empty() const { return Attrs.none(); } in empty() function in llvm::AttributeSet::AttrBuilder
H A DBasicBlock.h239 inline bool empty() const { return InstList.empty(); } in empty() function in llvm::BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h43 bool empty() const { return getSGPRNum() == 0 && getVGPRNum() == 0; } in empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h80 bool empty() const { in empty() function

Completed in 23 milliseconds

1...<<11121314151617181920>>...28