HomeSort by relevance Sort by last modified time
    Searched defs:omp (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Preprocessor/
openmp-macro-expansion.c 4 #define omp (0xDEADBEEF) macro
16 //CHECK: omp target map(a[0:2]) map(tofrom:b[0:2*1])
17 #pragma omp target map(a[0:N]) map_to_be_expanded(b[0:2*M])
21 //CHECK: omp parallel for schedule(static,2> >1) reduction(+:reda) reduction(*:redb)
22 #pragma omp parallel for sched_to_be_expanded(static, E>1) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 106 that would otherwise be emitted is dependent on the OMP statement with
301 /* OpenMP statements (#pragma omp). */
490 struct gimple_statement_omp omp; variable in typeref:struct:gimple_statement_omp
519 struct gimple_statement_omp omp; variable in typeref:struct:gimple_statement_omp
541 struct gimple_statement_omp omp; variable in typeref:struct:gimple_statement_omp
582 struct gimple_statement_omp omp; variable in typeref:struct:gimple_statement_omp
613 struct gimple_statement_omp omp; variable in typeref:struct:gimple_statement_omp
701 struct gimple_statement_omp GTY ((tag ("GSS_OMP"))) omp;
1013 /* In omp-low.c. */
    [all...]

Completed in 80 milliseconds