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

<<111213

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h98 bool empty() const { return literals.empty() && globs.empty(); } function in class:lld::macho::SymbolPatterns
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp142 bool empty() const { return Set.empty(); } function in class:__anon2921::InstPartition
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp205 bool empty() { return DbgAssigns.empty() && DPVAssigns.empty(); } function in class:__anon3006::AssignmentTrackingInfo
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp846 bool empty() const { function in struct:__anon2765::SymbolFields::SymbolTypes
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h64 bool empty() const { return InstrList.empty(); } function in struct:llvm::SIInstrWorklist
/freebsd-current/contrib/tnftp/src/
H A Dftp.c518 empty(FILE *ecin, FILE *din, int sec) function
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c511 cchar_t *empty = TypeAlloca(cchar_t, Width); local
520 chtype *empty = TypeAlloca(chtype, Width); local
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c559 empty (fd_set * mask, int sec) function
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dsoftp11.c428 static char empty[] = ""; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h117 bool empty() const { return Set.empty(); } function in class:clang::ento::PathDiagnosticConsumer::FilesMade
[all...]
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h252 uint8_t empty[2][5]; /* future use */ member in struct:calDataPerFreqOpLoop
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_adapter.h212 uint32_t empty; member in struct:sge_fl
/freebsd-current/sys/dev/drm2/
H A Ddrm_edid.c1383 const u8 empty[3] = { 0, 0, 0 }; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h705 bool empty() const { return Stack.empty() || top() == bottom(); } function in struct:DataFlowGraph::DefStack
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp102 bool empty() const { function in struct:__anon2330::OffsetRange
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h83 bool empty() const { function in struct:llvm::MachineValueTypeSet
[all...]
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c601 int empty, i, j, maxcpu, maxid; local
/freebsd-current/sys/arm/allwinner/
H A Daw_i2s.c528 uint32_t count, size, readyptr, written, empty; local
/freebsd-current/usr.bin/top/
H A Dmachine.c279 int i, j, empty, pagesize; local
/freebsd-current/sys/arm64/vmm/io/
H A Dvgic_v3.c1980 bool empty; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1133 bool empty() const { return Candidates.empty(); } function in class:clang::OverloadCandidateSet
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp930 Value2SUsMap empty; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h713 bool empty() const { return Symbols.size() == 1; } function in class:llvm::objcopy::elf::SymbolTableSection
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1402 bool empty() const { return Attachments.empty(); } function in class:llvm::MDAttachments
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h379 bool empty() const { return Files.empty(); } function in class:clang::DiagnosticsEngine::DiagStateMap

Completed in 494 milliseconds

<<111213