Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dtypeck.c726 lookup_argument_method (searched_class, method_name, method_signature) in lookup_argument_method() argument
727 tree searched_class, method_name, method_signature; in lookup_argument_method()
729 return lookup_do (searched_class, NULL_TREE, method_name, method_signature,
740 lookup_argument_method2 (searched_class, method_name, method_signature) in lookup_argument_method2() argument
741 tree searched_class, method_name, method_signature; in lookup_argument_method2()
743 return lookup_do (CLASSTYPE_SUPER (searched_class), searched_class,
755 lookup_java_method (searched_class, method_name, method_signature) in lookup_java_method() argument
756 tree searched_class, method_name, method_signature; in lookup_java_method()
764 searched_interface = (CLASS_INTERFACE (TYPE_NAME (searched_class)) ?
765 searched_class : NULL_TREE);
[all …]