Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1435 unsigned ParameterIndex) const { in isLosingCall()
1438 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingCall()
1444 unsigned ParameterIndex) const { in isLosingEscape()
1446 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingEscape()
1451 unsigned ParameterIndex, ParameterStatus::Kind AfterJoin, in isLosingJoin() argument
1459 StateAfterJoin.getStatusFor(ParameterIndex); in isLosingJoin()
1462 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin); in isLosingJoin()
1467 bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned ParameterIndex, in anySuccessorHasStatus() argument
1470 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus()
1471 return Succ && getState(Succ).getKindFor(ParameterIndex) == ToFind; in anySuccessorHasStatus()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); in setBitsAccordingToParameterAttributes() local
78 if (ParameterIndex == AttrNonNull.size()) in setBitsAccordingToParameterAttributes()
82 AttrNonNull.set(ParameterIndex); in setBitsAccordingToParameterAttributes()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h954 unsigned ParameterIndex : NumParameterIndexBits; variable
1796 ParmVarDeclBits.ParameterIndex = parameterIndex; in setParameterIndex()
1797 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!"); in setParameterIndex()
1800 unsigned d = ParmVarDeclBits.ParameterIndex; in getParameterIndex()
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h406 unsigned ParameterIndex = 0; member
H A DTokenAnnotator.cpp897 Tok->Previous->ParameterIndex = in consumeToken()
2551 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) { in calculateFormattingInformation()
2552 if (Current->ParameterIndex == 1) in calculateFormattingInformation()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2832 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()