Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1434 unsigned ParameterIndex) const { in isLosingCall()
1437 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingCall()
1443 unsigned ParameterIndex) const { in isLosingEscape()
1445 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingEscape()
1450 unsigned ParameterIndex, ParameterStatus::Kind AfterJoin, in isLosingJoin() argument
1458 StateAfterJoin.getStatusFor(ParameterIndex); in isLosingJoin()
1461 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin); in isLosingJoin()
1466 bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned ParameterIndex, in anySuccessorHasStatus() argument
1469 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus()
1470 return Succ && getState(Succ).getKindFor(ParameterIndex) == ToFind; in anySuccessorHasStatus()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp78 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes() local
79 if (ParameterIndex == AttrNonNull.size()) in setBitsAccordingToParameterAttributes()
83 AttrNonNull.set(ParameterIndex); in setBitsAccordingToParameterAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1023 unsigned ParameterIndex : NumParameterIndexBits; variable
1946 ParmVarDeclBits.ParameterIndex = parameterIndex; in setParameterIndex()
1947 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!"); in setParameterIndex()
1950 unsigned d = ParmVarDeclBits.ParameterIndex; in getParameterIndex()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h552 unsigned ParameterIndex = 0; member
H A DTokenAnnotator.cpp1392 Prev->ParameterIndex = in consumeToken()
4180 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) { in calculateFormattingInformation()
4181 if (Current->ParameterIndex == 1) in calculateFormattingInformation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3056 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()