Searched refs:ArgA (Results 1 – 2 of 2) sorted by relevance
107 auto *ArgA = dyn_cast_or_null<Argument>(A); in valueComesBefore() local109 if (ArgA && !ArgB) in valueComesBefore()111 if (ArgB && !ArgA) in valueComesBefore()113 if (ArgA && ArgB) in valueComesBefore()114 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()231 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore() local234 if (ArgA || ArgB) in localComesBefore()235 return valueComesBefore(ArgA, ArgB); in localComesBefore()
8247 Expr *ArgA = TheCall->getArg(0); in SemaBuiltinARMMemoryTaggingCall() local8250 ExprResult ArgExprA = DefaultFunctionArrayLvalueConversion(ArgA); in SemaBuiltinARMMemoryTaggingCall()8264 if (!ArgTypeA->isAnyPointerType() && !isNull(ArgA)) in SemaBuiltinARMMemoryTaggingCall()8266 << "first" << ArgTypeA << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()8273 if (ArgTypeA->isAnyPointerType() && !isNull(ArgA) && in SemaBuiltinARMMemoryTaggingCall()8281 << ArgTypeA << ArgTypeB << ArgA->getSourceRange() in SemaBuiltinARMMemoryTaggingCall()8289 << ArgTypeA << ArgTypeB << ArgA->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()8291 if (isNull(ArgA)) // adopt type of the other pointer in SemaBuiltinARMMemoryTaggingCall()