Searched defs:empty (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/locale/
H A Dlmessages.c52 static char empty[] = ""; variable
H A Dlmonetary.c49 static char empty[] = ""; variable
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c119 static const char *empty[] = { variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h31 bool empty() const { return Version == 0; } function in class:llvm::MachO::PackedVersion
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp57 bool ConstantPool::empty() { return Entries.empty(); } function in class:ConstantPool
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h93 bool empty() const { return begin() == end(); } function in class:clang::PostOrderCFGView
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h60 bool empty() const { return Mask == 0; } function in struct:clang::XRayInstrSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h73 bool empty() const { function in class:clang::CodeGen::swiftcall::SwiftAggLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h109 bool empty() const { function in class:llvm::BlotMapVector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h55 bool empty() const { return StructTypes.empty(); } function in class:llvm::TypeFinder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h72 bool empty() const { function in class:llvm::SetVector
[all...]
H A DUniqueVector.h90 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h76 bool empty() const { return LiveRegs.empty(); } function in class:llvm::LivePhysRegs
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h62 bool empty() const { function in class:llvm::VersionTuple
H A DStringPool.h70 inline bool empty() const { return InternTable.empty(); } function in class:llvm::StringPool
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_prio_q.c125 int empty( function
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_stack.h138 empty() const function in class:stack
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter_streamline.c34 bool empty; member in struct:ucl_emitter_streamline_stack
/freebsd-11-stable/lib/libc/stdio/
H A Dfindfp.c98 static FILE empty = { ._fl_mutex = PTHREAD_MUTEX_INITIALIZER }; local
/freebsd-11-stable/usr.bin/hexdump/
H A Dodsyntax.c65 static char empty[] = "", padding[] = PADDING; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h31 bool empty() const { return Filename.empty(); } function in struct:llvm::LocationMetadata
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h143 bool empty() const { return Blocks.empty(); } function in class:llvm::xray::Profile
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h25 bool empty() { return imports.empty(); } function in class:lld::coff::IdataContents
42 bool empty() { return imports.empty(); } function in class:lld::coff::DelayLoadContents
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h76 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h96 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Trace

Completed in 212 milliseconds

1234567891011>>