/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | Sparc.h | 183 bool hasBitIntType() const override { return true; } 236 bool hasBitIntType() const override { return true; } 179 bool hasBitIntType() const override { return true; } hasBitIntType() function 232 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | ARC.h | 71 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | XCore.h | 78 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | Lanai.h | 92 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | PNaCl.h | 74 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | CSKY.h | 96 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | Hexagon.h | 143 bool hasBitIntType() const override { return true; } 141 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | NVPTX.h | 185 bool hasBitIntType() const override { return true; } in getGPU() 182 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | LoongArch.h | 89 bool hasBitIntType() const override { return true; } 87 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | SystemZ.h | 218 bool hasBitIntType() const override { return true; } 210 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | RISCV.h | 109 bool hasBitIntType() const override { return true; } in hasBitIntType() function
|
H A D | WebAssembly.h | 170 bool hasBitIntType() const override { return true; } 165 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | ARM.h | 225 bool hasBitIntType() const override { return true; } 210 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | Mips.h | 447 bool hasBitIntType() const override { return true; } 423 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | AArch64.h | 202 bool hasBitIntType() const override { return true; } 200 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | SPIR.h | 226 bool hasBitIntType() const override { return true; } in hasInt128Type() 224 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | X86.h | 505 bool hasBitIntType() const override { return true; } in hasBitIntType() function 809 bool hasBitIntType() const override { return true; } in setMaxAtomicWidth() 816 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | AMDGPU.h | 425 bool hasBitIntType() const override { return true; } 427 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
H A D | PPC.h | 370 bool hasBitIntType() const override { return true; } in PPC32TargetInfo() 357 bool hasBitIntType() const override { return true; } hasBitIntType() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 666 virtual bool hasBitIntType() const { 641 virtual bool hasBitIntType() const { hasBitIntType() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2002 if (!Context.getTargetInfo().hasBitIntType()) { in checkTypeSupport()
|
H A D | SemaType.cpp | 1056 if (!S.Context.getTargetInfo().hasBitIntType()) in BuildObjCTypeParamType()
|