Home
last modified time | relevance | path

Searched refs:note_possible_classname (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c509 static int note_possible_classname PARAMS ((const char *, int));
10391 note_possible_classname (name, len) in note_possible_classname() function
10467 found |= note_possible_classname (current_entry,
10500 found |= note_possible_classname (filename->data + entry_length,
H A Dparse.y269 static int note_possible_classname PARAMS ((const char *, int));
6826 note_possible_classname (name, len) in note_possible_classname() function
6902 found |= note_possible_classname (current_entry,
6935 found |= note_possible_classname (filename->data + entry_length,
H A DChangeLog8229 add_superinterfaces, jdep_resolve_class, note_possible_classname,
8238 note_possible_classname, read_import_dir,
8476 * parse.y (note_possible_classname): Mark returned node with
10145 (note_possible_classname): New function.