Home
last modified time | relevance | path

Searched defs:ArgTy (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
DHexagonVarargsCallingConvention.h76 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext()); in CC_Hexagon32_VarArgs() local
131 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext()); in RetCC_Hexagon32_VarArgs() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp201 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
213 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
/external/llvm/lib/IR/
DModule.cpp206 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
224 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
DType.cpp395 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType()
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp438 const PointerType *ArgTy = in getPointedToSymbol() local
490 const Type *ArgTy = Arg->getType().getTypePtr(); in process() local
DBasicObjCFoundationChecks.cpp623 QualType ArgTy = msg.getArgExpr(I)->getType(); in checkPreObjCMessage() local
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2233 Type *ArgTy = Op->getType(); in ARMEmitLibcall() local
2361 Type *ArgTy = (*i)->getType(); in SelectCall() local
2920 Type *ArgTy = I->getType(); in FastLowerArguments() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1556 Type *ArgTy = I->getType(); in FastLowerArguments() local
1767 Type *ArgTy = ArgVal->getType(); in DoSelectCall() local
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp509 Type *ArgTy = FTy->getParamType(i); in runFunction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp1051 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
DLegalizeDAG.cpp1856 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandLibCall() local
1938 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
2067 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandDivRemLibCall() local
DSelectionDAGBuilder.cpp6403 Type *ArgTy = VT.getTypeForEVT(CLI.RetTy->getContext()); in LowerCallTo() local
6623 Type *ArgTy = VT.getTypeForEVT(*DAG.getContext()); in LowerArguments() local
DLegalizeIntegerTypes.cpp2329 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp825 QualType ArgTy = Arg->getType(); in rewriteToNumberLiteral() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1641 Type *ArgTy = 0; in ParseParameterList() local
1683 Type *ArgTy = 0; in ParseArgumentList() local
/external/clang/lib/CodeGen/
DCGDecl.cpp444 QualType ArgTy = FnInfo.arg_begin()->type; in Emit() local
DCGExprCXX.cpp1355 QualType ArgTy = DeleteFTy->getArgType(0); in EmitDeleteCall() local
DCGBuiltin.cpp1327 llvm::Type *ArgTy = Arg->getType(); in EmitBuiltinExpr() local
DCGObjCGNU.cpp69 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*)) in init() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1983 Type *ArgTy = Arg->getType(); in MoveCalls() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1764 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128ToCall() local
/external/clang/lib/Sema/
DSemaType.cpp2650 QualType ArgTy = Param->getType(); in GetFullTypeForDeclarator() local
DSemaExpr.cpp1322 QualType ArgTy[2]; in BuildCookedLiteralOperatorCall() local
9228 QualType ArgTy = TInfo->getType(); in BuildBuiltinOffsetOf() local
9402 QualType ArgTy = GetTypeFromParser(ParsedArgTy, &ArgTInfo); in ActOnBuiltinOffsetOf() local
DSemaTemplateDeduction.cpp3705 QualType ArgTy = Context.getTypeDeclType(Method->getParent()); in AddImplicitObjectParameterType() local
DSemaExprCXX.cpp2859 QualType ArgTy) { in CheckUnaryTypeTraitTypeCompleteness()

12