Home
last modified time | relevance | path

Searched refs:hasExtIntType (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSparc.h184 bool hasExtIntType() const override { return true; } in hasExtIntType() function
237 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DARC.h69 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DLanai.h90 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DXCore.h79 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DPNaCl.h72 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DHexagon.h142 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DNVPTX.h174 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DSPIR.h156 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DSystemZ.h163 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DRISCV.h113 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DWebAssembly.h139 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DAArch64.h143 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DARM.h190 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DMips.h409 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DX86.h462 bool hasExtIntType() const override { return true; } in hasExtIntType() function
769 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DAMDGPU.h407 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DPPC.h351 bool hasExtIntType() const override { return true; } in hasExtIntType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h584 virtual bool hasExtIntType() const { in hasExtIntType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1882 if (!Context.getTargetInfo().hasExtIntType()) { in checkDeviceDecl()
H A DSemaType.cpp1440 if (!S.Context.getTargetInfo().hasExtIntType()) in ConvertDeclSpecToType()