Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.h113 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DSPIR.h174 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.cpp1294 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DX86.h774 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h608 virtual bool hasInt128Type() const { in hasInt128Type() function