Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp792 ArgNo OtherArg = getOtherArgNo(); in apply() local
793 SVal OtherV = getArgSVal(Call, OtherArg); in apply()
794 QualType OtherT = Summary.getArgType(OtherArg); in apply()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2264 Value *OtherArg) { in handleMulByConstant()
2294 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()
2295 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()