Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c187 static const directive dtable[] = variable
253 if (pfile->directive != &dtable[T_DEFINE])
280 if (pfile->directive != &dtable[T_DEFINE])
287 pfile->state.in_expression = (pfile->directive == &dtable[T_IF]
288 || pfile->directive == &dtable[T_ELIF]);
325 if (dir == &dtable[T_ELIF])
368 dir = &dtable[dname->val.node->directive_index - 1];
469 pfile->directive = &dtable[dir_no];
625 if (pfile->directive == &dtable[T_PRAGMA])
1965 "unterminated #%s", dtable[ifs->type].name);
[all …]
H A DChangeLog.310872 (directive_table): Rename to dtable. Generate it, the
H A DChangeLog.7987 * cpplib.c (dtable): Update.
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c178 static const directive dtable[] = variable
282 if (pfile->directive != &dtable[T_DEFINE]) in end_directive()
308 if (pfile->directive != &dtable[T_DEFINE]) in prepare_directive_trad()
314 pfile->state.in_expression = (pfile->directive == &dtable[T_IF] in prepare_directive_trad()
315 || pfile->directive == &dtable[T_ELIF]); in prepare_directive_trad()
353 if (dir == &dtable[T_ELIF]) in directive_diagnostics()
398 dir = &dtable[dname->val.node->directive_index]; in _cpp_handle_directive()
496 pfile->directive = &dtable[dir_no]; in run_directive()
683 if (pfile->directive == &dtable[T_PRAGMA]) in parse_include()
2190 "unterminated #%s", dtable[ifs->type].name); in _cpp_pop_buffer()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1877 tree dtable, objectref; local
1890 dtable = build_java_indirect_ref (object_type_node, objectref,
1892 dtable = build (COMPONENT_REF, dtable_ptr_type, dtable,
1895 return dtable;
1933 build_invokevirtual (dtable, method) in build_invokevirtual() argument
1934 tree dtable, method; in build_invokevirtual()
1967 func = fold (build (PLUS_EXPR, nativecode_ptr_ptr_type_node, dtable,
1980 build_invokeinterface (dtable, method) in build_invokeinterface() argument
1981 tree dtable, method; in build_invokeinterface()
1999 dtable = build_java_indirect_ref (dtable_type, dtable, flag_check_references);
[all …]
H A Dclass.c1527 tree dtable = get_dispatch_table (type, this_class_addr); local
1529 DECL_INITIAL (dtable_decl) = dtable;
H A Dparse.c14326 tree dtable, func; local
14355 dtable = invoke_build_dtable (0, args);
14356 func = build_invokevirtual (dtable, method);
14385 dtable = invoke_build_dtable (1, args);
14386 func = build_invokeinterface (dtable, method);
H A Dparse.y10761 tree dtable, func; local
10790 dtable = invoke_build_dtable (0, args);
10791 func = build_invokevirtual (dtable, method);
10820 dtable = invoke_build_dtable (1, args);
10821 func = build_invokeinterface (dtable, method);
H A DChangeLog5690 (build_dtable_decl): Build an accurate dtable type when appropriate
10188 * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
10189 * decl.c (init_decl_processing): Renamed dtable -> vtable.
10190 * class.c (make_class_data): Renamed dtable -> vtable, and
13652 Set dtable of class object to address of class_dtable_decl.
14276 Use Object class dtable if objectref is an array when expanding
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19998438 * jv-lang.c: Update Class field names: dtable->vtable,
8476 is_object_type): Change dtable to vtable.