Searched refs:context_type (Results 1 – 5 of 5) sorted by relevance
1449 char *context_type; in pr_class_method_variant() local1480 context_type = NULL; in pr_class_method_variant()1483 context_type = pop_type (info); in pr_class_method_variant()1484 if (context_type == NULL) in pr_class_method_variant()1505 || ! append_type (info, context_type) in pr_class_method_variant()2301 char *context_type; in tg_class_method_variant() local2339 context_type = NULL; in tg_class_method_variant()2342 context_type = pop_type (info); in tg_class_method_variant()2343 if (context_type == NULL) in tg_class_method_variant()2356 free (context_type); in tg_class_method_variant()[all …]
1447 char *context_type; in pr_class_method_variant() local1478 context_type = NULL; in pr_class_method_variant()1481 context_type = pop_type (info); in pr_class_method_variant()1482 if (context_type == NULL) in pr_class_method_variant()1503 || ! append_type (info, context_type) in pr_class_method_variant()2300 char *context_type; in tg_class_method_variant() local2338 context_type = NULL; in tg_class_method_variant()2341 context_type = pop_type (info); in tg_class_method_variant()2342 if (context_type == NULL) in tg_class_method_variant()2355 free (context_type); in tg_class_method_variant()[all …]
2921 struct type *context_type = NULL; in yylex() local2945 context_type = yylval.tsym.type; in yylex()2963 context_type); in yylex()2974 if (context_type != NULL) in yylex()2992 context_type = yylval.tsym.type; in yylex()
2914 struct type *context_type = NULL; in resolve() local2918 context_type = builtin_type ((*expp)->gdbarch)->builtin_void; in resolve()2920 resolve_subexp (expp, &pc, 1, context_type); in resolve()2934 struct type *context_type) in resolve_subexp() argument3162 context_type); in resolve_subexp()3214 context_type); in resolve_subexp()3380 return_match (struct type *func_type, struct type *context_type) in return_match() argument3394 context_type = get_base_type (context_type); in return_match()3397 return context_type == NULL || return_type == context_type; in return_match()3398 else if (context_type == NULL) in return_match()[all …]
17588 tree context_type; member18057 ctx.context_type = NULL_TREE; in function_to_dwarf_procedure()18158 && TREE_TYPE (loc) == context->context_type in loc_list_from_tree_1()19063 ctx.context_type = const_cast<tree> (type); in type_byte_size()