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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h41 const T& getHead() const { return Head; } function in class:llvm::ImmutableListImpl
95 const value_type& operator*() const { return L->getHead(); }
97 return &L->getHead();
131 /// getHead - Returns the head of the list.
132 const T& getHead() const { function in class:llvm::ImmutableList
134 return X->getHead();
H A DSparseMultiSet.h400 iterator getHead(const KeyT &Key) { return find(Key); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h188 const FieldNode &getHead() const { return Chain.getHead(); } function in class:clang::ento::FieldChainInfo
189 const FieldRegion *getUninitRegion() const { return getHead().getRegion(); }
H A DUninitializedObjectChecker.cpp363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) {
428 const FieldNode &LastField = getHead();
449 L.getHead().printNode(Out);
450 L.getHead().printSeparator(Out);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt)
260 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
261 LCtx == LS.getHead().getLocationContext()) {
262 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) {
276 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep());
290 if (LS.isEmpty() || !LS.getHead().isUnrolled())
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp324 const MemRegion *firstLockR = LS.getHead();

Completed in 98 milliseconds