Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1819 build_known_method_ref (method, method_type, self_type, in build_known_method_ref() argument
1821 tree method, method_type ATTRIBUTE_UNUSED, self_type, in build_known_method_ref()
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);
[all …]
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 DChangeLog8980 `self_type'.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp278 Type *self_type = self_variable_sp->GetType(); in ScanContext() local
280 if (!self_type) { in ScanContext()
285 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
H A DClangExpressionDeclMap.cpp966 Type *self_type = self_var->GetType(); in LookUpLldbObjCClass() local
968 if (!self_type) in LookUpLldbObjCClass()
971 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
984 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8301 tree self_type; in synth_self_and_ucmd_args() local
8305 self_type = objc_instance_type; in synth_self_and_ucmd_args()
8309 self_type = objc_object_type; in synth_self_and_ucmd_args()
8312 objc_push_parm (build_decl (PARM_DECL, self_id, self_type)); in synth_self_and_ucmd_args()