Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h311 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function
/external/clang/lib/Basic/
DTargets.cpp3757 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon683459870411::X86_64TargetInfo
6352 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon683459870411::Mips64TargetInfoBase