Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c1632 int dim, int index, bool *is_new) in ra_map_reg() argument
1647 if (is_new) in ra_map_reg()
1648 *is_new = false; in ra_map_reg()
1657 if (is_new) in ra_map_reg()
1658 *is_new = true; in ra_map_reg()
1952 bool is_new; in ra_get_src() local
1956 ra_src_dimension(s), ra_src_index(s), &is_new); in ra_get_src()
1960 if (is_new) { in ra_get_src()
/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.h1170 ExpressionT ParseSuperExpression(bool is_new, bool* ok);
3292 const bool is_new = true; in ParseMemberWithNewPrefixesExpression() local
3293 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberWithNewPrefixesExpression()
3392 const bool is_new = false; in ParseMemberExpression() local
3393 result = ParseSuperExpression(is_new, CHECK_OK); in ParseMemberExpression()
3420 bool is_new, bool* ok) { in ParseSuperExpression() argument
3434 if (!is_new && peek() == Token::LPAREN && IsDerivedConstructor(kind)) { in ParseSuperExpression()