Searched refs:checkArithmeticFenceSupported (Results 1 – 5 of 5) sorted by relevance
482 if (Opts.ProtectParens && !checkArithmeticFenceSupported()) { in adjust()
380 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
1504 virtual bool checkArithmeticFenceSupported() const { return false; } in checkArithmeticFenceSupported() function
7574 if (!Context.getTargetInfo().checkArithmeticFenceSupported()) in SemaBuiltinArithmeticFence()
2811 getContext().getTargetInfo().checkArithmeticFenceSupported(); in EmitBuiltinExpr()