Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h234 bool hasInt128Type() const override { return false; } in hasInt128Type() function
456 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } in hasInt128Type() function
H A DWebAssembly.h148 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DMips.h441 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.cpp1624 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DX86.h812 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h676 virtual bool hasInt128Type() const { in hasInt128Type() function