Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimplify.c7568 hash_map<tree, tree> *struct_map_to_clause = NULL; in gimplify_scan_omp_clauses() local
8040 if (struct_map_to_clause == NULL) in gimplify_scan_omp_clauses()
8041 struct_map_to_clause = new hash_map<tree, tree>; in gimplify_scan_omp_clauses()
8042 struct_map_to_clause->put (decl, l); in gimplify_scan_omp_clauses()
8099 tree *osc = struct_map_to_clause->get (decl); in gimplify_scan_omp_clauses()
8638 if (struct_map_to_clause) in gimplify_scan_omp_clauses()
8639 delete struct_map_to_clause; in gimplify_scan_omp_clauses() local