Searched defs:empty (Results 251 - 275 of 295) sorted by relevance

<<1112

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h188 bool empty() const { function in class:llvm::SDDbgInfo
H A DMachineScheduler.h542 bool empty() const { return Queue.empty(); } function in class:llvm::ReadyQueue
H A DRDFGraph.h672 bool empty() const { return Stack.empty() || top() == bottom(); } function in struct:DataFlowGraph::DefStack
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp482 bool empty() const { function in class:__anon1733::LiveDebugValues::OpenRangesSet
[all...]
H A DScheduleDAGInstrs.cpp918 Value2SUsMap empty; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp100 bool empty() const { function in struct:__anon2229::OffsetRange
H A DHexagonLoopIdiomRecognition.cpp190 bool empty() const { return Q.empty(); } function in struct:__anon2259::Simplifier::WorkListType
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1059 bool empty() const { return Candidates.empty(); } function in class:clang::OverloadCandidateSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h324 bool empty() const { return Files.empty(); } function in class:clang::DiagnosticsEngine::DiagStateMap
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1179 bool empty() const { return Attachments.empty(); } function in class:llvm::MDAttachmentMap
1222 bool empty() const { return Attachments.empty(); } function in class:llvm::MDGlobalAttachmentMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1568 bool empty() const { return Storage.empty(); } function in class:llvm::list_storage
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h718 bool empty() const { return NumValues == 0; } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h503 bool empty() const { return Segments.empty(); } function in class:llvm::coverage::CoverageData
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp150 bool empty() const { return MetadataPtrs.empty(); } function in class:__anon1670::BitcodeReaderMetadataList
371 bool empty() { return PHs.empty(); } function in class:__anon1670::BitcodeReaderMetadataList::__anon1672::PlaceholderQueue
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h500 bool empty() const { return size() == 0; } function in class:__sanitizer::InternalMmapVectorNoCtor
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp217 std::vector<AtomInfo> empty; local
674 const uint8_t *empty = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h682 bool empty() const { return Symbols.size() == 1; } function in class:llvm::objcopy::elf::SymbolTableSection
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h83 bool empty() const { function in struct:llvm::MachineValueTypeSet
[all...]
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c329 int i, j, empty, pagesize; local
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1993 int empty = 1; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dhaifa-sched.c3629 basic_block single, empty; local
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1900 static char empty[] = ""; local
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c1105 int empty; local
H A Dif_vxlan.c1215 int i, empty, error; local
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3173 int type, empty; local

Completed in 391 milliseconds

<<1112