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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
input.h 30 #define UNKNOWN_LOCATION ((source_location) 0)
33 #define BUILTINS_LOCATION ((source_location) 2)
49 extern expanded_location expand_location (source_location);
51 /* Historically GCC used location_t, while cpp used source_location.
53 typedef source_location location_t;
line-map.h 42 and effectively typedef source_location location_t. */
43 typedef unsigned int source_location; typedef
64 source_location start_location;
69 /* Number of the low-order source_location bits used for a column number. */
93 /* Highest source_location "given out". */
94 source_location highest_location;
96 /* Start of line of highest source_location "given out". */
97 source_location highest_line;
118 /* Return a source_location for the start (i.e. column==0) of
124 extern source_location linemap_line_star
    [all...]
cpplib.h 197 source_location src_loc; /* Location of first char of token. */
729 source_location *);
859 extern void cpp_error_with_line (cpp_reader *, int, source_location, unsigned,
886 source_location sloc;
    [all...]
tree-flow-inline.h 531 static inline source_location
539 static inline source_location
548 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc)
    [all...]
tree-flow.h 789 extern void add_phi_arg (gimple, tree, edge, source_location);
853 source_location locus; /* PHI arg location. */
864 extern void redirect_edge_var_map_add (edge, tree, tree, source_location);
    [all...]
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
input.h 30 #define UNKNOWN_LOCATION ((source_location) 0)
33 #define BUILTINS_LOCATION ((source_location) 2)
49 extern expanded_location expand_location (source_location);
51 /* Historically GCC used location_t, while cpp used source_location.
53 typedef source_location location_t;
line-map.h 42 and effectively typedef source_location location_t. */
43 typedef unsigned int source_location; typedef
64 source_location start_location;
69 /* Number of the low-order source_location bits used for a column number. */
93 /* Highest source_location "given out". */
94 source_location highest_location;
96 /* Start of line of highest source_location "given out". */
97 source_location highest_line;
118 /* Return a source_location for the start (i.e. column==0) of
124 extern source_location linemap_line_star
    [all...]
cpplib.h 197 source_location src_loc; /* Location of first char of token. */
729 source_location *);
859 extern void cpp_error_with_line (cpp_reader *, int, source_location, unsigned,
886 source_location sloc;
    [all...]
tree-flow-inline.h 531 static inline source_location
539 static inline source_location
548 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc)
    [all...]
tree-flow.h 789 extern void add_phi_arg (gimple, tree, edge, source_location);
859 source_location locus; /* PHI arg location. */
870 extern void redirect_edge_var_map_add (edge, tree, tree, source_location);
    [all...]
tree.h     [all...]
  /external/v8/src/
parser.cc 1384 Scanner::Location source_location = scanner_.location(); local
    [all...]

Completed in 252 milliseconds