Searched defs:hasInt128Type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | SPIR.h | 228 bool hasInt128Type() const override { return false; } hasInt128Type() function |
H A D | WebAssembly.h | 143 bool hasInt128Type() const final { return true; } hasInt128Type() function |
H A D | Mips.h | 440 bool hasInt128Type() const override { hasInt128Type() function |
H A D | AArch64.cpp | 1455 bool AArch64TargetInfo::hasInt128Type() const { return true; } hasInt128Type() function in AArch64TargetInfo |
H A D | X86.h | 796 bool hasInt128Type() const override { return true; } hasInt128Type() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 655 virtual bool hasInt128Type() const { hasInt128Type() function |