HomeSort by: relevance | last modified time | path
    Searched defs:simd_matched (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 91 bool *simd_matched)
100 *simd_matched = true;
877 /* Like match, but set a flag simd_matched if keyword matched
885 &simd_matched)) == MATCH_YES) \
919 /* Like match, but set a flag simd_matched if keyword matched. */
924 &simd_matched)) == MATCH_YES) \
958 bool simd_matched = false; local
1289 not -fopenmp and simd_matched is false, i.e. if a directive other
1293 if (flag_openmp || simd_matched)
parse.cc 91 bool *simd_matched)
100 *simd_matched = true;
877 /* Like match, but set a flag simd_matched if keyword matched
885 &simd_matched)) == MATCH_YES) \
919 /* Like match, but set a flag simd_matched if keyword matched. */
924 &simd_matched)) == MATCH_YES) \
958 bool simd_matched = false; local
1289 not -fopenmp and simd_matched is false, i.e. if a directive other
1293 if (flag_openmp || simd_matched)
parse.cc 91 bool *simd_matched)
100 *simd_matched = true;
877 /* Like match, but set a flag simd_matched if keyword matched
885 &simd_matched)) == MATCH_YES) \
919 /* Like match, but set a flag simd_matched if keyword matched. */
924 &simd_matched)) == MATCH_YES) \
958 bool simd_matched = false; local
1289 not -fopenmp and simd_matched is false, i.e. if a directive other
1293 if (flag_openmp || simd_matched)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 83 bool *simd_matched)
92 *simd_matched = true;
748 /* Like match, but set a flag simd_matched if keyword matched
756 &simd_matched)) == MATCH_YES) \
790 /* Like match, but set a flag simd_matched if keyword matched. */
795 &simd_matched)) == MATCH_YES) \
829 bool simd_matched = false; local
1139 not -fopenmp and simd_matched is false, i.e. if a directive other
1143 if (flag_openmp || simd_matched)
parse.cc 83 bool *simd_matched)
92 *simd_matched = true;
748 /* Like match, but set a flag simd_matched if keyword matched
756 &simd_matched)) == MATCH_YES) \
790 /* Like match, but set a flag simd_matched if keyword matched. */
795 &simd_matched)) == MATCH_YES) \
829 bool simd_matched = false; local
1139 not -fopenmp and simd_matched is false, i.e. if a directive other
1143 if (flag_openmp || simd_matched)
parse.cc 83 bool *simd_matched)
92 *simd_matched = true;
748 /* Like match, but set a flag simd_matched if keyword matched
756 &simd_matched)) == MATCH_YES) \
790 /* Like match, but set a flag simd_matched if keyword matched. */
795 &simd_matched)) == MATCH_YES) \
829 bool simd_matched = false; local
1139 not -fopenmp and simd_matched is false, i.e. if a directive other
1143 if (flag_openmp || simd_matched)

Completed in 130 milliseconds