| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| feasible-graph.cc | 202 exploded_path *epath = new exploded_path (); local 211 epath->m_edges.safe_push (pred_fedge->get_inner_edge ()); 216 epath->m_edges.reverse (); 218 return epath;
|
| diagnostic-manager.cc | 164 if (exploded_path *epath = explore_feasible_paths (enode, desc, diag_idx)) 170 epath->length ()); 171 return epath; 192 exploded_path *epath local 194 if (epath->feasible_p (logger, out_problem, m_eg.get_engine (), &m_eg)) 200 epath->length ()); 208 epath->length (), 211 return epath; 809 If m_stmt is still NULL, use m_stmt_finder on the epath to populate 891 const exploded_path &epath, 1364 const exploded_path *epath = sd.get_best_epath (); local [all...] |
| /src/libexec/ld.elf_so/ |
| paths.c | 178 char epath[MAXPATHLEN]; local 181 len = _rtld_expand_path(epath, sizeof(epath), execname, bp, ep); 190 path->sp_path = exstrdup(epath, epath + len);
|
| /src/tests/lib/libc/gen/ |
| t_glob.c | 108 char *path = buf, *epath = buf + len; local 109 while (path < epath && (*path++ = *name++) != '\0')
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| intelmic-mkoffload.cc | 225 const char *epath = getenv ("GCC_EXEC_PREFIX"); local 238 xputenv (concat ("GCC_EXEC_PREFIX=", epath, NULL));
|
| /src/usr.bin/man/ |
| man.c | 140 ENTRY *esubd, *epath; local 345 TAILQ_FOREACH(epath, &m.defaultpath->entrylist, q) { 347 if (abs_section && epath->s[epath->len - 1] != '/') { 348 addpath(&m, "", 1, epath->s, INS_TAIL); 353 addpath(&m, epath->s, epath->len, esubd->s, INS_TAIL); 386 TAILQ_FOREACH(epath, &m.mymanpath->entrylist, q) { 387 printf("\t%s\n", epath->s); 1062 ENTRY *epath; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 176 if (std::unique_ptr<exploded_path> epath 183 epath->length ()); 184 return epath; 205 std::unique_ptr<exploded_path> epath local 207 if (epath->feasible_p (logger, out_problem, m_eg.get_engine (), &m_eg)) 213 epath->length ()); 221 epath->length (), 224 return epath; 838 use m_stmt_finder on the epath to populate m_stmt. 1055 const exploded_path &epath, 1565 const exploded_path *epath = sd.get_best_epath (); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-threadupdate.cc | 855 edge epath = (*path)[i]->e; local 856 profile_count cur_count = epath->count (); 865 if (has_joiner && epath != elast) 868 FOR_EACH_EDGE (ein, ei, epath->dest->preds) 870 if (ein != epath 881 if (epath->count () < min_path_count) 882 min_path_count = epath->count (); 917 edge EPATH and its duplicate EDUP. The duplicate source block 921 update_profile (edge epath, edge edup, profile_count path_in_count, 969 profile_count final_count = epath->count () - path_out_count 1034 edge epath = (*path)[i]->e; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-threadupdate.cc | 880 edge epath = (*path)[i]->e; local 881 profile_count cur_count = epath->count (); 890 if (has_joiner && epath != elast) 893 FOR_EACH_EDGE (ein, ei, epath->dest->preds) 895 if (ein != epath 906 if (epath->count () < min_path_count) 907 min_path_count = epath->count (); 942 edge EPATH and its duplicate EDUP. The duplicate source block 946 update_profile (edge epath, edge edup, profile_count path_in_count, 994 profile_count final_count = epath->count () - path_out_count 1059 edge epath = (*path)[i]->e; local [all...] |