Searched defs:empty (Results 276 - 300 of 322) sorted by relevance

<<111213

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1392 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) argument
1397 Create(const ASTContext &C, EmptyShell empty, unsigned numObjects) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h134 bool empty() const { return Parameters.empty() && Constraints.empty(); } function in class:clang::extractapi::Template
219 bool empty() const { function in struct:clang::extractapi::APIRecord::HierarchyInformation
879 bool empty() const { return Name.empty() function in struct:clang::SymbolReference
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp206 bool empty() const { return Q.empty(); } function in struct:__anon2451::Simplifier::WorkListType
[all...]
H A DHexagonISelDAGToDAG.cpp1732 bool empty() { function in class:__anon2443::LeafPrioQueue
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h555 bool empty() const { return Queue.empty(); } function in class:llvm::ReadyQueue
809 bool empty() const { return _Intervals.empty(); } function in class:llvm::ResourceSegments
H A DMachineBasicBlock.h301 bool empty() const { return Insts.empty(); } function in class:llvm::MachineBasicBlock
1326 bool empty() { return begin() == end(); } function in class:llvm::MachineInstrSpan
[all...]
H A DSelectionDAG.h190 bool empty() const { function in class:llvm::SDDbgInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1647 bool empty() const { return N ? N->getNumOperands() == 0 : true; } function in class:llvm::DebugValueUser::MDTupleTypedArrayWrapper
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp132 bool empty() const { return MetadataPtrs.empty(); } function in class:__anon1817::BitcodeReaderMetadataList
354 bool empty() const { return PHs.empty(); } function in class:__anon1817::BitcodeReaderMetadataList::__anon1819::PlaceholderQueue
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h258 bool empty() const { return Symbols.empty(); } function in class:llvm::orc::SymbolLookupSet
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1595 bool empty() const { return Storage.empty(); } function in class:llvm::cl::list_storage
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h572 bool empty() const { return size() == 0; } function in class:__sanitizer::InternalMmapVectorNoCtor
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp532 bool empty() const { return size() == 0; } function in struct:__anon2923::LoopDepthTree
[all...]
H A DConstraintElimination.cpp239 unsigned empty() const { return Coefficients.empty(); } function in struct:__anon2893::ConstraintTy
[all...]
H A DNewGVN.cpp334 bool empty() const { return Members.empty(); } function in class:__anon2958::CongruenceClass
[all...]
/freebsd-current/sys/kern/
H A Dkern_cpuset.c536 domainset_t empty; local
[all...]
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-anchor.c2015 int empty = 1; local
[all...]
/freebsd-current/contrib/dialog/
H A Dutil.c2143 static char empty[] = ""; local
H A Ddialog.c1655 static char empty[] = ""; local
/freebsd-current/contrib/libedit/
H A Dreadline.c72 static char empty[] = { '\0' }; variable
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c321 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
788 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c321 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
788 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c396 char *newrcpt, empty[1]; local
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1400 bool empty() const { return Result.isNull(); } function in class:clang::DeclContextLookupResult
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h929 bool empty() const { return TotalSamples == 0; } function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::FunctionSamples
[all...]

Completed in 580 milliseconds

<<111213