HomeSort by: relevance | last modified time | path
    Searched refs:omp_clause_proc_bind_kind (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 1536 enum omp_clause_proc_bind_kind enum
1625 enum omp_clause_proc_bind_kind proc_bind_kind;
tree-streamer-in.cc 464 OMP_CLAUSE_PROC_BIND_KIND (expr)
465 = bp_unpack_enum (bp, omp_clause_proc_bind_kind,
tree-streamer-out.cc 427 bp_pack_enum (bp, omp_clause_proc_bind_kind, OMP_CLAUSE_PROC_BIND_LAST,
428 OMP_CLAUSE_PROC_BIND_KIND (expr));
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 1574 enum omp_clause_proc_bind_kind enum
1664 enum omp_clause_proc_bind_kind proc_bind_kind;
tree-streamer-in.cc 459 OMP_CLAUSE_PROC_BIND_KIND (expr)
460 = bp_unpack_enum (bp, omp_clause_proc_bind_kind,
tree-streamer-out.cc 426 bp_pack_enum (bp, omp_clause_proc_bind_kind, OMP_CLAUSE_PROC_BIND_LAST,
427 OMP_CLAUSE_PROC_BIND_KIND (expr));
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 16444 enum omp_clause_proc_bind_kind kind;
16472 OMP_CLAUSE_PROC_BIND_KIND (c) = kind;
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 19057 enum omp_clause_proc_bind_kind kind;
19085 OMP_CLAUSE_PROC_BIND_KIND (c) = kind;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc     [all...]

Completed in 105 milliseconds