Searched refs:has_init (Results 1 – 5 of 5) sorted by relevance
561 static int has_init = 0; in uuid__generate_time() local565 if (!has_init) { in uuid__generate_time()575 has_init = 1; in uuid__generate_time()
193 if (!event_msg.has_init()) { in main()
526 ASSERT_TRUE(event_msg.has_init()); in void_main()
1399 bool has_init = false; in parse_new_expr() local1403 has_init = true; in parse_new_expr()1431 if (has_init) in parse_new_expr()1460 if (has_init) in parse_new_expr()
5413 int has_init, int v, int scope);14277 int has_init, int v, int scope) in decl_initializer_alloc() argument14294 if (!has_init) in decl_initializer_alloc()14297 if (has_init == 2) { in decl_initializer_alloc()14397 if (!has_init) in decl_initializer_alloc()14406 if (has_init) in decl_initializer_alloc()14474 if (has_init) { in decl_initializer_alloc()14632 int v, has_init, r; in decl() local14781 has_init = (tok == '='); in decl()14784 !has_init && l == VT_CONST && type.ref->c < 0)) { in decl()[all …]