| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-rtl-function.h | 25 extern bool read_rtl_function_body_from_file_range (location_t start_loc, 26 location_t end_loc);
|
| tree-ssa-math-opts.h | 23 extern tree powi_as_mults (gimple_stmt_iterator *, location_t,
|
| input.h | 30 #define UNKNOWN_LOCATION ((location_t) 0) 33 #define BUILTINS_LOCATION ((location_t) 1) 39 /* Hasher for 'location_t' values satisfying '!RESERVED_LOCATION_P', thus able 44 typedef int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> 50 : int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> {}; 59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> 61 extern bool is_location_from_builtin_token (location_t); 62 extern expanded_location expand_location (location_t); 160 expand_location_to_spelling_point (location_t, 163 extern location_t expansion_point_location_if_in_system_header (location_t) [all...] |
| generic-match.h | 29 tree generic_simplify (location_t, enum tree_code, tree, tree); 30 tree generic_simplify (location_t, enum tree_code, tree, tree, tree); 31 tree generic_simplify (location_t, enum tree_code, tree, tree, tree, tree);
|
| diagnostic-core.h | 74 extern bool warning_n (location_t, int, unsigned HOST_WIDE_INT, 80 extern bool warning_at (location_t, int, const char *, ...) 89 extern void error_n (location_t, unsigned HOST_WIDE_INT, const char *, 92 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 95 extern void fatal_error (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3) 98 extern bool pedwarn (location_t, int, const char *, ...) 102 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 106 extern void sorry_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 107 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 109 extern void inform_n (location_t, unsigned HOST_WIDE_INT, const char * [all...] |
| substring-locations.h | 26 If needed by a diagnostic, the actual location_t of the substring_loc 54 substring_loc (location_t fmt_string_loc, tree string_type, 61 const char *get_location (location_t *out_loc) const; 63 location_t get_fmt_string_loc () const { return m_fmt_string_loc; } 70 location_t m_fmt_string_loc; 84 location_t param_loc, 109 location_t m_param_loc; 120 location_t strloc, 124 location_t *out_loc);
|
| gimple-array-bounds.h | 35 bool check_array_ref (location_t, tree, gimple *, bool ignore_off_by_one); 36 bool check_mem_ref (location_t, tree, bool ignore_off_by_one); 37 void check_addr_expr (location_t, tree, gimple *);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-rtl-function.h | 25 extern bool read_rtl_function_body_from_file_range (location_t start_loc, 26 location_t end_loc);
|
| tree-ssa-math-opts.h | 23 extern tree powi_as_mults (gimple_stmt_iterator *, location_t,
|
| input.h | 32 #define UNKNOWN_LOCATION ((location_t) 0) 35 #define BUILTINS_LOCATION ((location_t) 1) 44 /* Hasher for 'location_t' values satisfying '!RESERVED_LOCATION_P', thus able 49 typedef int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> 55 : int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> {}; 64 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> 66 extern bool is_location_from_builtin_token (location_t); 67 extern expanded_location expand_location (location_t); 120 get_source_text_between (file_cache &, location_t, location_t); [all...] |
| generic-match.h | 29 tree generic_simplify (location_t, enum tree_code, tree, tree); 30 tree generic_simplify (location_t, enum tree_code, tree, tree, tree); 31 tree generic_simplify (location_t, enum tree_code, tree, tree, tree, tree);
|
| diagnostic-core.h | 77 extern bool warning_n (location_t, int, unsigned HOST_WIDE_INT, 83 extern bool warning_at (location_t, int, const char *, ...) 92 extern void error_n (location_t, unsigned HOST_WIDE_INT, const char *, 95 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 101 extern void fatal_error (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3) 104 extern bool pedwarn (location_t, int, const char *, ...) 108 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 111 extern bool permerror_opt (location_t, int, const char *, ...) 116 extern void sorry_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 117 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3) [all...] |
| substring-locations.h | 26 If needed by a diagnostic, the actual location_t of the substring_loc 54 substring_loc (location_t fmt_string_loc, tree string_type, 61 const char *get_location (location_t *out_loc) const; 63 location_t get_fmt_string_loc () const { return m_fmt_string_loc; } 70 location_t m_fmt_string_loc; 84 location_t param_loc, 109 location_t m_param_loc; 121 location_t strloc, 125 location_t *out_loc);
|
| gimple-array-bounds.h | 35 bool check_array_ref (location_t, tree, gimple *, bool ignore_off_by_one); 36 bool check_mem_ref (location_t, tree, bool ignore_off_by_one); 37 void check_addr_expr (location_t, tree, gimple *);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-name-hint.h | 33 extern name_hint suggest_alternatives_for (location_t, tree, bool); 34 extern name_hint suggest_alternatives_in_other_namespaces (location_t, tree); 35 extern name_hint suggest_alternative_in_explicit_scope (location_t, tree, tree);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-name-hint.h | 33 extern name_hint suggest_alternatives_for (location_t, tree, bool); 34 extern name_hint suggest_alternatives_in_other_namespaces (location_t, tree); 35 extern name_hint maybe_suggest_missing_header (location_t, tree, tree); 36 extern name_hint suggest_alternative_in_explicit_scope (location_t, tree, tree);
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ubsan.h | 24 extern tree ubsan_instrument_division (location_t, tree, tree); 25 extern tree ubsan_instrument_shift (location_t, enum tree_code, tree, tree); 26 extern tree ubsan_instrument_vla (location_t, tree); 27 extern tree ubsan_instrument_return (location_t); 28 extern tree ubsan_instrument_bounds (location_t, tree, tree *, bool);
|
| name-hint.h | 53 location_t get_location () const { return m_loc; } 65 deferred_diagnostic (location_t loc) 69 location_t m_loc; 126 location_t);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ubsan.h | 24 extern tree ubsan_instrument_division (location_t, tree, tree); 25 extern tree ubsan_instrument_shift (location_t, enum tree_code, tree, tree); 26 extern tree ubsan_instrument_vla (location_t, tree); 27 extern tree ubsan_instrument_return (location_t); 28 extern tree ubsan_instrument_bounds (location_t, tree, tree *, bool);
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| line-map.h | 82 /* The typedef "location_t" is a key within the location database, 292 To further see how location_t works in practice, see the 294 typedef unsigned int location_t; typedef 304 const location_t LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES = 0x50000000; 309 const location_t LINE_MAP_MAX_LOCATION_WITH_COLS = 0x60000000; 312 const location_t LINE_MAP_MAX_LOCATION = 0x70000000; 324 location_t m_start; 325 location_t m_finish; 331 /* Make a source_range from a location_t. */ 332 static source_range from_location (location_t loc [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-tree.h | 180 location_t get_start () const { return src_range.m_start; } 181 location_t get_finish () const { return src_range.m_finish; } 183 location_t get_location () const 342 location_t locations[cdw_number_of_elements]; 516 location_t id_loc; /* Currently only set for cdk_id, cdk_array. */ 568 location_t loc; 627 extern unsigned int start_underspecified_init (location_t, tree); 635 extern void record_inline_static (location_t, tree, tree, 640 extern struct c_declarator *build_array_declarator (location_t, tree, 643 extern tree build_enumerator (location_t, location_t, struct c_enum_contents * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-tree.h | 152 location_t get_start () const { return src_range.m_start; } 153 location_t get_finish () const { return src_range.m_finish; } 155 location_t get_location () const 308 location_t locations[cdw_number_of_elements]; 462 location_t id_loc; /* Currently only set for cdk_id, cdk_array. */ 514 location_t loc; 574 extern void record_inline_static (location_t, tree, tree, 579 extern struct c_declarator *build_array_declarator (location_t, tree, 582 extern tree build_enumerator (location_t, location_t, struct c_enum_contents * [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| line-map.h | 80 /* The typedef "location_t" is a key within the location database, 290 To further see how location_t works in practice, see the 292 typedef unsigned int location_t; typedef 302 const location_t LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES = 0x50000000; 307 const location_t LINE_MAP_MAX_LOCATION_WITH_COLS = 0x60000000; 310 const location_t LINE_MAP_MAX_LOCATION = 0x70000000; 322 location_t m_start; 323 location_t m_finish; 329 /* Make a source_range from a location_t. */ 330 static source_range from_location (location_t loc [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-runtime-hooks.h | 65 tree (*build_selector_reference) (location_t, tree, tree); 67 tree (*get_protocol_reference) (location_t, tree); 69 tree (*build_ivar_reference) (location_t, tree, tree); 71 tree (*get_class_super_ref) (location_t, struct imp_entry *, bool); 73 tree (*get_category_super_ref) (location_t, struct imp_entry *, bool); 80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); 87 tree (*build_const_string_constructor) (location_t, tree, int); 90 tree (*build_throw_stmt) (location_t, tree, bool);
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-runtime-hooks.h | 65 tree (*build_selector_reference) (location_t, tree, tree); 67 tree (*get_protocol_reference) (location_t, tree); 69 tree (*build_ivar_reference) (location_t, tree, tree); 71 tree (*get_class_super_ref) (location_t, struct imp_entry *, bool); 73 tree (*get_category_super_ref) (location_t, struct imp_entry *, bool); 80 tree (*build_objc_method_call) (location_t, tree, tree, tree, tree, tree, int); 87 tree (*build_const_string_constructor) (location_t, tree, int); 90 tree (*build_throw_stmt) (location_t, tree, bool);
|