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.h96 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DHexagon.h143 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DLoongArch.h89 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DRISCV.h109 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DNVPTX.h185 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSystemZ.h218 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DWebAssembly.h170 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DARM.h225 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSPIR.h226 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAArch64.h202 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DMips.h447 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAMDGPU.h425 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPPC.h370 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DX86.h505 bool hasBitIntType() const override { return true; } in hasBitIntType() function
809 bool hasBitIntType() const override { return true; } in hasBitIntType() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h666 virtual bool hasBitIntType() const { in hasBitIntType() function