Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DSparc.h184 bool hasExtIntType() const override { return true; } in hasExtIntType() function
237 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DARC.h69 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DLanai.h90 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DXCore.h79 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DPNaCl.h72 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DHexagon.h142 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DSPIR.h106 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DNVPTX.h164 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DSystemZ.h159 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DRISCV.h89 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DWebAssembly.h138 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DAArch64.h133 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DARM.h188 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DMips.h409 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DX86.h449 bool hasExtIntType() const override { return true; } in hasExtIntType() function
753 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DPPC.h345 bool hasExtIntType() const override { return true; } in hasExtIntType() function
DAMDGPU.h400 bool hasExtIntType() const override { return true; } in hasExtIntType() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h567 virtual bool hasExtIntType() const { in hasExtIntType() function
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1459 if (!S.Context.getTargetInfo().hasExtIntType()) in ConvertDeclSpecToType()