Searched refs:decl_count (Results 1 – 3 of 3) sorted by relevance
919 int decl_count; in ParseForStatement() local924 ParseVariableDeclarations(kForStatement, &decl_count, &is_lexical, in ParseForStatement()927 bool accept_IN = decl_count >= 1; in ParseForStatement()930 if (decl_count != 1) { in ParseForStatement()
3932 unsigned decl_count = 0; in hir() local3942 decl_count++; in hir()3952 decl_count); in hir()3988 assert(i == decl_count); in hir()3991 glsl_type::get_record_instance(fields, decl_count, this->name); in hir()
8407 int decl_count = decls->length(); in TryInline() local8408 for (int i = 0; i < decl_count; ++i) { in TryInline()