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

  /src/external/gpl3/gcc/dist/gcc/
selftest-rtl.h 87 char *m_path; member in class:selftest::rtl_dump_test
gimple-range-path.h 74 basic_block entry_bb () { return m_path[m_path.length () - 1]; }
75 basic_block exit_bb () { return m_path[0]; }
76 basic_block curr_bb () { return m_path[m_pos]; }
77 basic_block prev_bb () { return m_path[m_pos + 1]; }
78 basic_block next_bb () { return m_path[m_pos - 1]; }
79 bool at_entry () { return m_pos == m_path.length () - 1; }
87 auto_vec<basic_block> m_path; member in class:path_range_query
tree-assume.cc 98 ssa_lazy_cache m_path; // Values found on path member in class:assume_query
197 if (!m_path.get_range (glob_range, name)
210 m_path.clear ();
287 m_path.merge_range (op, op_range);
300 // and set these in the M_PATH table.
tree-diagnostic-path.cc 52 : m_path (path), m_start_idx (start_idx)
58 const diagnostic_event &event = m_path->get_event (event_idx);
75 const diagnostic_path *m_path; member in class:__anon13906::path_label
168 : m_path (path),
223 const diagnostic_event &iter_event = m_path->get_event (i);
243 const diagnostic_path *m_path; member in struct:__anon13906::event_range
tree-ssa-threadbackward.cc 121 auto_vec<basic_block> m_path; member in class:back_threader
220 if (m_path.is_empty ())
224 dump_path (dump_file, m_path);
245 edge taken_edge = find_taken_edge (m_path);
250 if (profit.profitable_path_p (m_path, taken_edge, &irreducible)
252 && m_registry.register_path (m_path, taken_edge))
255 vect_free_loop_info_assumptions (m_path[0]->loop_father);
355 m_path.safe_push (bb);
365 if (m_path.length () > 1
366 && (!profit.possibly_profitable_path_p (m_path, &large_non_fsm
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
selftest-rtl.h 87 char *m_path; member in class:selftest::rtl_dump_test
gimple-range-path.h 74 basic_block entry_bb () { return m_path[m_path.length () - 1]; }
75 basic_block exit_bb () { return m_path[0]; }
76 basic_block curr_bb () { return m_path[m_pos]; }
77 basic_block prev_bb () { return m_path[m_pos + 1]; }
78 basic_block next_bb () { return m_path[m_pos - 1]; }
79 bool at_entry () { return m_pos == m_path.length () - 1; }
90 auto_vec<basic_block> m_path; member in class:path_range_query
tree-ssa-threadedge.h 76 auto_vec<basic_block> m_path; member in class:hybrid_jt_simplifier
tree-diagnostic-path.cc 51 : m_path (path), m_start_idx (start_idx)
57 const diagnostic_event &event = m_path->get_event (event_idx);
75 const diagnostic_path *m_path; member in class:__anon16329::path_label
120 : m_path (path),
173 const diagnostic_event &iter_event = m_path->get_event (i);
195 const diagnostic_path *m_path; member in struct:__anon16329::event_range
tree-ssa-threadbackward.cc 106 auto_vec<basic_block> m_path; member in class:back_threader
207 if (m_path.is_empty ())
211 dump_path (dump_file, m_path);
232 edge taken_edge = find_taken_edge (m_path);
245 if (m_profit.profitable_path_p (m_path, m_name, taken_edge,
249 m_registry.register_path (m_path, taken_edge);
252 vect_free_loop_info_assumptions (m_path[0]->loop_father);
368 bool profitable_p = m_path[0]->loop_father == e->src->loop_father;
377 dump_path (dump_file, m_path);
414 m_path.safe_push (bb)
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
process.h 57 const atf_fs_path_t *m_path; member in struct:atf_process_stream
fs.c 84 char m_path[1024]; member in struct:invalid_umask_error_data
103 data->m_path, (unsigned int)data->m_umask);
116 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path));
117 data.m_path[sizeof(data.m_path) - 1] = '\0';
132 const char *m_path; member in struct:unknown_type_error_data
147 data->m_path);
157 data.m_path = path;
process_test.c 353 atf_fs_path_t m_path; member in struct:redirect_path_stream
369 RE(atf_fs_path_init_fmt(&s->m_path, "stdout"));
372 RE(atf_fs_path_init_fmt(&s->m_path, "stderr"));
379 RE(atf_process_stream_init_redirect_path(&s->m_base.m_sb, &s->m_path));
390 atf_fs_path_fini(&s->m_path);
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 75 atf_fs_path_t m_path; member in class:atf::fs::path
  /src/external/bsd/atf/dist/tools/
fs.hpp 329 std::unique_ptr< tools::fs::path > m_path; member in class:tools::fs::temp_dir
process.hpp 176 const tools::fs::path m_path; member in class:tools::process::stream_redirect_path
  /src/external/bsd/elftosb/dist/common/
SourceFile.h 57 inline const std::string & getPath() const { return m_path; }
125 std::string m_path; //!< Path to the file. member in class:elftosb::SourceFile
  /src/usr.sbin/catman/
catman.c 82 char *m_path = NULL; local
107 m_path = optarg;
124 setdefentries(m_path, m_add, (argc == 0) ? NULL : argv[argc-1]);
136 setdefentries(char *m_path, char *m_add, const char *sections)
184 if (m_path == NULL)
185 m_path = getenv("MANPATH");
186 if (m_path != NULL) {
191 for (p = strtok(m_path, ":");
209 if (m_path == NULL) {
  /src/external/bsd/atf/dist/atf-sh/
atf-check.cpp 111 std::unique_ptr< atf::fs::path > m_path; member in class:__anon6384::temp_file
128 m_path.reset(new atf::fs::path(buf.get()));
135 remove(*m_path);
144 return *m_path;
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 681 : SourceDefASTNode(name), m_path(path)
693 std::string * getPath() { return m_path; }
696 smart_ptr<std::string> m_path; member in class:elftosb::PathSourceDefASTNode
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 100 m_path = path;
104 if (!contains_dir_separator (m_path.c_str ()))
111 if (is_regular_file (m_path.c_str (), &reg_file_errno))
112 m_path = gdb_abspath (m_path);
118 { return m_path.empty () ? nullptr : m_path.c_str (); }
122 std::string m_path; member in struct:__anon18384
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 100 m_path = path;
104 if (!contains_dir_separator (m_path.c_str ()))
111 if (is_regular_file (m_path.c_str (), &reg_file_errno))
112 m_path = gdb_abspath (m_path.c_str ());
118 { return m_path.empty () ? nullptr : m_path.c_str (); }
122 std::string m_path; member in struct:__anon21125

Completed in 51 milliseconds