Searched refs:ArgType (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1397 QualType ArgType; member in struct:__anon1716::final::PlacementArg
1470 DeleteArgs.add(Traits::get(CGF, Arg.ArgValue), Arg.ArgType);
H A DCGStmtOpenMP.cpp439 QualType ArgType = FD->getType(); local
449 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
451 ArgType = Ctx.getUIntPtrType();
462 if (ArgType->isVariablyModifiedType())
463 ArgType = getCanonicalParamType(Ctx, ArgType);
469 CapVar ? CapVar->getLocation() : FD->getLocation(), II, ArgType,
473 II, ArgType, ImplicitParamDecl::Other);
H A DCodeGenFunction.h4438 void EmitNonNullArgCheck(RValue RV, QualType ArgType, SourceLocation ArgLoc,
4442 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2447 MachineIRBuilder &B, AMDGPUFunctionArgInfo::PreloadedValue ArgType) const {
2452 std::tie(Arg, RC, ArgTy) = MFI->getPreloadedValue(ArgType);
2497 AMDGPUFunctionArgInfo::PreloadedValue ArgType) const {
2499 const ArgDescriptor *Arg = getArgDescriptor(B, ArgType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6112 QualType ArgType = Arg->getType(); local
6115 !ArgType->isPointerType() ||
6116 !ArgType->getPointeeType().hasAddressSpace()) {
6126 LangAS AS = ArgType->getPointeeType().getAddressSpace();
9239 Sema::CheckTransparentUnionArgumentConstraints(QualType ArgType, argument
9243 // If the ArgType is a Union type, we want to handle a potential
9245 const RecordType *UT = ArgType->getAsUnionType();
9286 ConstructTransparentUnion(*this, Context, RHS, ArgType, InitField);
18722 QualType ArgType = Arg->getType(); local
18724 ArgType
[all...]
H A DSemaInit.cpp5449 QualType ArgType = Initializer->getType();
5451 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
5454 ArgType = S.Context.getPointerType(ArgPointee);
5459 if (!S.isObjCWritebackConversion(ArgType, Entity.getType(),
H A DSemaOverload.cpp6130 QualType ArgType = Proto->getParamType(0).getNonReferenceType();
6131 if (Context.hasSameUnqualifiedType(T1, ArgType))
6139 QualType ArgType = Proto->getParamType(1).getNonReferenceType();
6140 if (Context.hasSameUnqualifiedType(T2, ArgType))
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp8733 using ArgType = typename std::remove_const<typename std::remove_reference<ArgT>::type>::type;
9085 template<typename L, typename ArgType>
9086 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult {
9093 template<typename L, typename ArgType>
9094 static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult {
9100 template<typename ArgType, typename L>
9102 ArgType temp{};
9117 return invokeLambda<typename UnaryLambdaTraits<L>::ArgType>( m_lambda, arg );
9126 static_assert( std::is_same<typename UnaryLambdaTraits<L>::ArgType, bool>::value, "flags must be boolean" );
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2357 auto *ArgType = UseCall
2364 Builder.CreateAlloca(ArgType, AddressSpace, nullptr, "paarg");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1886 for (const DIType *ArgType : Ty->getTypeArray())
1887 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4832 QualType ArgType = getTypeDeclType(TTP); local
4834 ArgType = getPackExpansionType(ArgType, None);
4836 Arg = TemplateArgument(ArgType);
H A DExprConstant.cpp10678 QualType ArgType = Arg->getType();
10694 if (ArgType->isIntegralOrEnumerationType() || ArgType->isFloatingType() ||
10695 ArgType->isAnyComplexType() || ArgType->isPointerType() ||
10696 ArgType->isNullPtrType()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2392 QualType ArgType = proto->getParamType(i); local
2393 RewriteBlockPointerType(FdStr, ArgType);
H A DRewriteObjC.cpp2306 QualType ArgType = proto->getParamType(i); local
2307 RewriteBlockPointerType(FdStr, ArgType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2082 Type *ArgType = Call.getArgOperand(5 + i)->getType(); local
2083 Assert(ArgType == ParamType,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7001 EVT ArgType = Outs[i].VT; local
7002 if (ArgType==MVT::v4f32 || ArgType==MVT::v4i32 ||
7003 ArgType==MVT::v8i16 || ArgType==MVT::v16i8) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11181 AssignConvertType CheckTransparentUnionArgumentConstraints(QualType ArgType,

Completed in 500 milliseconds

123