Home
last modified time | relevance | path

Searched refs:iterator_cache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c17176 tree in_decl, tree *iterator_cache) in tsubst_omp_clause_decl() argument
17187 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() local
17300 in_decl, iterator_cache); in tsubst_omp_clauses()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc17716 tree in_decl, tree *iterator_cache) in tsubst_omp_clause_decl() argument
17727 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() local
17843 in_decl, iterator_cache); in tsubst_omp_clauses()