Home
last modified time | relevance | path

Searched defs:hasExtIntType (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
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 DSparc.h184 bool hasExtIntType() const override { return true; } in hasExtIntType() function
237 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.h173 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DSPIR.h151 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DSystemZ.h159 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DWebAssembly.h137 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DRISCV.h112 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 DAMDGPU.h403 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DMips.h409 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DPPC.h348 bool hasExtIntType() const override { return true; } in hasExtIntType() function
H A DX86.h458 bool hasExtIntType() const override { return true; } in hasExtIntType() function
764 bool hasExtIntType() const override { return true; } in hasExtIntType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h584 virtual bool hasExtIntType() const { in hasExtIntType() function