Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp463 const SVal argVal, in IsZeroByteAllocation() argument
467 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()
512 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local
514 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()
518 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
540 SVal argVal = C.getSVal(arg); in CheckCallocZero() local
541 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()
547 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()