Home
last modified time | relevance | path

Searched refs:SuppportMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp954 std::pair<unsigned, unsigned> SuppportMethod = in validateCpuIs() local
959 ? (SuppportMethod.first != BUILTIN_PPC_UNSUPPORTED) in validateCpuIs()
960 : (SuppportMethod.second != BUILTIN_PPC_UNSUPPORTED); in validateCpuIs()