Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp905 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor() local
907 if (CurrentParamStatus.seenAnyCalls()) { in processCallFor()
916 CurrentParamStatus.getKind() == ParameterStatus::DefinitelyCalled); in processCallFor()
920 CurrentParamStatus = ParameterStatus::Reported; in processCallFor()
922 } else if (CurrentParamStatus.getKind() != ParameterStatus::Reported) { in processCallFor()
926 CurrentParamStatus = Called; in processCallFor()
932 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor() local
935 if (CurrentParamStatus.isErrorStatus()) { in processEscapeFor()
936 CurrentParamStatus = ParameterStatus::Escaped; in processEscapeFor()
1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression() local
[all …]