HomeSort by relevance Sort by last modified time
    Searched refs:isTypeValid (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 155 template <typename T> bool isTypeValid (void) { return true; }
156 template <> bool isTypeValid<Void> (void) { return false; }
851 if (isTypeValid<T>())
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 69 milliseconds