Searched refs:Allowednames (Results 1 – 1 of 1) sorted by relevance
69 } Allowednames[] = { variable103 for (i = 0; Allowednames[i].t; i++) in check_init()104 if (Allowednames[i].name != NULL) in check_init()105 Allowednames[i].name = stable(Allowednames[i].name); in check_init()398 for (i = 0; Allowednames[i].t; i++) in check_stmt_required_properties()399 if (stmtnp->t == Allowednames[i].t && in check_stmt_required_properties()400 Allowednames[i].required && in check_stmt_required_properties()401 tree_s2np_lut_lookup(lutp, Allowednames[i].name) == NULL) in check_stmt_required_properties()402 outfl(Allowednames[i].outflags, in check_stmt_required_properties()406 Allowednames[i].name); in check_stmt_required_properties()[all …]