Home
last modified time | relevance | path

Searched defs:hasBitIntType (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARC.h71 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DXCore.h78 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DLanai.h92 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPNaCl.h74 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSparc.h183 bool hasBitIntType() const override { return true; } in hasBitIntType() function
236 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DCSKY.h98 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DHexagon.h143 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DNVPTX.h206 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DLoongArch.h104 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DRISCV.h110 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSystemZ.h265 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DWebAssembly.h175 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DARM.h226 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSPIR.h232 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DMips.h448 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAMDGPU.h437 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPPC.h359 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAArch64.h250 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DX86.h525 bool hasBitIntType() const override { return true; } in hasBitIntType() function
839 bool hasBitIntType() const override { return true; } in hasBitIntType() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h687 virtual bool hasBitIntType() const { in hasBitIntType() function