Home
last modified time | relevance | path

Searched defs:hasInt128Type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h228 bool hasInt128Type() const override { return false; } hasInt128Type() function
415 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } hasInt128Type() function
H A DWebAssembly.h143 bool hasInt128Type() const final { return true; } hasInt128Type() function
H A DMips.h440 bool hasInt128Type() const override { hasInt128Type() function
H A DAArch64.cpp1455 bool AArch64TargetInfo::hasInt128Type() const { return true; } hasInt128Type() function in AArch64TargetInfo
H A DX86.h796 bool hasInt128Type() const override { return true; } hasInt128Type() function
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h655 virtual bool hasInt128Type() const { hasInt128Type() function