| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| template.h | 117 * // X and TL are dependent template parameter 119 * A dependent template parameter should return MATCHexact in matchArg() 122 bool dependent; member in class:TemplateParameter
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-data-refs.cc | 1019 bool dependent = vect_slp_analyze_data_ref_dependence (vinfo, ddr); local 1021 if (dependent) 1076 bool dependent local 1079 if (dependent) 1100 bool dependent 1103 if (dependent) 2168 /* Sort the vector of datarefs so DRs that have the same or dependent 3896 /* If the two accesses could be dependent within a scalar iteration,
|
| gimple-ssa-strength-reduction.cc | 278 cand_idx dependent; 634 c->sibling = basis->dependent; 635 basis->dependent = c->cand_num; 699 c->dependent = 0; 1896 fprintf (dump_file, "\n basis: %d dependent: %d sibling: %d\n", 1897 c->basis, c->dependent, c->sibling); 2027 dependent of candidate C with an equivalent strength-reduced data 2037 && c->dependent 2038 && !lookup_cand (c->dependent)->dependent 277 cand_idx dependent; member in class:slsr_cand_d [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-data-refs.cc | 723 bool dependent = vect_slp_analyze_data_ref_dependence (vinfo, ddr); local 725 if (dependent) 780 bool dependent local 783 if (dependent) 804 bool dependent 807 if (dependent) 1872 /* Sort the vector of datarefs so DRs that have the same or dependent 3599 /* If the two accesses could be dependent within a scalar iteration,
|
| gimple-ssa-strength-reduction.cc | 278 cand_idx dependent; 634 c->sibling = basis->dependent; 635 basis->dependent = c->cand_num; 699 c->dependent = 0; 1896 fprintf (dump_file, "\n basis: %d dependent: %d sibling: %d\n", 1897 c->basis, c->dependent, c->sibling); 2027 dependent of candidate C with an equivalent strength-reduced data 2037 && c->dependent 2038 && !lookup_cand (c->dependent)->dependent 277 cand_idx dependent; member in class:slsr_cand_d [all...] |
| /src/external/mit/isl/dist/ |
| isl_ast_codegen.c | 4094 int dependent = 0; local 4097 dependent = isl_schedule_node_is_subtree_anchored(node); 4100 return dependent;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 1677 (and therefore want the comparison to look through dependent alias 1903 // These could be dependent specializations that strip_typedefs 5025 dependent, but are not now that we know the SCOPE of the declarator. */ 5046 TYPENAME_TYPEs and SCOPE_REFs that were previously dependent. */ 5294 /* If we aren't in a dependent class, we can actually try deduction. */ 5312 non-type argument shall not be dependent on a parameter of the 6473 /* Instantiate the non-dependent expression EXPR. */ 6493 expression is dependent or non-constant. */ 6660 /* An alias with dependent type attributes is complex. */ 6710 /* If T is a specialization of a complex alias template with a dependent 24407 bool dependent; local [all...] |