Searched defs:hasInt128Type (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Basic/ | ||
D | TargetInfo.h | 311 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function |
/external/clang/lib/Basic/ | ||
D | Targets.cpp | 3757 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon683459870411::X86_64TargetInfo |