Home
last modified time | relevance | path

Searched refs:const_p (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.c2350 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED; in synthesized_method_walk()
2540 bool const_p = false; in maybe_explain_implicit_delete() local
2551 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2559 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2601 sfk, const_p, in explain_implicit_non_constexpr()
2647 bool const_p, tree pattern_fn, in implicitly_declare_fn() argument
2749 if (const_p) in implicitly_declare_fn()
2914 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
3083 bool const_p = false; in lazily_declare_fn() local
3093 const_p = TYPE_HAS_CONST_COPY_CTOR (type); in lazily_declare_fn()
[all …]
H A Dmethod.cc2639 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED; in synthesized_method_walk()
2829 bool const_p = false; in maybe_explain_implicit_delete() local
2840 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2848 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2890 sfk, const_p, in explain_implicit_non_constexpr()
2940 bool const_p, tree pattern_fn, in implicitly_declare_fn() argument
3042 if (const_p) in implicitly_declare_fn()
3215 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
3384 bool const_p = false; in lazily_declare_fn() local
3394 const_p = TYPE_HAS_CONST_COPY_CTOR (type); in lazily_declare_fn()
[all …]
H A Dsearch.c1761 field_accessor_p (tree fn, tree field_decl, bool const_p) in field_accessor_p() argument
1776 if (const_p) in field_accessor_p()
1820 : field_decl (field_decl_), const_p (const_p_) {} in locate_field_data()
1823 bool const_p; variable
1851 if (field_accessor_p (fn, lfd->field_decl, lfd->const_p)) in dfs_locate_field_accessor_pre()
1861 locate_field_accessor (tree basetype_path, tree field_decl, bool const_p) in locate_field_accessor() argument
1868 locate_field_data lfd (field_decl, const_p); in locate_field_accessor()
H A Dsearch.cc1777 field_accessor_p (tree fn, tree field_decl, bool const_p) in field_accessor_p() argument
1792 if (const_p) in field_accessor_p()
1836 : field_decl (field_decl_), const_p (const_p_) {} in locate_field_data()
1839 bool const_p; member in locate_field_data
1867 if (field_accessor_p (fn, lfd->field_decl, lfd->const_p)) in dfs_locate_field_accessor_pre()
1877 locate_field_accessor (tree basetype_path, tree field_decl, bool const_p) in locate_field_accessor() argument
1884 locate_field_data lfd (field_decl, const_p); in locate_field_accessor()
H A Dtypeck.c2895 access_failure_info::get_any_accessor (bool const_p) const in get_any_accessor() argument
2901 = locate_field_accessor (m_basetype_path, m_diag_decl, const_p); in get_any_accessor()
2930 access_failure_info::maybe_suggest_accessor (bool const_p) const in maybe_suggest_accessor() argument
2932 tree accessor = get_any_accessor (const_p); in maybe_suggest_accessor()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c2350 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED; in synthesized_method_walk()
2540 bool const_p = false; in maybe_explain_implicit_delete() local
2551 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2559 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete()
2601 sfk, const_p, in explain_implicit_non_constexpr()
2647 bool const_p, tree pattern_fn, in implicitly_declare_fn() argument
2749 if (const_p) in implicitly_declare_fn()
2914 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
3083 bool const_p = false; in lazily_declare_fn() local
3093 const_p = TYPE_HAS_CONST_COPY_CTOR (type); in lazily_declare_fn()
[all …]
H A Dsearch.c1761 field_accessor_p (tree fn, tree field_decl, bool const_p) in field_accessor_p() argument
1776 if (const_p) in field_accessor_p()
1820 : field_decl (field_decl_), const_p (const_p_) {} in locate_field_data()
1823 bool const_p; variable
1851 if (field_accessor_p (fn, lfd->field_decl, lfd->const_p)) in dfs_locate_field_accessor_pre()
1861 locate_field_accessor (tree basetype_path, tree field_decl, bool const_p) in locate_field_accessor() argument
1868 locate_field_data lfd (field_decl, const_p); in locate_field_accessor()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.h231 unsigned char const_p:1; /* true if the declaration is constant */ member
H A Di386-builtins.c296 ix86_builtins_isa[(int) code].const_p = false; in def_builtin()
315 ix86_builtins_isa[(int) code].const_p = true; in def_builtin_const()
380 if (ix86_builtins_isa[i].const_p) in ix86_add_new_builtins()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.h232 unsigned char const_p:1; /* true if the declaration is constant */ member
H A Di386-builtins.c296 ix86_builtins_isa[(int) code].const_p = false; in def_builtin()
315 ix86_builtins_isa[(int) code].const_p = true; in def_builtin_const()
380 if (ix86_builtins_isa[i].const_p) in ix86_add_new_builtins()
H A Di386-builtins.cc302 ix86_builtins_isa[(int) code].const_p = false; in def_builtin()
321 ix86_builtins_isa[(int) code].const_p = true; in def_builtin_const()
386 if (ix86_builtins_isa[i].const_p) in ix86_add_new_builtins()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h397 BOOL_BITFIELD const_p : 1; member
H A Dc-decl.c4649 && (declspecs->const_p in shadow_tag_warned()
4745 && (declspecs->const_p in shadow_tag_warned()
4802 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0) in quals_from_declspecs()
6123 constp = declspecs->const_p + TYPE_READONLY (element_type); in grokdeclarator()
10435 dupe = specs->const_p; in declspecs_add_qual()
10436 specs->const_p = true; in declspecs_add_qual()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h399 BOOL_BITFIELD const_p : 1; member
H A Dc-decl.c4649 && (declspecs->const_p in shadow_tag_warned()
4745 && (declspecs->const_p in shadow_tag_warned()
4802 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0) in quals_from_declspecs()
6123 constp = declspecs->const_p + TYPE_READONLY (element_type); in grokdeclarator()
10435 dupe = specs->const_p; in declspecs_add_qual()
10436 specs->const_p = true; in declspecs_add_qual()
H A Dc-decl.cc4740 && (declspecs->const_p in shadow_tag_warned()
4836 && (declspecs->const_p in shadow_tag_warned()
4893 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0) in quals_from_declspecs()
6447 constp = declspecs->const_p + TYPE_READONLY (element_type); in grokdeclarator()
10817 dupe = specs->const_p; in declspecs_add_qual()
10818 specs->const_p = true; in declspecs_add_qual()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c3872 const unsigned char *const_p; in construct_stateless_ticket() local
3918 const_p = senc; in construct_stateless_ticket()
3919 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); in construct_stateless_ticket()
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c3674 const unsigned char *const_p; in construct_stateless_ticket() local
3716 const_p = senc; in construct_stateless_ticket()
3717 sess = d2i_SSL_SESSION(NULL, &const_p, slen_full); in construct_stateless_ticket()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc3100 build_expr (Expression *e, bool const_p) in build_expr() argument
3102 ExprVisitor v = ExprVisitor (const_p); in build_expr()
3111 if (const_p && !initializer_constant_valid_p (expr, TREE_TYPE (expr))) in build_expr()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc3061 build_expr (Expression *e, bool const_p, bool literal_p) in build_expr() argument
3063 ExprVisitor v = ExprVisitor (const_p, literal_p); in build_expr()
3072 if (const_p && !initializer_constant_valid_p (expr, TREE_TYPE (expr))) in build_expr()
H A Dd-codegen.cc1812 build_array_from_exprs (Type *type, Expressions *exps, bool const_p) in build_array_from_exprs() argument
1824 tree t = build_expr (expr, const_p); in build_array_from_exprs()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dexpr.c6082 bool const_p = const_from_elts_p ? true : TREE_STATIC (ctor); in categorize_ctor_elements_1() local
6119 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6120 const_p = const_elt_p; in categorize_ctor_elements_1()
6180 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6181 const_p in categorize_ctor_elements_1()
6200 return const_p; in categorize_ctor_elements_1()
H A Dexpr.cc6429 bool const_p = const_from_elts_p ? true : TREE_STATIC (ctor); in categorize_ctor_elements_1() local
6466 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6467 const_p = const_elt_p; in categorize_ctor_elements_1()
6527 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6528 const_p in categorize_ctor_elements_1()
6547 return const_p; in categorize_ctor_elements_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c6082 bool const_p = const_from_elts_p ? true : TREE_STATIC (ctor); in categorize_ctor_elements_1() local
6119 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6120 const_p = const_elt_p; in categorize_ctor_elements_1()
6180 if (const_from_elts_p && const_p) in categorize_ctor_elements_1()
6181 const_p in categorize_ctor_elements_1()
6200 return const_p; in categorize_ctor_elements_1()

12