Searched refs:const_p (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/gcc/cp/
H A Dmethod.c983 implicitly_declare_fn (special_function_kind kind, tree type, bool const_p)
1050 if (const_p)
1119 bool const_p;
1124 const_p = TYPE_HAS_CONST_INIT_REF (type);
1126 const_p = TYPE_HAS_CONST_ASSIGN_REF (type);
1129 const_p = false;
1131 fn = implicitly_declare_fn (sfk, type, const_p);
981 implicitly_declare_fn(special_function_kind kind, tree type, bool const_p) argument
1117 bool const_p; local
/freebsd-10.0-release/contrib/gcc/
H A Dc-tree.h280 BOOL_BITFIELD const_p : 1; member in struct:c_declspecs
H A Dc-decl.c2987 && (declspecs->const_p
3056 if (!warned && !in_system_header && (declspecs->const_p
3080 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0)
4107 constp = declspecs->const_p + TYPE_READONLY (element_type);
7266 ret->const_p = false;
7288 dupe = specs->const_p;
7289 specs->const_p = true;
H A Dexpr.c4562 bool const_p = const_from_elts_p ? true : TREE_STATIC (ctor);
4594 if (const_from_elts_p && const_p)
4595 const_p = const_elt_p;
4635 if (const_from_elts_p && const_p)
4636 const_p = initializer_constant_valid_p (value, TREE_TYPE (value))
4681 return const_p;
4549 bool const_p = const_from_elts_p ? true : TREE_STATIC (ctor); local
H A Dfold-const.c3514 int const_p = TREE_CODE (rhs) == INTEGER_CST;
3533 if (!const_p)
3549 const_p ? TYPE_ALIGN (TREE_TYPE (linner))
3581 if (! const_p)
3492 int const_p = TREE_CODE (rhs) == INTEGER_CST; local
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_srvr.c3442 const unsigned char *const_p; local
3466 const_p = senc;
3467 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full);

Completed in 235 milliseconds