Home
last modified time | relevance | path

Searched refs:getTail (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h43 const ImmutableListImpl* getTail() const { return Tail; } in getTail() function
93 iterator& operator++() { L = L->getTail(); return *this; }
140 ImmutableList getTail() const { in getTail() function
141 return X ? X->getTail() : nullptr; in getTail()
H A DSparseMultiSet.h401 iterator getTail(const KeyT &Key) { in getTail() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp81 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd()
315 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h349 FieldChainInfo NewChain(ChainFactory, Chain.getTail()); in replaceHead()
H A DUninitializedObjectChecker.cpp435 printTail(Out, Chain.getTail()); in printNoteMsg()
445 printTail(Out, L.getTail()); in printTail()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp513 state = state->set<LockSet>(LS.getTail()); in ReleaseLockAux()