Searched refs:is_new (Results 1 – 4 of 4) sorted by relevance
284 bool is_new; in conf_choice() local288 is_new = !sym_has_value(sym); in conf_choice()351 if (!is_new) { in conf_choice()
404 int is_new; in add_to_cache() local410 is_new = 0; in add_to_cache()417 is_new = 1; in add_to_cache()451 if (is_new) in add_to_cache()
771 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, in MergeFrom() local773 if (is_new) { in MergeFrom()787 if (is_new) { \ in MergeFrom()807 if (is_new) { in MergeFrom()853 bool is_new = MaybeNewExtension(iter->first, in MergeFrom() local856 if (is_new) { in MergeFrom()
785 ExpressionT ParseSuperExpression(bool is_new,2533 const bool is_new = true; in ParseMemberWithNewPrefixesExpression() local2534 result = ParseSuperExpression(is_new, classifier, CHECK_OK); in ParseMemberWithNewPrefixesExpression()2608 const bool is_new = false; in ParseMemberExpression() local2609 result = ParseSuperExpression(is_new, classifier, CHECK_OK); in ParseMemberExpression()2763 ParserBase<Traits>::ParseSuperExpression(bool is_new, in ParseSuperExpression() argument2779 if (!is_new && peek() == Token::LPAREN && IsSubclassConstructor(kind)) { in ParseSuperExpression()