Searched defs:checkArithmeticFenceSupported (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | SPIR.h | 249 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function |
H A D | AArch64.h | 163 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function |
H A D | X86.h | 415 bool checkArithmeticFenceSupported() const override { return true; } checkArithmeticFenceSupported() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1652 virtual bool checkArithmeticFenceSupported() const { return false; } checkArithmeticFenceSupported() function |