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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 418 tree ctor_v = build_constructor (vars_decl_type, v_v); local
420 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = 1;
421 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = 1;
436 DECL_INITIAL (vars_decl) = ctor_v;
omp-offload.cc 418 tree ctor_v = build_constructor (vars_decl_type, v_v); local
420 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = 1;
421 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = 1;
436 DECL_INITIAL (vars_decl) = ctor_v;
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 429 tree ctor_v = build_constructor (vars_decl_type, v_v); local
432 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = TREE_CONSTANT (ctor_if) = 1;
433 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = TREE_STATIC (ctor_if) = 1;
454 DECL_INITIAL (vars_decl) = ctor_v;
omp-offload.cc 429 tree ctor_v = build_constructor (vars_decl_type, v_v); local
432 TREE_CONSTANT (ctor_v) = TREE_CONSTANT (ctor_f) = TREE_CONSTANT (ctor_if) = 1;
433 TREE_STATIC (ctor_v) = TREE_STATIC (ctor_f) = TREE_STATIC (ctor_if) = 1;
454 DECL_INITIAL (vars_decl) = ctor_v;

Completed in 66 milliseconds