Searched refs:has_init (Results 1 – 7 of 7) sorted by relevance
578 static int has_init = 0; in uuid__generate_time() local582 if (!has_init) { in uuid__generate_time()592 has_init = 1; in uuid__generate_time()
94 RTC_CHECK(event_msg.has_init()); in ProcessChunk()
255 if (!event_msg.has_init()) { in do_main()
590 ASSERT_TRUE(event_msg.has_init()); in void_main()
1229 bool has_init = false; in parse_new_expr() local1232 has_init = true; in parse_new_expr()1257 if (has_init) { in parse_new_expr()1284 if (has_init) in parse_new_expr()
1419 bool has_init = false; in parse_new_expr() local1423 has_init = true; in parse_new_expr()1451 if (has_init) in parse_new_expr()1480 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 …]