Searched refs:ArgB (Results 1 – 2 of 2) sorted by relevance
108 auto *ArgB = dyn_cast_or_null<Argument>(B); 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()232 auto *ArgB = dyn_cast_or_null<Argument>(BDef); in localComesBefore() local234 if (ArgA || ArgB) in localComesBefore()235 return valueComesBefore(ArgA, ArgB); in localComesBefore()
8248 Expr *ArgB = TheCall->getArg(1); in SemaBuiltinARMMemoryTaggingCall() local8251 ExprResult ArgExprB = DefaultFunctionArrayLvalueConversion(ArgB); in SemaBuiltinARMMemoryTaggingCall()8268 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()8270 << "second" << ArgTypeB << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()8274 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in SemaBuiltinARMMemoryTaggingCall()8282 << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()8294 if (isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()