Home
last modified time | relevance | path

Searched refs:PointerArg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2349 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local
2350 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()
2353 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()
2355 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()
2358 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
2375 << PointerArg->getType() << Context.getPointerType(AddrType) in CheckARMBuiltinExclusiveCall()
2376 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
2381 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()
2384 PointerArg = PointerArgRes.get(); in CheckARMBuiltinExclusiveCall()
2386 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()
[all …]
H A DSemaTemplateDeduction.cpp1673 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local
1674 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()
1675 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local
1677 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()