Searched refs:ArgB (Results 1 – 2 of 2) sorted by relevance
116 auto *ArgB = dyn_cast_or_null<Argument>(B); in valueComesBefore() local117 if (ArgA && !ArgB) in valueComesBefore()119 if (ArgB && !ArgA) in valueComesBefore()121 if (ArgA && ArgB) in valueComesBefore()122 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()240 auto *ArgB = dyn_cast_or_null<Argument>(BDef); in localComesBefore() local242 if (ArgA || ArgB) in localComesBefore()243 return valueComesBefore(ArgA, ArgB); in localComesBefore()
7127 Expr *ArgB = TheCall->getArg(1); in SemaBuiltinARMMemoryTaggingCall() local7130 ExprResult ArgExprB = DefaultFunctionArrayLvalueConversion(ArgB); in SemaBuiltinARMMemoryTaggingCall()7147 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()7149 << "second" << ArgTypeB << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()7153 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in SemaBuiltinARMMemoryTaggingCall()7161 << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()7173 if (isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()