/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Thunk.h | 57 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 D | ProfileList.h | 42 bool isEmpty() const { return Empty; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.h | 47 bool isEmpty() { return Pool.empty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineJumpTableInfo.h | 97 bool isEmpty() const { return JumpTables.empty(); } in isEmpty() function
|
H A D | MachineConstantPool.h | 143 bool isEmpty() const { return Constants.empty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 150 bool isEmpty() const { return LoopPasses.empty() && LoopNestPasses.empty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 41 bool isEmpty() const { return Worklist.empty() && Deferred.empty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | AutoInitRemark.h | 68 bool isEmpty() const { return !Name && !Size; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | ProfileList.cpp | 35 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 D | UninitializedObject.h | 186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 141 bool isEmpty() const { return !Root; } in isEmpty() function 306 bool isEmpty() const { return !Root; } in isEmpty() function
|
H A D | ImmutableList.h | 112 bool isEmpty() const { return !X; } in isEmpty() function
|
H A D | Twine.h | 193 bool isEmpty() const { in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 118 bool isEmpty() const { return Impl->empty(); } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 126 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 21 bool DWARFYAML::Data::isEmpty() const { in isEmpty() function in llvm::DWARFYAML::Data
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | ToolChain.h | 85 bool isEmpty() const { in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprConcepts.h | 304 bool isEmpty() const { in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 101 bool isEmpty() const { return !Mass; } in isEmpty() function
|
H A D | DependenceAnalysis.h | 395 bool isEmpty() const { return Kind == Empty; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 211 bool isEmpty() const { return File.empty() && Buffer == None; } in isEmpty() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 319 bool isEmpty() const { return NumEntries == 0; } in isEmpty() function
|