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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 5541 tree c_bool_type = TREE_TYPE (TREE_TYPE (decl)); local
5542 ifc = fold_convert (c_bool_type, ifc);
trans-openmp.cc 5541 tree c_bool_type = TREE_TYPE (TREE_TYPE (decl)); local
5542 ifc = fold_convert (c_bool_type, ifc);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 4984 tree c_bool_type = TREE_TYPE (TREE_TYPE (decl)); local
4985 ifc = fold_convert (c_bool_type, ifc);
trans-openmp.cc 4984 tree c_bool_type = TREE_TYPE (TREE_TYPE (decl)); local
4985 ifc = fold_convert (c_bool_type, ifc);
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 4227 tree c_bool_type; local
4235 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl));
4236 t5 = build_int_cst (c_bool_type,
omp-low.cc 8489 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl));
8490 tree lhs = create_tmp_var (c_bool_type);
8494 fold_convert (c_bool_type,
9586 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t)));
9590 arg = create_tmp_var (c_bool_type);
9595 arg = build_int_cst (c_bool_type, 0);
8487 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl)); local
9584 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t))); local
omp-expand.cc 4227 tree c_bool_type; local
4235 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl));
4236 t5 = build_int_cst (c_bool_type,
omp-low.cc 8489 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl));
8490 tree lhs = create_tmp_var (c_bool_type);
8494 fold_convert (c_bool_type,
9586 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t)));
9590 arg = create_tmp_var (c_bool_type);
9595 arg = build_int_cst (c_bool_type, 0);
8487 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl)); local
9584 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t))); local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 4136 tree c_bool_type; local
4144 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl));
4145 t5 = build_int_cst (c_bool_type,
omp-low.cc 8531 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl));
8532 tree lhs = create_tmp_var (c_bool_type);
8536 fold_convert (c_bool_type,
9628 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t)));
9632 arg = create_tmp_var (c_bool_type);
9637 arg = build_int_cst (c_bool_type, 0);
8529 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl)); local
9626 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t))); local
omp-expand.cc 4136 tree c_bool_type; local
4144 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl));
4145 t5 = build_int_cst (c_bool_type,
omp-low.cc 8531 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl));
8532 tree lhs = create_tmp_var (c_bool_type);
8536 fold_convert (c_bool_type,
9628 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t)));
9632 arg = create_tmp_var (c_bool_type);
9637 arg = build_int_cst (c_bool_type, 0);
8529 tree c_bool_type = TREE_TYPE (TREE_TYPE (fndecl)); local
9626 tree c_bool_type = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (t))); local

Completed in 134 milliseconds