Home
last modified time | relevance | path

Searched defs:uninitialized (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dinit.cc808 hash_set<tree> *uninitialized; member
822 hash_set<tree> *uninitialized = d->uninitialized; in find_uninit_fields_r() local
930 find_uninit_fields (tree *t, hash_set<tree> *uninitialized, tree member) in find_uninit_fields()
945 perform_member_init (tree member, tree init, hash_set<tree> &uninitialized) in perform_member_init()
1492 hash_set<tree> uninitialized; in emit_mem_initializers() local
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Doacc-init.c44 static enum { uninitialized, initializing, initialized } acc_init_state enumerator
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprofile-count.h770 static profile_count uninitialized () in uninitialized() function