/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
input.h | 29 #define UNKNOWN_LOCATION ((source_location) 0) 32 #define BUILTINS_LOCATION ((source_location) 1) 39 extern expanded_location expand_location (source_location); 41 extern expanded_location expand_location_to_spelling_point (source_location); 42 extern source_location expansion_point_location_if_in_system_header (source_location); 44 /* Historically GCC used location_t, while cpp used source_location. 46 typedef source_location location_t;
|
line-map.h | 50 typedef unsigned int source_location; typedef 85 /* Number of the low-order source_location bits used for a column number. */ 167 source_location * GTY((atomic)) macro_locations; 174 source_location expansion; 204 source_location start_location; 263 source_location locus; 281 source_location curr_loc; 299 /* Highest source_location "given out". */ 300 source_location highest_location; 302 /* Start of line of highest source_location "given out". * [all...] |
cpplib.h | 222 source_location src_loc; /* Location of first char of token. */ 520 void (*include) (cpp_reader *, source_location, const unsigned char *, 522 void (*define) (cpp_reader *, source_location, cpp_hashnode *); 523 void (*undef) (cpp_reader *, source_location, cpp_hashnode *); 524 void (*ident) (cpp_reader *, source_location, const cpp_string *); 525 void (*def_pragma) (cpp_reader *, source_location); 536 bool (*error) (cpp_reader *, int, int, source_location, unsigned int, 542 void (*used_define) (cpp_reader *, source_location, cpp_hashnode *); 543 void (*used_undef) (cpp_reader *, source_location, cpp_hashnode *); 549 void (*used) (cpp_reader *, source_location, cpp_hashnode *) [all...] |
dumpfile.h | 133 extern void dump_printf_loc (int, source_location, 136 extern void dump_generic_expr_loc (int, source_location, int, tree); 138 extern void dump_gimple_stmt_loc (int, source_location, int, gimple, int);
|
c-tree.h | 258 source_location locations[cdw_number_of_elements]; 542 extern struct c_declspecs *declspecs_add_qual (source_location, 547 extern struct c_declspecs *declspecs_add_scspec (source_location, 549 extern struct c_declspecs *declspecs_add_attrs (source_location, 551 extern struct c_declspecs *declspecs_add_addrspace (source_location, 554 extern struct c_declspecs *declspecs_add_alignas (source_location,
|
tree-flow-inline.h | 415 static inline source_location 423 static inline source_location 432 gimple_phi_arg_set_location (gimple gs, size_t i, source_location loc) 1179 static inline source_location [all...] |
tree-flow.h | 458 extern void add_phi_arg (gimple, tree, edge, source_location); 479 source_location locus; /* PHI arg location. */ 488 extern void redirect_edge_var_map_add (edge, tree, tree, source_location);
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
XalanProperties.java | 33 public final static String SOURCE_LOCATION
|
TransformerHandlerImpl.java | 71 * The flag for the setting of the source_location feature;
|
TransformerImpl.java | 288 * The flag for the setting of the source_location feature; [all...] |
/development/scripts/ |
stack_core.py | 368 for (source_symbol, source_location, object_symbol_with_offset) in info: 374 if not source_location: 375 source_location = area 377 source_location += "(" + lib_name + ")" 383 self.trace_lines.append((arrow, source_symbol, source_location)) 389 source_location)) 402 (source_symbol, source_location, object_symbol_with_offset) = info.pop() 408 if not source_location: 409 source_location = area 415 source_location)) [all...] |
symbol.py | 104 A list of the form [(source_symbol, source_location, 112 Usually you want to display the source_location and 127 A dictionary of the form {addr: [(source_symbol, source_location, 136 Usually you want to display the source_location and 161 result[addr] = [(source_symbol, source_location, object_symbol_with_offset) 162 for (source_symbol, source_location) in source_info]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 104 /** Static string to be used for source_location feature */ 106 XalanProperties.SOURCE_LOCATION; [all...] |
StylesheetHandler.java | 87 * The flag for the setting of the source_location feature; [all...] |
/external/v8/src/parsing/ |
parser.h | 465 void ReportMessageAt(Scanner::Location source_location, 473 void ReportMessageAt(Scanner::Location source_location, [all...] |
parser.cc | 527 void ParserTraits::ReportMessageAt(Scanner::Location source_location, 536 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, 537 source_location.end_pos, 544 Scanner::Location source_location = parser_->scanner()->location(); local 545 ReportMessageAt(source_location, message, arg, error_type); 552 Scanner::Location source_location = parser_->scanner()->location(); local 553 ReportMessageAt(source_location, message, arg, error_type); 557 void ParserTraits::ReportMessageAt(Scanner::Location source_location, 567 parser_->pending_error_handler_.ReportMessageAt(source_location.beg_pos, 568 source_location.end_pos [all...] |
parser-base.h | 546 Scanner::Location source_location = scanner()->location(); local 547 Traits::ReportMessageAt(source_location, message, arg, error_type); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 69 * The flag for the setting of the source_location feature; [all...] |
/external/clang/www/ |
cxx_status.html | 676 <td>[DRAFT TS] Library Fundamentals, Version 2 (<tt>source_location</tt>)</td>
|
/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 | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | [all...] |