HomeSort by: relevance | last modified time | path
    Searched refs:constructs (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/sparc64/doc/
TODO 35 - replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS
36 - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 35 // Optionally returns a human-readable description of any invalid constructs.
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 1001 omp_constructor_traits_to_codes (tree ctx, enum tree_code *constructs)
1009 constructs[i] = OMP_TARGET;
1011 constructs[i] = OMP_TEAMS;
1013 constructs[i] = OMP_PARALLEL;
1015 constructs[i] = OMP_FOR;
1017 constructs[i] = OMP_SIMD;
1273 whether additional constructs aren't added through declare variant
1276 surrounding OpenMP constructs, which is better handled during
1284 enum tree_code constructs[5]; local
1286 = omp_constructor_traits_to_codes (TREE_VALUE (t1), constructs);
    [all...]
gimplify.cc 3011 then canonicalize some constructs. */
9072 of combined/composite constructs, starting with OCTX.
9076 copied to some constructs. */
11053 /* Don't recurse on OpenMP constructs for which
11940 /* Return 0 if CONSTRUCTS selectors don't match the OpenMP context,
11944 of the CONSTRUCTS (position -1 if it will never match) followed by
11945 number of constructs in the OpenMP context construct trait. If the
11952 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs,
11974 else if (matched < nconstructs && ctx->code == constructs[matched])
12012 && constructs[0] == OMP_SIMD
    [all...]
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 94 Constructs compromising the cross-compilation of the package.
111 Warnings about non-portable constructs.
178 `syntax' dubious syntactic constructs (default)
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 1029 length, and the array CONSTRUCTS holds the output. */
1033 enum tree_code *constructs)
1047 constructs[i] = code_map[j];
1460 whether additional constructs aren't added through declare variant
1463 surrounding OpenMP constructs, which is better handled during
1472 enum tree_code *constructs = NULL; local
1479 constructs
1483 constructs);
1495 if (constructs[i] == OMP_SIMD)
1503 constructs should have been checked before. *
    [all...]
gimplify.cc 3261 then canonicalize some constructs. */
8045 /* Return string name for types of OpenACC constructs from ORT_* values. */
10368 of combined/composite constructs, starting with OCTX.
10372 copied to some constructs. */
13442 /* Don't recurse on OpenMP constructs for which
14650 /* Return 0 if CONSTRUCTS selectors don't match the OpenMP context,
14654 of the CONSTRUCTS (position -1 if it will never match) followed by
14655 number of constructs in the OpenMP context construct trait. If the
14662 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs,
14684 else if (matched < nconstructs && ctx->code == constructs[matched]
    [all...]
  /src/share/mk/
bsd.sys.mk 85 # Don't suppress warnings coming from constructs in system headers.
  /src/usr.bin/make/unit-tests/
cond-func-empty.mk 93 # The following example constructs an expression with the variable name ""
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 475 Each constructs a new mpz or mpf and with a distribution per the
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2690 (** [PassManager.create ()] constructs a new whole-module pass pipeline. This
2696 (** [PassManager.create_function m] constructs a new function-by-function
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 2508 % command, so that nested ignore constructs work. Thus, we put the
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 878 % command, so that nested ignore constructs work. Thus, we put the
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 2422 % command, so that nested ignore constructs work. Thus, we put the
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 7180 % has such constructs (when documenting function pointers).
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 7180 % has such constructs (when documenting function pointers).
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 6781 % has such constructs (when documenting function pointers).
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 7116 % has such constructs (when documenting function pointers).
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 6777 % has such constructs (when documenting function pointers).
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 6777 % has such constructs (when documenting function pointers).
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 7118 % has such constructs (when documenting function pointers).
  /src/external/gpl3/gdb/dist/texinfo/
texinfo.tex 6777 % has such constructs (when documenting function pointers).
  /src/external/gpl3/gdb.old/dist/texinfo/
texinfo.tex 6777 % has such constructs (when documenting function pointers).
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 7180 % has such constructs (when documenting function pointers).
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 7180 % has such constructs (when documenting function pointers).

Completed in 138 milliseconds

1 2