HomeSort by: relevance | last modified time | path
    Searched defs:location_t (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
stub-objc.cc 137 location_t /*name_loc*/, variable
258 objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
319 objc_add_property_declaration (location_t ARG_UNUSED (location),
357 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location),
366 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus),
372 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus),
385 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
391 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
413 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus)
    [all...]
stub-objc.cc 137 location_t /*name_loc*/, variable
258 objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
319 objc_add_property_declaration (location_t ARG_UNUSED (location),
357 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location),
366 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus),
372 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus),
385 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
391 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
413 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
stub-objc.cc 137 location_t /*name_loc*/, variable
258 objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
319 objc_add_property_declaration (location_t ARG_UNUSED (location),
357 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location),
366 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus),
372 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus),
385 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
391 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
413 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus)
    [all...]
stub-objc.cc 137 location_t /*name_loc*/, variable
258 objc_build_selector_expr (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
319 objc_add_property_declaration (location_t ARG_UNUSED (location),
357 objc_build_incr_expr_for_property_ref (location_t ARG_UNUSED (location),
366 objc_add_synthesize_declaration (location_t ARG_UNUSED (start_locus),
372 objc_add_dynamic_declaration (location_t ARG_UNUSED (start_locus),
385 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr))
391 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
398 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
413 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus)
    [all...]
  /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...]
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.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...]
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/dist/gcc/
tree.h 594 in use to provide a location_t. */
1337 location_t loc = EXPR_LOCATION (expr);
1341 extern void protected_set_expr_location (tree, location_t);
1342 extern void protected_set_expr_location_if_unset (tree, location_t);
1344 extern tree protected_set_expr_location_unshare (tree, location_t);
1346 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
4371 wrapper added to express a location_t on behalf of the node's child
4377 /* Test if EXP is merely a wrapper node, added to express a location_t
4749 build1_loc (location_t loc, enum tree_code code, tree type,
4759 build2_loc (location_t loc, enum tree_code code, tree type, tree arg0
    [all...]
tree.h 594 in use to provide a location_t. */
1337 location_t loc = EXPR_LOCATION (expr);
1341 extern void protected_set_expr_location (tree, location_t);
1342 extern void protected_set_expr_location_if_unset (tree, location_t);
1344 extern tree protected_set_expr_location_unshare (tree, location_t);
1346 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
4371 wrapper added to express a location_t on behalf of the node's child
4377 /* Test if EXP is merely a wrapper node, added to express a location_t
4749 build1_loc (location_t loc, enum tree_code code, tree type,
4759 build2_loc (location_t loc, enum tree_code code, tree type, tree arg0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 504 in use to provide a location_t. */
1230 location_t loc = EXPR_LOCATION (expr);
1234 extern void protected_set_expr_location (tree, location_t);
1235 extern void protected_set_expr_location_if_unset (tree, location_t);
1237 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
4140 wrapper added to express a location_t on behalf of the node's child
4146 /* Test if EXP is merely a wrapper node, added to express a location_t
4501 build1_loc (location_t loc, enum tree_code code, tree type,
4511 build2_loc (location_t loc, enum tree_code code, tree type, tree arg0,
4521 build3_loc (location_t loc, enum tree_code code, tree type, tree arg0
    [all...]
tree.h 504 in use to provide a location_t. */
1230 location_t loc = EXPR_LOCATION (expr);
1234 extern void protected_set_expr_location (tree, location_t);
1235 extern void protected_set_expr_location_if_unset (tree, location_t);
1237 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
4140 wrapper added to express a location_t on behalf of the node's child
4146 /* Test if EXP is merely a wrapper node, added to express a location_t
4501 build1_loc (location_t loc, enum tree_code code, tree type,
4511 build2_loc (location_t loc, enum tree_code code, tree type, tree arg0,
4521 build3_loc (location_t loc, enum tree_code code, tree type, tree arg0
    [all...]

Completed in 87 milliseconds