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

1 2 3 4

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 56 /* Historically GCC used location_t, while cpp used source_location.
58 typedef source_location location_t; typedef
60 extern location_t input_location;
62 extern location_t location_with_discriminator (location_t, int);
63 extern bool has_discriminator (location_t);
64 extern location_t map_discriminator_location (location_t);
65 extern int get_discriminator_from_locus (location_t);
diagnostic-core.h 63 extern bool warning_at (location_t, int, const char *, ...)
66 extern void error_n (location_t, int, const char *, const char *, ...)
68 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
72 extern bool pedwarn (location_t, int, const char *, ...)
74 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
76 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
77 extern void inform_n (location_t, int, const char *, const char *, ...)
80 extern bool emit_diagnostic (diagnostic_t, location_t, int,
opts.h 240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc
    [all...]
diagnostic.h 34 location_t location;
49 location_t location;
262 location_t);
263 extern void diagnostic_push_diagnostics (diagnostic_context *, location_t);
264 extern void diagnostic_pop_diagnostics (diagnostic_context *, location_t);
269 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
271 va_list *, location_t,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 56 /* Historically GCC used location_t, while cpp used source_location.
58 typedef source_location location_t; typedef
60 extern location_t input_location;
62 extern location_t location_with_discriminator (location_t, int);
63 extern bool has_discriminator (location_t);
64 extern location_t map_discriminator_location (location_t);
65 extern int get_discriminator_from_locus (location_t);
diagnostic-core.h 63 extern bool warning_at (location_t, int, const char *, ...)
66 extern void error_n (location_t, int, const char *, const char *, ...)
68 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
72 extern bool pedwarn (location_t, int, const char *, ...)
74 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
76 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
77 extern void inform_n (location_t, int, const char *, const char *, ...)
80 extern bool emit_diagnostic (diagnostic_t, location_t, int,
opts.h 240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc
    [all...]
diagnostic.h 34 location_t location;
49 location_t location;
262 location_t);
263 extern void diagnostic_push_diagnostics (diagnostic_context *, location_t);
264 extern void diagnostic_pop_diagnostics (diagnostic_context *, location_t);
269 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
271 va_list *, location_t,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 56 /* Historically GCC used location_t, while cpp used source_location.
58 typedef source_location location_t; typedef
60 extern location_t input_location;
62 extern location_t location_with_discriminator (location_t, int);
63 extern bool has_discriminator (location_t);
64 extern location_t map_discriminator_location (location_t);
65 extern int get_discriminator_from_locus (location_t);
diagnostic-core.h 63 extern bool warning_at (location_t, int, const char *, ...)
66 extern void error_n (location_t, int, const char *, const char *, ...)
68 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
72 extern bool pedwarn (location_t, int, const char *, ...)
74 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
76 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
77 extern void inform_n (location_t, int, const char *, const char *, ...)
80 extern bool emit_diagnostic (diagnostic_t, location_t, int,
opts.h 240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc
    [all...]
diagnostic.h 34 location_t location;
49 location_t location;
262 location_t);
263 extern void diagnostic_push_diagnostics (diagnostic_context *, location_t);
264 extern void diagnostic_pop_diagnostics (diagnostic_context *, location_t);
269 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
271 va_list *, location_t,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 56 /* Historically GCC used location_t, while cpp used source_location.
58 typedef source_location location_t; typedef
60 extern location_t input_location;
62 extern location_t location_with_discriminator (location_t, int);
63 extern bool has_discriminator (location_t);
64 extern location_t map_discriminator_location (location_t);
65 extern int get_discriminator_from_locus (location_t);
diagnostic-core.h 63 extern bool warning_at (location_t, int, const char *, ...)
66 extern void error_n (location_t, int, const char *, const char *, ...)
68 extern void error_at (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
72 extern bool pedwarn (location_t, int, const char *, ...)
74 extern bool permerror (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
76 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
77 extern void inform_n (location_t, int, const char *, const char *, ...)
80 extern bool emit_diagnostic (diagnostic_t, location_t, int,
opts.h 240 unsigned int lang_mask, int kind, location_t loc,
314 location_t loc,
322 location_t loc, diagnostic_context *dc);
327 unsigned int lang_mask, int kind, location_t loc,
338 location_t loc,
343 bool imply, location_t loc,
360 location_t loc,
367 location_t loc,
372 location_t loc);
377 location_t loc
    [all...]
diagnostic.h 34 location_t location;
49 location_t location;
262 location_t);
263 extern void diagnostic_push_diagnostics (diagnostic_context *, location_t);
264 extern void diagnostic_pop_diagnostics (diagnostic_context *, location_t);
269 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
271 va_list *, location_t,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-objc.h 58 extern tree objc_build_selector_expr (location_t, tree);
82 extern tree objc_build_throw_stmt (location_t, tree);
83 extern void objc_begin_try_stmt (location_t, tree);
87 extern void objc_build_finally_clause (location_t, tree);
88 extern tree objc_build_synchronized (location_t, tree, tree);
93 extern void objc_finish_foreach_loop (location_t, tree, tree, tree, tree, tree);
95 extern void objc_add_property_declaration (location_t, tree, bool, bool, bool,
100 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
102 extern void objc_add_synthesize_declaration (location_t, tree);
103 extern void objc_add_dynamic_declaration (location_t, tree)
    [all...]
c-common.h 506 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
507 location_t, tree, tree);
508 extern tree build_indirect_ref (location_t, tree, ref_operator);
675 extern tree (*make_fname_decl) (location_t, tree, int);
689 extern tree fname_decl (location_t, unsigned, tree);
703 extern bool c_common_handle_option (size_t, const char *, int, int, location_t,
718 extern tree c_common_truthvalue_conversion (location_t, tree);
720 extern tree c_sizeof_or_alignof_type (location_t, tree, bool, int);
721 extern tree c_alignof_expr (location_t, tree);
724 extern void binary_op_error (location_t, enum tree_code, tree, tree)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-objc.h 58 extern tree objc_build_selector_expr (location_t, tree);
82 extern tree objc_build_throw_stmt (location_t, tree);
83 extern void objc_begin_try_stmt (location_t, tree);
87 extern void objc_build_finally_clause (location_t, tree);
88 extern tree objc_build_synchronized (location_t, tree, tree);
93 extern void objc_finish_foreach_loop (location_t, tree, tree, tree, tree, tree);
95 extern void objc_add_property_declaration (location_t, tree, bool, bool, bool,
100 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
102 extern void objc_add_synthesize_declaration (location_t, tree);
103 extern void objc_add_dynamic_declaration (location_t, tree)
    [all...]
c-common.h 506 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
507 location_t, tree, tree);
508 extern tree build_indirect_ref (location_t, tree, ref_operator);
675 extern tree (*make_fname_decl) (location_t, tree, int);
689 extern tree fname_decl (location_t, unsigned, tree);
703 extern bool c_common_handle_option (size_t, const char *, int, int, location_t,
718 extern tree c_common_truthvalue_conversion (location_t, tree);
720 extern tree c_sizeof_or_alignof_type (location_t, tree, bool, int);
721 extern tree c_alignof_expr (location_t, tree);
724 extern void binary_op_error (location_t, enum tree_code, tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-objc.h 58 extern tree objc_build_selector_expr (location_t, tree);
82 extern tree objc_build_throw_stmt (location_t, tree);
83 extern void objc_begin_try_stmt (location_t, tree);
87 extern void objc_build_finally_clause (location_t, tree);
88 extern tree objc_build_synchronized (location_t, tree, tree);
93 extern void objc_finish_foreach_loop (location_t, tree, tree, tree, tree, tree);
95 extern void objc_add_property_declaration (location_t, tree, bool, bool, bool,
100 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
102 extern void objc_add_synthesize_declaration (location_t, tree);
103 extern void objc_add_dynamic_declaration (location_t, tree)
    [all...]
c-common.h 506 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
507 location_t, tree, tree);
508 extern tree build_indirect_ref (location_t, tree, ref_operator);
675 extern tree (*make_fname_decl) (location_t, tree, int);
689 extern tree fname_decl (location_t, unsigned, tree);
703 extern bool c_common_handle_option (size_t, const char *, int, int, location_t,
718 extern tree c_common_truthvalue_conversion (location_t, tree);
720 extern tree c_sizeof_or_alignof_type (location_t, tree, bool, int);
721 extern tree c_alignof_expr (location_t, tree);
724 extern void binary_op_error (location_t, enum tree_code, tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-objc.h 58 extern tree objc_build_selector_expr (location_t, tree);
82 extern tree objc_build_throw_stmt (location_t, tree);
83 extern void objc_begin_try_stmt (location_t, tree);
87 extern void objc_build_finally_clause (location_t, tree);
88 extern tree objc_build_synchronized (location_t, tree, tree);
93 extern void objc_finish_foreach_loop (location_t, tree, tree, tree, tree, tree);
95 extern void objc_add_property_declaration (location_t, tree, bool, bool, bool,
100 extern tree objc_build_incr_expr_for_property_ref (location_t, enum tree_code,
102 extern void objc_add_synthesize_declaration (location_t, tree);
103 extern void objc_add_dynamic_declaration (location_t, tree)
    [all...]
c-common.h 506 extern tree build_modify_expr (location_t, tree, tree, enum tree_code,
507 location_t, tree, tree);
508 extern tree build_indirect_ref (location_t, tree, ref_operator);
675 extern tree (*make_fname_decl) (location_t, tree, int);
689 extern tree fname_decl (location_t, unsigned, tree);
703 extern bool c_common_handle_option (size_t, const char *, int, int, location_t,
718 extern tree c_common_truthvalue_conversion (location_t, tree);
720 extern tree c_sizeof_or_alignof_type (location_t, tree, bool, int);
721 extern tree c_alignof_expr (location_t, tree);
724 extern void binary_op_error (location_t, enum tree_code, tree, tree)
    [all...]
  /external/llvm/test/CodeGen/X86/
2006-10-12-CycleInDAG.ll 4 %struct.location_t = type { i8*, i32 }
7 %struct.tree_decl = type { %struct.tree_common, %struct.location_t, i32, %struct.tree_node*, i8, i8, i8, i8, i8, i8, i8, i8, i32, %struct.tree_decl_u1, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.rtx_def*, i32, %struct.tree_decl_u2, %struct.tree_node*, %struct.tree_node*, i64, %struct.lang_decl* }

Completed in 426 milliseconds

1 2 3 4