Searched refs:is_new (Results 1 - 4 of 4) sorted by relevance

/external/toybox/kconfig/
H A Dconf.c284 bool is_new; local
288 is_new = !sym_has_value(sym);
351 if (!is_new) {
/external/avahi/avahi-core/
H A Dwide-area.c404 int is_new; local
410 is_new = 0;
417 is_new = 1;
451 if (is_new)
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc771 bool is_new = MaybeNewExtension(iter->first, other_extension.descriptor, local
773 if (is_new) {
787 if (is_new) { \
807 if (is_new) {
853 bool is_new = MaybeNewExtension(iter->first, local
856 if (is_new) {
/external/v8/src/parsing/
H A Dparser-base.h785 ExpressionT ParseSuperExpression(bool is_new,
2533 const bool is_new = true; local
2534 result = ParseSuperExpression(is_new, classifier, CHECK_OK);
2608 const bool is_new = false; local
2609 result = ParseSuperExpression(is_new, classifier, CHECK_OK);
2763 ParserBase<Traits>::ParseSuperExpression(bool is_new, argument
2779 if (!is_new && peek() == Token::LPAREN && IsSubclassConstructor(kind)) {

Completed in 565 milliseconds