Lines Matching defs:ok
185 bool ok = true;
193 ok &= CheckDefaultTypeParameter(typeParam, typeParameterDecls);
197 ok &= CheckTypeParameterConstraint(typeParam, extends);
205 return {result, ok};
221 bool ok = true;
229 &ok](ir::AstNode *node) {
238 ok = false;
249 return ok;
332 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(typeParams);
334 if (ok) {