Home
last modified time | relevance | path

Searched defs:falseState (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp242 ProgramStateRef trueState, falseState; CheckOpenVariant() local
318 IsZeroByteAllocation(ProgramStateRef state,const SVal argVal,ProgramStateRef * trueState,ProgramStateRef * falseState) IsZeroByteAllocation() argument
330 ReportZeroByteAllocation(CheckerContext & C,ProgramStateRef falseState,const Expr * arg,const char * fn_name) const ReportZeroByteAllocation() argument
363 ProgramStateRef trueState = nullptr, falseState = nullptr; BasicAllocationCheck() local
388 ProgramStateRef trueState = nullptr, falseState = nullptr; CheckCallocZero() local
[all...]