Home
last modified time | relevance | path

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

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