Searched defs:hasInt128Type (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | WebAssembly.h | 138 bool hasInt128Type() const final { return true; } hasInt128Type() function |
H A D | SPIR.h | 226 bool hasInt128Type() const override { return false; } hasInt128Type() function |
H A D | Mips.h | 416 bool hasInt128Type() const override { hasInt128Type() function |
H A D | AArch64.cpp | 1436 bool AArch64TargetInfo::hasInt128Type() const { return true; } hasInt128Type() function in AArch64TargetInfo |
H A D | X86.h | 788 bool hasInt128Type() const override { return true; } hasInt128Type() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 630 virtual bool hasInt128Type() const { hasInt128Type() function |