Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp218 const SVal argVal, in IsZeroByteAllocation()
268 SVal argVal = state->getSVal(arg, C.getLocationContext()); in BasicAllocationCheck() local
296 SVal argVal = state->getSVal(arg, C.getLocationContext()); in CheckCallocZero() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp325 const SVal argVal, in IsZeroByteAllocation()
377 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local
405 SVal argVal = C.getSVal(arg); in CheckCallocZero() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp955 Value argVal = this->writeExpression(*arg); in writeIntrinsicCall() local