Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/torque/
Dearley-parser.cc203 bool is_new = insert_result.second; in RunEarleyAlgorithm() local
204 if (!is_new) item.CheckAmbiguity(worklist.back(), tokens); in RunEarleyAlgorithm()
206 if (!is_new) continue; in RunEarleyAlgorithm()
/external/toybox/kconfig/
Dconf.c284 bool is_new; in conf_choice() local
288 is_new = !sym_has_value(sym); in conf_choice()
351 if (!is_new) { in conf_choice()
/external/u-boot/scripts/kconfig/
Dconf.c234 bool is_new; in conf_choice() local
237 is_new = !sym_has_value(sym); in conf_choice()
297 if (!is_new) { in conf_choice()
/external/protobuf/src/google/protobuf/
Dextension_set.cc881 bool is_new = MaybeNewExtension(number, other_extension.descriptor, in InternalExtensionMergeFrom() local
883 if (is_new) { in InternalExtensionMergeFrom()
897 if (is_new) { \ in InternalExtensionMergeFrom()
917 if (is_new) { in InternalExtensionMergeFrom()
963 bool is_new = MaybeNewExtension(number, in InternalExtensionMergeFrom() local
966 if (is_new) { in InternalExtensionMergeFrom()
/external/v8/src/parsing/
Dparser-base.h1182 ExpressionT ParseSuperExpression(bool is_new, bool* ok);
3507 const bool is_new = true; in ParseMemberWithNewPrefixesExpression() local
3508 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberWithNewPrefixesExpression()
3599 const bool is_new = false; in ParseMemberExpression() local
3600 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberExpression()
3647 bool is_new, bool* ok) { in ParseSuperExpression() argument
3661 if (!is_new && peek() == Token::LPAREN && IsDerivedConstructor(kind)) { in ParseSuperExpression()