Home
last modified time | relevance | path

Searched refs:has_init (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c578 static int has_init = 0; in uuid__generate_time() local
582 if (!has_init) { in uuid__generate_time()
592 has_init = 1; in uuid__generate_time()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.cc94 RTC_CHECK(event_msg.has_init()); in ProcessChunk()
Dunpack.cc255 if (!event_msg.has_init()) { in do_main()
Dprocess_test.cc590 ASSERT_TRUE(event_msg.has_init()); in void_main()
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1229 bool has_init = false; in parse_new_expr() local
1232 has_init = true; in parse_new_expr()
1257 if (has_init) { in parse_new_expr()
1284 if (has_init) in parse_new_expr()
/external/libcxxabi/src/
Dcxa_demangle.cpp1419 bool has_init = false; in parse_new_expr() local
1423 has_init = true; in parse_new_expr()
1451 if (has_init) in parse_new_expr()
1480 if (has_init) in parse_new_expr()
/external/valgrind/perf/
Dtinycc.c5413 int has_init, int v, int scope);
14277 int has_init, int v, int scope) in decl_initializer_alloc() argument
14294 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() local
14781 has_init = (tok == '='); in decl()
14784 !has_init && l == VT_CONST && type.ref->c < 0)) { in decl()
[all …]