Searched refs:isValidTypePath (Results 1 – 1 of 1) sorted by relevance
100 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end);105 inline bool isValidTypePath (const VarType& type, const TypeComponentVector& path) { return isVal… in isValidTypePath() function142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } in isValid()313 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end) in isValidTypePath() function376 TCU_CHECK(isValidTypePath(type, begin, end)); in getVarType()