HomeSort by relevance Sort by last modified time
    Searched refs:location_t (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic-core.h 61 extern bool warning_at (location_t, int, const char *, ...)
64 extern void error_n (location_t, int, const char *, const char *, ...)
66 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
70 extern bool pedwarn (location_t, int, const char *, ...)
72 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
74 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
75 extern void inform_n (location_t, int, const char *, const char *, ...)
78 extern bool emit_diagnostic (diagnostic_t, location_t, int,
c-tree.h 387 location_t id_loc; /* Currently only set for cdk_id, cdk_array. */
478 extern void record_inline_static (location_t, tree, tree,
483 extern struct c_declarator *build_array_declarator (location_t, tree,
486 extern tree build_enumerator (location_t, location_t, struct c_enum_contents *,
488 extern tree check_for_loop_decls (location_t, bool);
491 extern void undeclared_variable (location_t, tree);
492 extern tree lookup_label_for_goto (location_t, tree);
494 extern tree define_label (location_t, tree);
498 location_t, location_t)
    [all...]
diagnostic.h 33 location_t location;
48 location_t location;
175 location_t last_location;
265 extern void diagnostic_report_current_module (diagnostic_context *, location_t);
272 location_t);
273 extern void diagnostic_push_diagnostics (diagnostic_context *, location_t);
274 extern void diagnostic_pop_diagnostics (diagnostic_context *, location_t);
279 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
281 va_list *, location_t,
284 extern void diagnostic_append_note (diagnostic_context *, location_t,
    [all...]
input.h 44 /* Historically GCC used location_t, while cpp used source_location.
46 typedef source_location location_t; typedef
48 extern location_t input_location;
opts.h 269 unsigned int lang_mask, int kind, location_t loc,
336 location_t loc,
344 location_t loc, diagnostic_context *dc);
349 unsigned int lang_mask, int kind, location_t loc,
360 location_t loc,
365 bool imply, location_t loc,
377 location_t loc,
384 location_t loc,
389 location_t loc);
394 location_t loc
    [all...]
tree.h     [all...]
except.h 168 location_t failure_loc;
langhooks.h 297 location_t loc,
pretty-print.h 37 location_t *locus;
function.h 28 #include "input.h" /* For location_t. */
570 location_t function_start_locus;
573 location_t function_end_locus;
ipa-prop.h 616 tree build_ref_for_offset (location_t, tree, HOST_WIDE_INT, tree,
options.h     [all...]
cfgloop.h 246 extern location_t get_loop_location (struct loop *loop);
basic-block.h 51 location_t goto_locus;
    [all...]
rtl.h     [all...]
gimple.h 195 location_t location;
915 extern void annotate_all_with_location (gimple_seq, location_t);
    [all...]
tree-flow-inline.h 117 location_t loc;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-objc.h 56 extern tree objc_build_selector_expr (location_t, tree);
80 extern tree objc_build_throw_stmt (location_t, tree);
81 extern void objc_begin_try_stmt (location_t, tree);
85 extern void objc_build_finally_clause (location_t, tree);
86 extern tree objc_build_synchronized (location_t, tree, tree);
91 extern void objc_finish_foreach_loop (location_t, tree, tree, tree, tree, tree);
93 extern void objc_add_property_declaration (location_t, tree, bool, bool, bool,
98 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
100 extern void objc_add_synthesize_declaration (location_t, tree);
101 extern void objc_add_dynamic_declaration (location_t, tree)
    [all...]
c-common.h 539 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
540 location_t, tree, tree);
541 extern tree build_indirect_ref (location_t, tree, ref_operator);
698 extern tree (*make_fname_decl) (location_t, tree, int);
713 extern tree fname_decl (location_t, unsigned, tree);
727 extern bool c_common_handle_option (size_t, const char *, int, int, location_t,
745 extern tree c_common_truthvalue_conversion (location_t, tree);
747 extern tree c_sizeof_or_alignof_type (location_t, tree, bool, int);
748 extern tree c_alignof_expr (location_t, tree);
751 extern void binary_op_error (location_t, enum tree_code, tree, tree)
    [all...]
c-pragma.h 143 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 580 location_t location;
717 location_t locus;
739 location_t locus;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 24 location_t loc);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 1191 typedef std::pair<unsigned, unsigned> location_t; typedef in struct:core_validation::spirv_inst_iter
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 1191 typedef std::pair<unsigned, unsigned> location_t; typedef in struct:core_validation::spirv_inst_iter
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 1391 typedef std::pair<unsigned, unsigned> location_t; typedef in struct:core_validation::spirv_inst_iter
    [all...]

Completed in 748 milliseconds