Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp419 Type *ActualTy = CB.getArgOperand(I)->getType(); in isLegalToPromote() local
482 Type *ActualTy = Arg->getType(); in promoteCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp129 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue()