Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DSparc.h179 bool hasBitIntType() const override { return true; } in hasBitIntType() function
232 bool hasBitIntType() const override { return true; } in hasBitIntType() function
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 DCSKY.h96 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DLoongArch.h72 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DHexagon.h141 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DRISCV.h101 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DNVPTX.h179 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSystemZ.h207 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DWebAssembly.h140 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSPIR.h172 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DARM.h197 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAArch64.h200 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DMips.h409 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAMDGPU.h434 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPPC.h355 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DX86.h492 bool hasBitIntType() const override { return true; } in hasBitIntType() function
802 bool hasBitIntType() const override { return true; } in hasBitIntType() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h619 virtual bool hasBitIntType() const { in hasBitIntType() function