Searched refs:isTypeValid (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp155 template <typename T> bool isTypeValid (void) { return true; } function in namespace:deqp::gls::BuiltinPrecisionTests
156 template <> bool isTypeValid<Void> (void) { return false; } function in namespace:deqp::gls::BuiltinPrecisionTests
851 if (isTypeValid<T>())
1224 if (isTypeValid<Arg0>())
1227 if (isTypeValid<Arg1>())
1230 if (isTypeValid<Arg2>())
1233 if (isTypeValid<Arg3>())
1418 if (isTypeValid<Arg0>())
1420 if (isTypeValid<Arg1>())
1422 if (isTypeValid<Arg
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp3978 static bool isTypeValid(QualType T) { function in namespace:clang
4018 isTypeValid(UnqualT1) && isTypeValid(UnqualT2) &&

Completed in 124 milliseconds