Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1141 ArgNo OtherArg = getOtherArgNo(); in apply() local
1142 SVal OtherV = getArgSVal(Call, OtherArg); in apply()
1143 QualType OtherT = Summary.getArgType(OtherArg); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2833 Value *OtherArg) { in handleMulByConstant()
2863 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()
2864 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()