Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h42 const T& getHead() const { return Head; } in getHead() function
96 const value_type& operator*() const { return L->getHead(); }
98 return &L->getHead();
133 const T& getHead() const { in getHead() function
135 return X->getHead(); in getHead()
H A DSparseMultiSet.h400 iterator getHead(const KeyT &Key) { return find(Key); } in getHead() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp80 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
312 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
313 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack()
314 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack()
328 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack()
342 if (LS.isEmpty() || !LS.getHead().isUnrolled()) in isUnrolledState()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h188 const FieldNode &getHead() const { return Chain.getHead(); } in getHead() function
189 const FieldRegion *getUninitRegion() const { return getHead().getRegion(); } in getUninitRegion()
H A DUninitializedObjectChecker.cpp361 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
426 const FieldNode &LastField = getHead(); in printNoteMsg()
447 L.getHead().printNode(Out); in printTail()
448 L.getHead().printSeparator(Out); in printTail()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp505 const MemRegion *firstLockR = LS.getHead(); in ReleaseLockAux()