Searched defs:empty (Results 101 - 125 of 189) sorted by relevance

12345678

/freebsd-10-stable/contrib/ntp/libntp/
H A Dwork_thread.c373 int empty; local
/freebsd-10-stable/usr.bin/sort/
H A Dbwstring.c850 bwstod(struct bwstring *s0, bool *empty) argument
/freebsd-10-stable/contrib/apr-util/xml/
H A Dapr_xml.c761 int empty = APR_XML_ELEM_IS_EMPTY(elem); local
[all...]
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h665 empty() const function in class:list
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dvstring.h416 empty() const function in class:__versa_string
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h181 bool empty() const { return NumNodes == 0; } function in class:llvm::FoldingSetImpl
632 bool empty() const { return Set.empty(); } function in class:llvm::FoldingSetVector
H A DSmallBitVector.h168 bool empty() const { function in class:llvm::SmallBitVector
H A DSmallVector.h56 bool LLVM_ATTRIBUTE_UNUSED_RESULT empty() const { return BeginX == EndX; } function in class:llvm::SmallVectorBase
[all...]
H A DStringMap.h103 bool empty() const { return NumItems == 0; } function in class:llvm::StringMapImpl
H A DValueMap.h103 bool empty() const { return Map.empty(); } function in class:llvm::ValueMap
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h134 bool empty() const { return SubLoops.empty(); } function in class:llvm::LoopBase
484 bool empty() const { return TopLevelLoops.empty(); } function in class:llvm::LoopInfoBase
613 bool empty() const { return LI.empty(); } function in class:llvm::LoopInfo
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h447 bool empty() const { return Begin == End; } function in class:llvm::MIBundleBuilder
H A DMachineScheduler.h228 bool empty() const { return Queue.empty(); } function in class:llvm::ReadyQueue
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DFunction.h401 bool empty() const { return BasicBlocks.empty(); } function in class:llvm::Function
H A DModule.h536 bool empty() const { return FunctionList.empty(); } function in class:llvm::Module
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp50 bool empty() const { return Queue.empty(); } function in struct:__anon2324::FastPriorityQueue
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h90 bool empty() const { return P == 0 || getFlag() != 0; } function in class:clang::ento::ExplodedNode::NodeGroup
323 bool empty() const { return NumNodes == 0; } function in class:clang::ento::ExplodedGraph
418 bool empty() const { return Impl.empty(); } function in class:clang::ento::ExplodedNodeSet
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h407 bool empty() const { return StartOfData == EndOfBuffer; } function in class:clang::CodeGen::EHScopeStack
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h145 bool empty() const { return OperandList.empty(); } function in class:llvm::CGIOperandList
/freebsd-10-stable/contrib/tnftp/src/
H A Dcmdtab.c181 HSTR empty[] = ""; variable
/freebsd-10-stable/sys/compat/ndis/
H A Dkern_ndis.c1068 int empty = 0; local
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ndf-defs.h314 uint64_t empty : 1; /**< Command fifo is empty */ member in struct:cvmx_ndf_int::cvmx_ndf_int_s
353 uint64_t empty : 1; /**< Command fifo is empty */ member in struct:cvmx_ndf_int_en::cvmx_ndf_int_en_s
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h118 uint8_t empty[2][5]; member in struct:cal_data_op_loop_ar9287
/freebsd-10-stable/usr.bin/join/
H A Djoin.c100 static char *empty; /* empty field replacement string (-e) */ variable
/freebsd-10-stable/bin/pkill/
H A Dpkill.c672 int empty; local

Completed in 204 milliseconds

12345678