Searched defs:empty (Results 176 - 200 of 322) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h163 bool empty() const { return OperandList.empty(); } function in class:llvm::CGIOperandList
/freebsd-current/usr.bin/sort/
H A Dbwstring.c747 bwstod(struct bwstring *s0, bool *empty) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp338 bool RawCommentList::empty() const { return OrderedComments.empty(); } function in class:RawCommentList
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h359 bool empty() const { return StartOfData == EndOfBuffer; } function in class:clang::CodeGen::EHScopeStack
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp341 bool empty() const { return Paths.empty(); } function in class:clang::tooling::__anon1056::FileIndex
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h45 bool empty() const { return getSGPRNum() == 0 && getVGPRNum(false) == 0; } function in struct:llvm::GCNRegPressure
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h596 bool empty() const { return Root == nullptr; } function in class:llvm::IntervalTree
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h379 bool empty() const { return StoredDPValues.empty(); } function in class:llvm::DPMarker
H A DBasicBlock.h459 inline bool empty() const { return InstList.empty(); } function in class:llvm::final
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h315 bool empty() const { return MCProbeDivisions.empty(); } function in class:llvm::MCPseudoProbeSections
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1003 static constexpr llvm::StringRef empty; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h208 bool empty() const { return Inputs.empty(); } function
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp106 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { function in class:GDBRemoteCommunicationServerPlatform::PortMap
/freebsd-current/usr.bin/join/
H A Djoin.c88 static char *empty; /* empty field replacement string (-e) */ variable
/freebsd-current/contrib/ntp/libntp/
H A Dwork_thread.c363 int empty; local
/freebsd-current/contrib/tnftp/src/
H A Dcmdtab.c181 HSTR empty[] = ""; variable
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Dcmtime.c141 int empty; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h46 bool empty() const { return bv_.empty(); } function in class:__sanitizer::DeadlockDetectorTLS
H A Dsanitizer_dense_map.h35 WARN_UNUSED_RESULT bool empty() const { return getNumEntries() == 0; } function in class:__sanitizer::DenseMapBase
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp345 const m128 empty = _mm_cmpeq_epi32(shadow, zero); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h294 bool empty() const { function in class:clang::sema::DelayedDiagnosticPool
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h133 size_type empty() const { return V.none(); } function in class:llvm::ImmutableGraph::NodeSet
221 bool empty() const { return V.none(); } function in class:llvm::ImmutableGraph::EdgeSet
325 bool empty() const { return AdjList.empty(); } function in class:llvm::ImmutableGraphBuilder
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c225 nvlist_t *empty = fnvlist_alloc(); local
/freebsd-current/sys/dev/altera/softdma/
H A Dsoftdma.c398 uint32_t empty; local
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h118 uint8_t empty[2][5]; member in struct:cal_data_op_loop_ar9287

Completed in 778 milliseconds

1234567891011>>