Searched refs:ArgB (Results 1 – 2 of 2) sorted by relevance
114 auto *ArgB = dyn_cast_or_null<Argument>(B); in valueComesBefore() local115 if (ArgA && !ArgB) in valueComesBefore()117 if (ArgB && !ArgA) in valueComesBefore()119 if (ArgA && ArgB) in valueComesBefore()120 return ArgA->getArgNo() < ArgB->getArgNo(); in valueComesBefore()238 auto *ArgB = dyn_cast_or_null<Argument>(BDef); in localComesBefore() local240 if (ArgA || ArgB) in localComesBefore()241 return valueComesBefore(ArgA, ArgB); in localComesBefore()
6855 Expr *ArgB = TheCall->getArg(1); in SemaBuiltinARMMemoryTaggingCall() local6858 ExprResult ArgExprB = DefaultFunctionArrayLvalueConversion(ArgB); in SemaBuiltinARMMemoryTaggingCall()6875 if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()6877 << "second" << ArgTypeB << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()6881 ArgTypeB->isAnyPointerType() && !isNull(ArgB)) { in SemaBuiltinARMMemoryTaggingCall()6889 << ArgB->getSourceRange(); in SemaBuiltinARMMemoryTaggingCall()6901 if (isNull(ArgB)) in SemaBuiltinARMMemoryTaggingCall()