Searched refs:record_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dipa-type-escape.h27 bool ipa_type_escape_field_does_not_clobber_p (tree record_type, tree field_type);
H A Dipa-type-escape.c401 ipa_type_escape_field_does_not_clobber_p (tree record_type, tree field_type) argument
412 record_type = TYPE_MAIN_VARIANT (record_type);
414 while (POINTER_TYPE_P (record_type))
416 record_type = TYPE_MAIN_VARIANT (TREE_TYPE (record_type));
428 while (POINTER_TYPE_P (record_type))
429 record_type = TYPE_MAIN_VARIANT (TREE_TYPE (record_type));
436 record_type
[all...]
H A Domp-low.c75 tree record_type; member in struct:omp_context
627 insert_field_into_struct (ctx->record_type, field);
870 if (ctx->record_type)
873 for (t = TYPE_FIELDS (ctx->record_type); t ; t = TREE_CHAIN (t))
886 tree f, type = ctx->record_type;
900 name = DECL_NAME (TYPE_NAME (ctx->record_type));
904 for (f = TYPE_FIELDS (ctx->record_type); f ; f = TREE_CHAIN (f))
1172 ctx->record_type = lang_hooks.types.make_type (RECORD_TYPE);
1174 name = build_decl (TYPE_DECL, name, ctx->record_type);
1175 TYPE_NAME (ctx->record_type)
[all...]
H A Dtree-ssa-ccp.c1634 maybe_fold_offset_to_component_ref (tree record_type, tree base, tree offset, argument
1639 if (TREE_CODE (record_type) != RECORD_TYPE
1640 && TREE_CODE (record_type) != UNION_TYPE
1641 && TREE_CODE (record_type) != QUAL_UNION_TYPE)
1645 if (lang_hooks.types_compatible_p (record_type, orig_type))
1649 for (f = TYPE_FIELDS (record_type); f ; f = TREE_CHAIN (f))
1684 base = build1 (INDIRECT_REF, record_type, base);
1724 base = build1 (INDIRECT_REF, record_type, base);
H A Dtarget.h424 bool (* ms_bitfield_layout_p) (tree record_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h90 lldb_private::CompilerType &record_type,
95 lldb_private::CompilerType &record_type, int record_kind,
99 lldb_private::CompilerType &record_type,
103 lldb_private::CompilerType &record_type,
H A DPDBASTParser.cpp1208 lldb_private::CompilerType &record_type,
1226 record_type.GetTypeName().GetCString(), member_name.c_str(),
1243 record_type, member_name.c_str(), member_comp_type, access, bit_size);
1259 record_type, member_name.c_str(), member_comp_type, access);
1275 lldb_private::CompilerType &record_type, int record_kind,
1290 record_type.GetTypeName().GetCString(),
1319 m_ast.TransferBaseClasses(record_type.GetOpaqueQualType(),
1324 lldb_private::CompilerType &record_type,
1328 AddRecordMethod(symbol_file, record_type, *method))
1334 lldb_private::CompilerType &record_type,
1206 AddRecordMembers( lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &record_type, PDBDataSymbolEnumerator &members_enum, lldb_private::ClangASTImporter::LayoutInfo &layout_info) argument
1273 AddRecordBases( lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &record_type, int record_kind, PDBBaseClassSymbolEnumerator &bases_enum, lldb_private::ClangASTImporter::LayoutInfo &layout_info) const argument
1323 AddRecordMethods(lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &record_type, PDBFuncSymbolEnumerator &methods_enum) argument
1333 AddRecordMethod(lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &record_type, const llvm::pdb::PDBSymbolFunc &method) const argument
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_i210.c381 u8 record_type, word_address; local
388 record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword);
389 if (record_type == E1000_INVM_UNINITIALIZED_STRUCTURE)
391 if (record_type == E1000_INVM_CSR_AUTOLOAD_STRUCTURE)
393 if (record_type == E1000_INVM_RSA_KEY_SHA256_STRUCTURE)
395 if (record_type == E1000_INVM_WORD_AUTOLOAD_STRUCTURE) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2565 if (const clang::RecordType *record_type =
2568 if (const clang::RecordDecl *record_decl = record_type->getDecl()) {
2794 const clang::RecordType *record_type = local
2796 if (record_type) {
2797 const clang::RecordDecl *record_decl = record_type->getDecl();
3242 const clang::RecordType *record_type = local
3244 const clang::RecordDecl *record_decl = record_type->getDecl();
3859 const clang::RecordType *record_type = local
3861 const clang::RecordDecl *record_decl = record_type->getDecl();
4039 const clang::RecordType *record_type local
4103 const clang::RecordType *record_type = local
4919 const clang::RecordType *record_type = local
5168 const clang::RecordType *record_type = local
5288 const clang::RecordType *record_type = local
5773 const clang::RecordType *record_type = local
6264 const clang::RecordType *record_type = local
6505 const clang::RecordType *record_type = local
6829 const clang::RecordType *record_type = local
8000 const clang::RecordType *record_type = local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c2777 || tag_type == record_type
5333 s = xref_tag (record_type, name, ts_global, 0);
10108 case record_type:
10312 case record_type:
10439 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type);
H A Dparser.c17204 return record_type;
17221 : class_key == record_type ? "struct" : "class",
19043 block_struct_type = xref_tag (record_type,
19146 block_struct_type = xref_tag (record_type, get_identifier (buffer), ts_current, false);
H A Dcp-tree.h3163 record_type, /* "struct" types. */
3156 record_type, /* "struct" types. */ enumerator in enum:tag_types
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c18289 ix86_ms_bitfield_layout_p (tree record_type)
18292 !lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type)))
18293 || lookup_attribute ("ms_struct", TYPE_ATTRIBUTES (record_type));
18258 ix86_ms_bitfield_layout_p(tree record_type) argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c17826 rs6000_ms_bitfield_layout_p (tree record_type)
17829 !lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type)))
17830 || lookup_attribute ("ms_struct", TYPE_ATTRIBUTES (record_type));
17784 rs6000_ms_bitfield_layout_p(tree record_type) argument

Completed in 415 milliseconds