Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h57 bool isEmpty() const { in isEmpty() function
69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
124 bool isEmpty() const { in isEmpty() function
136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
181 bool isEmpty() const { in isEmpty() function
H A DProfileList.h42 bool isEmpty() const { return Empty; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h97 bool isEmpty() const { return JumpTables.empty(); } in isEmpty() function
H A DMachineConstantPool.h143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h150 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h41 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DAutoInitRemark.h68 bool isEmpty() const { return !Name && !Size; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp35 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h141 bool isEmpty() const { return !Root; } in isEmpty() function
306 bool isEmpty() const { return !Root; } in isEmpty() function
H A DImmutableList.h112 bool isEmpty() const { return !X; } in isEmpty() function
H A DTwine.h193 bool isEmpty() const { in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h118 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h126 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h85 bool isEmpty() const { in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h304 bool isEmpty() const { in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h101 bool isEmpty() const { return !Mass; } in isEmpty() function
H A DDependenceAnalysis.h395 bool isEmpty() const { return Kind == Empty; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h211 bool isEmpty() const { return File.empty() && Buffer == None; } in isEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h319 bool isEmpty() const { return NumEntries == 0; } in isEmpty() function

12