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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 7000 tree cond_ptr = NULL_TREE;
7049 cond_ptr
7051 OMP_CLAUSE_DECL (c2) = cond_ptr;
7055 cond_ptr = create_tmp_var_raw (build_pointer_type (iter_type));
7056 DECL_CONTEXT (cond_ptr) = current_function_decl;
7057 DECL_SEEN_IN_BIND_EXPR_P (cond_ptr) = 1;
7058 DECL_CHAIN (cond_ptr) = ctx->block_vars;
7059 ctx->block_vars = cond_ptr;
7062 OMP_CLAUSE_DECL (c2) = cond_ptr;
7185 tree cond_ptr = NULL_TREE
6999 tree cond_ptr = NULL_TREE; local
7184 tree cond_ptr = NULL_TREE; local
    [all...]
omp-low.cc 7000 tree cond_ptr = NULL_TREE;
7049 cond_ptr
7051 OMP_CLAUSE_DECL (c2) = cond_ptr;
7055 cond_ptr = create_tmp_var_raw (build_pointer_type (iter_type));
7056 DECL_CONTEXT (cond_ptr) = current_function_decl;
7057 DECL_SEEN_IN_BIND_EXPR_P (cond_ptr) = 1;
7058 DECL_CHAIN (cond_ptr) = ctx->block_vars;
7059 ctx->block_vars = cond_ptr;
7062 OMP_CLAUSE_DECL (c2) = cond_ptr;
7185 tree cond_ptr = NULL_TREE
6999 tree cond_ptr = NULL_TREE; local
7184 tree cond_ptr = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 7042 tree cond_ptr = NULL_TREE;
7091 cond_ptr
7093 OMP_CLAUSE_DECL (c2) = cond_ptr;
7097 cond_ptr = create_tmp_var_raw (build_pointer_type (iter_type));
7098 DECL_CONTEXT (cond_ptr) = current_function_decl;
7099 DECL_SEEN_IN_BIND_EXPR_P (cond_ptr) = 1;
7100 DECL_CHAIN (cond_ptr) = ctx->block_vars;
7101 ctx->block_vars = cond_ptr;
7104 OMP_CLAUSE_DECL (c2) = cond_ptr;
7227 tree cond_ptr = NULL_TREE
7041 tree cond_ptr = NULL_TREE; local
7226 tree cond_ptr = NULL_TREE; local
    [all...]
omp-low.cc 7042 tree cond_ptr = NULL_TREE;
7091 cond_ptr
7093 OMP_CLAUSE_DECL (c2) = cond_ptr;
7097 cond_ptr = create_tmp_var_raw (build_pointer_type (iter_type));
7098 DECL_CONTEXT (cond_ptr) = current_function_decl;
7099 DECL_SEEN_IN_BIND_EXPR_P (cond_ptr) = 1;
7100 DECL_CHAIN (cond_ptr) = ctx->block_vars;
7101 ctx->block_vars = cond_ptr;
7104 OMP_CLAUSE_DECL (c2) = cond_ptr;
7227 tree cond_ptr = NULL_TREE
7041 tree cond_ptr = NULL_TREE; local
7226 tree cond_ptr = NULL_TREE; local
    [all...]

Completed in 70 milliseconds