Searched refs:IsLdrex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp761 bool IsLdrex = BuiltinID == ARM::BI__builtin_arm_ldrex || local
769 if (checkArgCount(*this, TheCall, IsLdrex ? 1 : 2))
776 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1);
794 if (IsLdrex)
814 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg);
847 if (IsLdrex) {

Completed in 128 milliseconds