Home
last modified time | relevance | path

Searched refs:hasBitIntType (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/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.h69 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DLanai.h90 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DXCore.h79 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPNaCl.h72 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.h142 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DNVPTX.h178 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DRISCV.h98 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSystemZ.h205 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DWebAssembly.h141 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DSPIR.h165 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAArch64.h159 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DARM.h199 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DMips.h409 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DX86.h477 bool hasBitIntType() const override { return true; } in hasBitIntType() function
784 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DAMDGPU.h430 bool hasBitIntType() const override { return true; } in hasBitIntType() function
H A DPPC.h356 bool hasBitIntType() const override { return true; } in hasBitIntType() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h597 virtual bool hasBitIntType() const { in hasBitIntType() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1920 if (!Context.getTargetInfo().hasBitIntType()) { in checkTypeSupport()
H A DSemaType.cpp1428 if (!S.Context.getTargetInfo().hasBitIntType()) in ConvertDeclSpecToType()