Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h249 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DAArch64.h168 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
H A DX86.h409 bool checkArithmeticFenceSupported() const override { return true; } in checkArithmeticFenceSupported() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1672 virtual bool checkArithmeticFenceSupported() const { return false; } in checkArithmeticFenceSupported() function