Home
last modified time | relevance | path

Searched defs:ActualTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp447 Type *ActualTy = CB.getArgOperand(I)->getType(); in isLegalToPromote() local
522 Type *ActualTy = Arg->getType(); in promoteCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp130 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue()