Home
last modified time | relevance | path

Searched refs:field_decl (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c375 tree field_decl, field_decl_chain; in generate_struct_by_value_array() local
389 field_decl = create_builtin_decl (FIELD_DECL, in generate_struct_by_value_array()
392 field_decl_chain = field_decl; in generate_struct_by_value_array()
397 field_decl = create_builtin_decl (FIELD_DECL, in generate_struct_by_value_array()
400 chainon (field_decl_chain, field_decl); in generate_struct_by_value_array()
1247 tree field_decl, field_decl_chain; in build_string_class_template() local
1249 field_decl = create_builtin_decl (FIELD_DECL, id_type, "isa"); in build_string_class_template()
1250 field_decl_chain = field_decl; in build_string_class_template()
1252 field_decl = create_builtin_decl (FIELD_DECL, in build_string_class_template()
1255 chainon (field_decl_chain, field_decl); in build_string_class_template()
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c424 tree field_decl, field_decl_chain; in generate_struct_by_value_array() local
438 field_decl = create_field_decl (char_type_node, in generate_struct_by_value_array()
440 field_decl_chain = field_decl; in generate_struct_by_value_array()
445 field_decl = create_field_decl (char_type_node, in generate_struct_by_value_array()
447 chainon (field_decl_chain, field_decl); in generate_struct_by_value_array()
1783 tree field_decl = objc_get_class_ivars (constant_string_id); in check_string_class_template() local
1790 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node)) in check_string_class_template()
1793 field_decl = TREE_CHAIN (field_decl); in check_string_class_template()
1794 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node)) in check_string_class_template()
1797 field_decl = TREE_CHAIN (field_decl); in check_string_class_template()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dcp-support.exp340 set field_decl [lindex [lindex $list_fields 0] 1]
341 if { "$actual_line" == "$field_decl" } then {
352 cp_check_errata "$field_decl" "$actual_line" $in_errata_table
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfinal.c268 tree field_decl, decl_chain, value_chain; local
303 field_decl =
305 TREE_CHAIN (field_decl) = decl_chain;
306 decl_chain = field_decl;
320 value_chain = tree_cons (field_decl,
338 field_decl =
341 TREE_CHAIN (field_decl) = decl_chain;
342 decl_chain = field_decl;
352 value_chain = tree_cons (field_decl,
359 field_decl
[all …]
H A Dtree.def341 DEFTREECODE (FIELD_DECL, "field_decl", 'd', 0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp346 clang::FieldDecl *field_decl = nullptr; in AddMember() local
350 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
385 field_decl = TypeSystemClang::AddFieldToRecordType( in AddMember()
397 parent_layout.field_offsets.insert({field_decl, bit_offset}); in AddMember()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1560 tree field_decl = lookup_field (&base_class, name); local
1561 if (field_decl == NULL_TREE)
1568 return build_static_field_ref (field_decl);
1581 return fold (build (COMPONENT_REF, TREE_TYPE (field_decl),
1582 self_value, field_decl));
2389 tree field_decl = lookup_field (&self_type, field_name); local
2390 if (field_decl == error_mark_node)
2394 else if (field_decl == NULL_TREE)
2400 else if (build_java_signature (TREE_TYPE (field_decl)) != field_signature)
2421 if (FIELD_FINAL (field_decl))
[all …]
H A Dparse.c7892 tree field_decl; local
7930 field_decl = add_field (class_type, current_name, real_type, flags);
7931 CHECK_DEPRECATED (field_decl);
7940 MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC (field_decl);
7941 DECL_FIELD_FINAL_WFL (field_decl) = cl;
7951 FIELD_LOCAL_ALIAS (field_decl) = 1;
7952 FIELD_FINAL (field_decl) = 0;
7957 register_incomplete_type (JDEP_FIELD, wfl, field_decl, type);
7986 DECL_INITIAL (field_decl) = TREE_OPERAND (init, 1);
9197 tree field_decl = JDEP_DECL (dep); in java_complete_class() local
[all …]
H A Dparse.y4327 tree field_decl; local
4365 field_decl = add_field (class_type, current_name, real_type, flags);
4366 CHECK_DEPRECATED (field_decl);
4375 MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC (field_decl);
4376 DECL_FIELD_FINAL_WFL (field_decl) = cl;
4386 FIELD_LOCAL_ALIAS (field_decl) = 1;
4387 FIELD_FINAL (field_decl) = 0;
4392 register_incomplete_type (JDEP_FIELD, wfl, field_decl, type);
4421 DECL_INITIAL (field_decl) = TREE_OPERAND (init, 1);
5632 tree field_decl = JDEP_DECL (dep); in java_complete_class() local
[all …]
H A DChangeLog1263 * parse.y (resolve_qualified_expression_name): Use decl not field_decl
8287 (resolve_qualified_expression_name): Likewise for `field_decl'.
/openbsd-src/gnu/gcc/gcc/cp/
H A Drtti.c1118 tree field_decl; in create_pseudo_type_info() local
1136 while ((field_decl = va_arg (ap, tree))) in create_pseudo_type_info()
1138 TREE_CHAIN (field_decl) = fields; in create_pseudo_type_info()
1139 fields = field_decl; in create_pseudo_type_info()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c1153 tree field_decl; in create_pseudo_type_info() local
1171 for (ix = 0; (field_decl = va_arg (ap, tree));) in create_pseudo_type_info()
1172 fields[++ix] = field_decl; in create_pseudo_type_info()
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h2650 #define DECL_FIELD_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.offset)
2656 #define DECL_FIELD_BIT_OFFSET(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.bit_offset)
2661 #define DECL_BIT_FIELD_TYPE(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.bit_field_type)
2665 #define DECL_QUALIFIER(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.qualifier)
2683 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
3199 struct tree_field_decl GTY ((tag ("TS_FIELD_DECL"))) field_decl;
H A Dtree.def350 DEFTREECODE (FIELD_DECL, "field_decl", tcc_declaration, 0)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2982 clang::FieldDecl *field_decl = TypeSystemClang::AddFieldToRecordType( in ParseSingleMember() local
2986 m_ast.SetMetadataAsUserID(field_decl, die.GetID()); in ParseSingleMember()
2989 std::make_pair(field_decl, field_bit_offset)); in ParseSingleMember()