Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c2310 tree cur_type; in check_format_types() local
2336 cur_type = TREE_TYPE (cur_param); in check_format_types()
2337 if (cur_type == error_mark_node) in check_format_types()
2339 orig_cur_type = cur_type; in check_format_types()
2350 cur_type = TREE_TYPE (cur_type); in check_format_types()
2382 && (TYPE_READONLY (cur_type) in check_format_types()
2395 && (TYPE_READONLY (cur_type) in check_format_types()
2396 || TYPE_VOLATILE (cur_type) in check_format_types()
2397 || TYPE_RESTRICT (cur_type))) in check_format_types()
2413 cur_type = TYPE_MAIN_VARIANT (cur_type); in check_format_types()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c3058 tree cur_type; in check_format_types() local
3087 if (cur_type == error_mark_node) in check_format_types()
3089 orig_cur_type = cur_type; in check_format_types()
3110 cur_type = TREE_TYPE (cur_type); in check_format_types()
3142 && (TYPE_READONLY (cur_type) in check_format_types()
3155 && (TYPE_READONLY (cur_type) in check_format_types()
3156 || TYPE_VOLATILE (cur_type) in check_format_types()
3157 || TYPE_ATOMIC (cur_type) in check_format_types()
3158 || TYPE_RESTRICT (cur_type))) in check_format_types()
3176 cur_type = TYPE_MAIN_VARIANT (cur_type); in check_format_types()
[all …]
/dragonfly/contrib/ncurses/progs/
H A Ddump_entry.c303 static TERMTYPE2 *cur_type; variable
311 return (cur_type->Booleans[idx] == FALSE) in dump_predicate()
312 ? FAIL : cur_type->Booleans[idx]; in dump_predicate()
315 return (cur_type->Numbers[idx] == ABSENT_NUMERIC) in dump_predicate()
316 ? FAIL : cur_type->Numbers[idx]; in dump_predicate()
319 return (cur_type->Strings[idx] != ABSENT_STRING) in dump_predicate()
924 cur_type = tterm; in fmt_entry()
/dragonfly/contrib/gdb-7/gdb/
H A Dmdebugread.c421 struct type *cur_type; /* Type we parse fields for. */ member
797 top_stack->cur_type = SYMBOL_TYPE (s); in parse_symbol()
1075 top_stack->cur_type = t; in parse_symbol()
1130 top_stack->cur_type = 0; in parse_symbol()
1140 struct type *ftype = top_stack->cur_type; in parse_symbol()
1233 f = &TYPE_FIELDS (top_stack->cur_type)[top_stack->cur_field++]; in parse_symbol()
4242 top_stack->cur_type = 0; in psymtab_to_symtab_1()
/dragonfly/contrib/ldns/
H A Dstr2host.c696 uint16_t cur_type; in ldns_str2rdf_nsec() local
723 cur_type = ldns_get_rr_type_by_name(token); in ldns_str2rdf_nsec()
724 type_list[type_count] = cur_type; in ldns_str2rdf_nsec()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c6974 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument
6976 if (ctype && ctype != cur_type) in member_function_or_else()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c8498 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags) in member_function_or_else() argument
8500 if (ctype && ctype != cur_type) in member_function_or_else()