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

/external/clang/lib/Sema/
H A DSemaChecking.cpp465 bool IsLdrex = BuiltinID == ARM::BI__builtin_arm_ldrex; local
470 if (checkArgCount(*this, TheCall, IsLdrex ? 1 : 2))
477 Expr *PointerArg = TheCall->getArg(IsLdrex ? 0 : 1);
495 if (IsLdrex)
515 TheCall->setArg(IsLdrex ? 0 : 1, PointerArg);
547 if (IsLdrex) {

Completed in 57 milliseconds