| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| openmp.cc | 1112 (omp_mask (OMP_CLAUSE_XXX) | OMP_CLAUSE_YYY | OMP_CLAUSE_ZZZ) 1114 (XXX_CLAUSES | YYY_CLAUSES) & ~(omp_mask (OMP_CLAUSE_VVV)) 1118 struct omp_mask { struct 1121 inline omp_mask (); 1122 inline omp_mask (omp_mask1); 1123 inline omp_mask (omp_mask2); 1124 inline omp_mask (uint64_t, uint64_t); 1125 inline omp_mask operator| (omp_mask1) const; 1126 inline omp_mask operator| (omp_mask2) const; 1127 inline omp_mask operator| (omp_mask) const 1138 omp_mask::omp_mask () : mask1 (0), mask2 (0) function in class:omp_mask 1142 omp_mask::omp_mask (omp_mask1 m) : mask1 (((uint64_t) 1) << m), mask2 (0) function in class:omp_mask 1146 omp_mask::omp_mask (omp_mask2 m) : mask1 (0), mask2 (((uint64_t) 1) << m) function in class:omp_mask 1150 omp_mask::omp_mask (uint64_t m1, uint64_t m2) : mask1 (m1), mask2 (m2) function in class:omp_mask [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| openmp.cc | 962 (omp_mask (OMP_CLAUSE_XXX) | OMP_CLAUSE_YYY | OMP_CLAUSE_ZZZ) 964 (XXX_CLAUSES | YYY_CLAUSES) & ~(omp_mask (OMP_CLAUSE_VVV)) 968 struct omp_mask { struct 971 inline omp_mask (); 972 inline omp_mask (omp_mask1); 973 inline omp_mask (omp_mask2); 974 inline omp_mask (uint64_t, uint64_t); 975 inline omp_mask operator| (omp_mask1) const; 976 inline omp_mask operator| (omp_mask2) const; 977 inline omp_mask operator| (omp_mask) const 988 omp_mask::omp_mask () : mask1 (0), mask2 (0) function in class:omp_mask 992 omp_mask::omp_mask (omp_mask1 m) : mask1 (((uint64_t) 1) << m), mask2 (0) function in class:omp_mask 996 omp_mask::omp_mask (omp_mask2 m) : mask1 (0), mask2 (((uint64_t) 1) << m) function in class:omp_mask 1000 omp_mask::omp_mask (uint64_t m1, uint64_t m2) : mask1 (m1), mask2 (m2) function in class:omp_mask [all...] |