HomeSort by: relevance | last modified time | path
    Searched refs:initp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 168 /* A pair of such hash tables, indexed by initp -- one for fini and
4035 start_objects (bool initp, unsigned priority, bool has_body)
4037 bool default_init = initp && priority == DEFAULT_INIT_PRIORITY;
4049 unsigned len = sprintf (type, "sub_%c", initp ? 'I' : 'D');
4083 if (initp)
4123 finish_objects (bool initp, unsigned priority, tree body, bool startp)
4131 else if (initp)
4156 start_partial_init_fini_fn (bool initp, unsigned priority, unsigned count)
4173 if (!static_init_fini_fns[initp])
4174 static_init_fini_fns[initp] = priority_map_t::create_ggc ()
    [all...]
tree.cc 5982 *INITP) an expression that will perform the pre-evaluation. The
5985 that *INITP is evaluated before EXP.
5992 stabilize_expr (tree exp, tree* initp)
6026 *initp = init_expr;
6047 arguments, while, upon return, *INITP contains an expression to
6051 stabilize_call (tree call, tree *initp)
6059 *initp = NULL_TREE;
6073 *initp = inits;
6078 arguments, while, upon return, *INITP contains an expression to
6082 stabilize_aggr_init (tree call, tree *initp)
    [all...]
call.cc 13849 code to initialize the new variable is returned through INITP. */
13853 tree *initp, tree *cond_guard)
13995 *initp = init;
  /src/sys/fs/ntfs/
ntfs_subr.c 1203 size_t *initp, struct uio *uio)
1210 *initp = 0;
1239 *initp += init;
1252 struct ntvattr *vap, off_t roff, size_t rsize, void *rdata, size_t *initp,
1264 *initp = 0;
1331 *initp += tocopy;
1354 struct ntvattr *vap, off_t roff, size_t rsize, void *rdata, size_t *initp,
1360 *initp = 0;
1432 *initp += tocopy;
1468 *initp += rsize
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 3853 start_objects (int method_type, int initp)
3858 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I')
3869 if (initp != DEFAULT_INIT_PRIORITY)
3876 sprintf (type + len, "%.5u", initp);
3944 finish_objects (int method_type, int initp, tree body)
3953 decl_init_priority_insert (fn, initp);
3958 decl_fini_priority_insert (fn, initp);
4166 INITP is nonzero, we are initializing the variable. Otherwise, we
4170 one_static_initialization_or_destruction (tree decl, tree init, bool initp)
4177 if (!initp
4376 TREE_PURPOSE (node), initp); local
    [all...]
tree.cc 5801 *INITP) an expression that will perform the pre-evaluation. The
5804 that *INITP is evaluated before EXP. */
5807 stabilize_expr (tree exp, tree* initp)
5841 *initp = init_expr;
5862 arguments, while, upon return, *INITP contains an expression to
5866 stabilize_call (tree call, tree *initp)
5874 *initp = NULL_TREE;
5888 *initp = inits;
5893 arguments, while, upon return, *INITP contains an expression to
5897 stabilize_aggr_init (tree call, tree *initp)
    [all...]
call.cc 12904 code to initialize the new variable is returned through INITP. */
12908 tree *initp, tree *cond_guard)
13043 *initp = init;
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 2014 add_init_expr_to_sym (const char *name, gfc_expr **initp, locus *var_locus)
2020 init = *initp;
2030 if (*initp != NULL)
2288 *initp = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 1966 add_init_expr_to_sym (const char *name, gfc_expr **initp, locus *var_locus)
1972 init = *initp;
1982 if (*initp != NULL)
2271 *initp = NULL;
  /src/share/terminfo/
terminfo 4670 # - reloading colors via initp interchanges red/blue.
7070 initp=\E&v%p2%da%p3%db%p4%dc%p5%dx%p6%dy%p7%dz%p1%dI,
7099 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10205 initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10379 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
16718 initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%*
16731 initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}
    [all...]

Completed in 165 milliseconds