Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h289 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function
/external/clang/lib/Basic/
DTargets.cpp5768 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anone77aef3e2811::Mips64TargetInfoBase