Searched refs:self_type (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c935 tree self_type = get_class_constant (current_jcf, clindex); local
937 POP_TYPE(self_type, "incorrect type for field reference");
1013 tree sig, method_name, method_type, self_type; local
1032 self_type = get_class_constant
1035 if (! CLASS_LOADED_P (self_type))
1036 load_class (self_type, 1);
1037 self_is_interface = CLASS_INTERFACE (TYPE_NAME (self_type));
1058 POP_TYPE (self_type,
H A Dexpr.c1819 build_known_method_ref (method, method_type, self_type,
1821 tree method, method_type ATTRIBUTE_UNUSED, self_type,
1825 if (is_compiled_class (self_type))
1843 tree ref = build_class_ref (self_type);
1851 for (meth = TYPE_METHODS (self_type);
2048 tree self_type = get_class_constant local
2051 = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (self_type)));
2055 if (! CLASS_LOADED_P (self_type))
2057 load_class (self_type, 1);
2058 safe_layout_class (self_type);
2377 tree self_type = local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp278 Type *self_type = self_variable_sp->GetType(); local
280 if (!self_type) {
285 CompilerType self_clang_type = self_type->GetForwardCompilerType();
H A DClangExpressionDeclMap.cpp966 Type *self_type = self_var->GetType();
968 if (!self_type)
971 CompilerType self_clang_type = self_type->GetFullCompilerType();
984 ClangUtil::ToString(self_type->GetFullCompilerType()));
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c8321 tree self_type;
8325 self_type = objc_instance_type;
8329 self_type = objc_object_type;
8332 objc_push_parm (build_decl (PARM_DECL, self_id, self_type));
8301 tree self_type; local

Completed in 150 milliseconds