Searched defs:empty (Results 51 - 75 of 189) sorted by relevance

12345678

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCFunction.h120 bool empty() const { return Blocks.empty(); } function in class:llvm::MCFunction
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h74 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
H A DStmtIterator.h150 bool empty() const { return first == second; } function in struct:clang::StmtRange
193 bool empty() const { return first == second; } function in struct:clang::ConstStmtRange
[all...]
H A DUnresolvedSet.h154 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
/freebsd-10-stable/lib/libc/stdlib/
H A Dradixsort.c127 #define empty(s) (s >= sp) macro
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h43 bool empty; member in struct:n_hint
/freebsd-10-stable/usr.bin/dc/
H A Dstack.c49 bool empty = stack->sp == -1; local
/freebsd-10-stable/contrib/binutils/gas/
H A Dhash.c402 unsigned long empty; local
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h315 empty() const function in class:map
H A Dstl_multimap.h312 empty() const function in class:multimap
H A Dstl_multiset.h253 empty() const function in class:multiset
H A Dstl_set.h261 empty() const function in class:set
/freebsd-10-stable/contrib/libstdc++/libmath/
H A Dmathconf.h199 unsigned int empty:16; member in struct:__anon1895::__anon1896
214 unsigned int empty:16; member in struct:__anon1897::__anon1898
/freebsd-10-stable/contrib/libyaml/src/
H A Dparser.c1174 yaml_parser_parse_flow_mapping_value(yaml_parser_t *parser, yaml_event_t *event, int empty) argument
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DBitVector.h113 bool empty() const { return Size == 0; } function in class:llvm::BitVector
H A DDenseSet.h33 bool empty() const { return TheMap.empty(); } function in class:llvm::DenseSet
H A DEquivalenceClasses.h143 bool empty() const { return TheMapping.empty(); } function in class:llvm::EquivalenceClasses
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h218 inline bool empty() const { return CalledFunctions.empty(); } function in class:llvm::CallGraphNode
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h57 bool empty() { return CurrentFnLexicalScope == NULL; } function in class:llvm::LexicalScopes
H A DLiveIntervalUnion.h73 bool empty() const { return Segments.empty(); } function in class:llvm::LiveIntervalUnion
H A DLiveRangeEdit.h140 bool empty() const { return size() == 0; } function in class:llvm::LiveRangeEdit
H A DScheduleDFS.h128 bool empty() const { return DFSNodeData.empty(); } function in class:llvm::SchedDFSResult
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DBasicBlock.h204 inline bool empty() const { return InstList.empty(); } function in class:llvm::BasicBlock
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h156 inline bool empty() const {return CalledFunctions.empty(); } function in class:clang::CallGraphNode
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBumpVector.h95 bool empty() const { return Begin == End; } function in class:clang::BumpVector

Completed in 142 milliseconds

12345678