Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSPIR.h153 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DWebAssembly.h112 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.cpp771 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DOSTargets.h732 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DX86.h736 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h578 virtual bool hasInt128Type() const { in hasInt128Type() function