Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h311 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp3605 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon2c8a49781511::X86_64TargetInfo
6154 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon2c8a49782911::Mips64TargetInfoBase