Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp1436 unsigned ParameterIndex) const { in isLosingCall()
1439 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingCall()
1445 unsigned ParameterIndex) const { in isLosingEscape()
1447 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingEscape()
1452 unsigned ParameterIndex, ParameterStatus::Kind AfterJoin, in isLosingJoin() argument
1460 StateAfterJoin.getStatusFor(ParameterIndex); in isLosingJoin()
1463 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin); in isLosingJoin()
1468 bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned ParameterIndex, in anySuccessorHasStatus() argument
1471 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus()
1472 return Succ && getState(Succ).getKindFor(ParameterIndex) == ToFind; in anySuccessorHasStatus()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNonNullParamChecker.cpp79 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes() local
80 if (ParameterIndex == AttrNonNull.size()) in setBitsAccordingToParameterAttributes()
84 AttrNonNull.set(ParameterIndex); in setBitsAccordingToParameterAttributes()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h997 unsigned ParameterIndex : NumParameterIndexBits; variable
1899 ParmVarDeclBits.ParameterIndex = parameterIndex; in setParameterIndex()
1900 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!"); in setParameterIndex()
1903 unsigned d = ParmVarDeclBits.ParameterIndex; in getParameterIndex()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h544 unsigned ParameterIndex = 0; member
HDTokenAnnotator.cpp1407 Tok->Previous->ParameterIndex = in consumeToken()
4057 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) { in calculateFormattingInformation()
4058 if (Current->ParameterIndex == 1) in calculateFormattingInformation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp3018 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()