Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp323 const SVal argVal, in IsZeroByteAllocation() argument
327 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()
375 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local
377 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()
381 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()
403 SVal argVal = C.getSVal(arg); in CheckCallocZero() local
404 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()
411 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()