Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp157 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function
158 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
/external/clang/lib/Sema/
DSemaOverload.cpp3953 static bool isTypeValid(QualType T) { in isTypeValid() function