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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 3548 r->new_compound_type (playback_location (r, get_loc ()),
3580 r.get_identifier (get_loc ()),
3602 r->new_compound_type (playback_location (r, get_loc ()),
3640 r.get_identifier (get_loc ()),
3838 (rvalue->get_loc (),
3855 (rvalue->get_loc (),
4395 m_ctxt->add_error (b->get_loc (),
4836 location *loc = stmt ? stmt->get_loc () : NULL;
4851 recording::block::get_loc () const function in class:gcc::jit::recording::block
4855 return stmt->get_loc ();
    [all...]
jit-recording.h 1029 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::compound_type
1171 location * get_loc () const { return m_loc; } function in class:gcc::jit::recording::rvalue
1351 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::function
1478 location *get_loc () const;
2172 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::statement
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 3488 r->new_compound_type (playback_location (r, get_loc ()),
3520 r.get_identifier (get_loc ()),
3542 r->new_compound_type (playback_location (r, get_loc ()),
3580 r.get_identifier (get_loc ()),
3778 (rvalue->get_loc (),
3795 (rvalue->get_loc (),
4288 m_ctxt->add_error (b->get_loc (),
4652 location *loc = stmt ? stmt->get_loc () : NULL;
4667 recording::block::get_loc () const function in class:gcc::jit::recording::block
4671 return stmt->get_loc ();
    [all...]
jit-recording.h 967 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::compound_type
1109 location * get_loc () const { return m_loc; } function in class:gcc::jit::recording::rvalue
1282 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::function
1402 location *get_loc () const;
2053 location *get_loc () const { return m_loc; } function in class:gcc::jit::recording::statement

Completed in 32 milliseconds