Home
last modified time | relevance | path

Searched defs:omp_private_member_map (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c60 static hash_map<tree, tree> *omp_private_member_map; variable
8275 delete omp_private_member_map; in pop_omp_privatization_clauses() local
8312 delete omp_private_member_map; in save_omp_privatization_clauses() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc60 static hash_map<tree, tree> *omp_private_member_map; variable