Searched refs:iterator_cache (Results 1 – 2 of 2) sorted by relevance
17176 tree in_decl, tree *iterator_cache) in tsubst_omp_clause_decl() argument17187 if (iterator_cache[0] == TREE_PURPOSE (decl)) in tsubst_omp_clause_decl()17188 ret = iterator_cache[1]; in tsubst_omp_clause_decl()17211 iterator_cache[0] = TREE_PURPOSE (decl); in tsubst_omp_clause_decl()17212 iterator_cache[1] = ret; in tsubst_omp_clause_decl()17261 tree iterator_cache[2] = { NULL_TREE, NULL_TREE }; in tsubst_omp_clauses() local17300 in_decl, iterator_cache); in tsubst_omp_clauses()
17716 tree in_decl, tree *iterator_cache) in tsubst_omp_clause_decl() argument17727 if (iterator_cache[0] == TREE_PURPOSE (decl)) in tsubst_omp_clause_decl()17728 ret = iterator_cache[1]; in tsubst_omp_clause_decl()17753 iterator_cache[0] = TREE_PURPOSE (decl); in tsubst_omp_clause_decl()17754 iterator_cache[1] = ret; in tsubst_omp_clause_decl()17803 tree iterator_cache[2] = { NULL_TREE, NULL_TREE }; in tsubst_omp_clauses() local17843 in_decl, iterator_cache); in tsubst_omp_clauses()