Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp690 ProgramStateRef bindReturnValue(ProgramStateRef State, CheckerContext &C, in bindReturnValue() function
696 ProgramStateRef bindReturnValue(ProgramStateRef State, CheckerContext &C, in bindReturnValue() function
1029 C.addTransition(E.bindReturnValue(State, C, 0)); in evalFclose()
1030 C.addTransition(E.bindReturnValue(State, C, *EofVal)); in evalFclose()
1173 C.addTransition(E.bindReturnValue(State, C, 0)); in evalFreadFwrite()
1268 StateFailed = E.bindReturnValue(State, C, *EofVal); in evalFgetx()
1320 ProgramStateRef StateFailed = E.bindReturnValue(State, C, *EofVal); in evalFputx()
1408 ProgramStateRef StateFailed = E.bindReturnValue(State, C, *EofVal); in evalFscanf()
1427 ProgramStateRef StateNotFailed = E.bindReturnValue(State, C, *PutVal); in evalUngetc()
1438 ProgramStateRef StateFailed = E.bindReturnValue(State, C, *EofVal); in evalUngetc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp740 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue() function in ExprEngine
834 State = bindReturnValue(Call, Pred->getLocationContext(), State); in conservativeEvalCall()
H A DExprEngineCXX.cpp105 State = bindReturnValue(Call, LCtx, State); in performTrivialCopy()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h706 ProgramStateRef bindReturnValue(const CallEvent &Call,