/external/llvm/lib/Target/Hexagon/ |
D | HexagonVarargsCallingConvention.h | 76 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/ |
D | ExternalFunctions.cpp | 201 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local 213 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke() local
|
/external/llvm/lib/IR/ |
D | Module.cpp | 206 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local 224 while (Type *ArgTy = va_arg(Args, Type*)) in getOrInsertFunction() local
|
D | Type.cpp | 395 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 438 const PointerType *ArgTy = in getPointedToSymbol() local 490 const Type *ArgTy = Arg->getType().getTypePtr(); in process() local
|
D | BasicObjCFoundationChecks.cpp | 623 QualType ArgTy = msg.getArgExpr(I)->getType(); in checkPreObjCMessage() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2233 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/ |
D | X86FastISel.cpp | 1556 Type *ArgTy = I->getType(); in FastLowerArguments() local 1767 Type *ArgTy = ArgVal->getType(); in DoSelectCall() local
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 509 Type *ArgTy = FTy->getParamType(i); in runFunction() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1051 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandChainLibCall() local
|
D | LegalizeDAG.cpp | 1856 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
|
D | SelectionDAGBuilder.cpp | 6403 Type *ArgTy = VT.getTypeForEVT(CLI.RetTy->getContext()); in LowerCallTo() local 6623 Type *ArgTy = VT.getTypeForEVT(*DAG.getContext()); in LowerArguments() local
|
D | LegalizeIntegerTypes.cpp | 2329 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in ExpandIntRes_XMULO() local
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 825 QualType ArgTy = Arg->getType(); in rewriteToNumberLiteral() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1641 Type *ArgTy = 0; in ParseParameterList() local 1683 Type *ArgTy = 0; in ParseArgumentList() local
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 444 QualType ArgTy = FnInfo.arg_begin()->type; in Emit() local
|
D | CGExprCXX.cpp | 1355 QualType ArgTy = DeleteFTy->getArgType(0); in EmitDeleteCall() local
|
D | CGBuiltin.cpp | 1327 llvm::Type *ArgTy = Arg->getType(); in EmitBuiltinExpr() local
|
D | CGObjCGNU.cpp | 69 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type*)) in init() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 1983 Type *ArgTy = Arg->getType(); in MoveCalls() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1764 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext()); in LowerF128ToCall() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2650 QualType ArgTy = Param->getType(); in GetFullTypeForDeclarator() local
|
D | SemaExpr.cpp | 1322 QualType ArgTy[2]; in BuildCookedLiteralOperatorCall() local 9228 QualType ArgTy = TInfo->getType(); in BuildBuiltinOffsetOf() local 9402 QualType ArgTy = GetTypeFromParser(ParsedArgTy, &ArgTInfo); in ActOnBuiltinOffsetOf() local
|
D | SemaTemplateDeduction.cpp | 3705 QualType ArgTy = Context.getTypeDeclType(Method->getParent()); in AddImplicitObjectParameterType() local
|
D | SemaExprCXX.cpp | 2859 QualType ArgTy) { in CheckUnaryTypeTraitTypeCompleteness()
|