Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp481 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1); in CheckARMBuiltinExclusiveCall() local
482 ExprResult PointerArgRes = DefaultFunctionArrayLvalueConversion(PointerArg); in CheckARMBuiltinExclusiveCall()
485 PointerArg = PointerArgRes.take(); in CheckARMBuiltinExclusiveCall()
487 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall()
490 << PointerArg->getType() << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
507 << PointerArg->getType() in CheckARMBuiltinExclusiveCall()
509 << AA_Passing << PointerArg->getSourceRange(); in CheckARMBuiltinExclusiveCall()
514 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded); in CheckARMBuiltinExclusiveCall()
517 PointerArg = PointerArgRes.take(); in CheckARMBuiltinExclusiveCall()
519 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg); in CheckARMBuiltinExclusiveCall()
[all …]
DSemaTemplateDeduction.cpp1227 if (const PointerType *PointerArg = Arg->getAs<PointerType>()) { in DeduceTemplateArgumentsByTypeMatch() local
1228 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()
1229 } else if (const ObjCObjectPointerType *PointerArg in DeduceTemplateArgumentsByTypeMatch() local
1231 PointeeType = PointerArg->getPointeeType(); in DeduceTemplateArgumentsByTypeMatch()