Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp351 Type *ActualTy = CS.getArgument(I)->getType(); in isLegalToPromote() local
397 Type *ActualTy = Arg->getType(); in promoteCall() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp127 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue()