Home
last modified time | relevance | path

Searched defs:checkArithmeticFenceSupported (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h249 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function
H A DAArch64.h163 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function
H A DX86.h415 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1652 virtual bool checkArithmeticFenceSupported() const { return false; } checkArithmeticFenceSupported() function