Searched refs:basic_type (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ecoff.c | 1861 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 1882 || t->basic_type == bt_Struct in add_aux_sym_tir() 1883 || t->basic_type == bt_Union in add_aux_sym_tir() 1884 || t->basic_type == bt_Enum in add_aux_sym_tir() 1949 if (t->basic_type == bt_Struct in add_aux_sym_tir() 1950 || t->basic_type == bt_Union in add_aux_sym_tir() 2019 tag_ptr->basic_type = basic_type; in get_tag() 2043 tag_ptr->basic_type = basic_type; in get_tag() 2070 switch (ptag->basic_type) in add_unknown_tag() 2891 coff_type.basic_type); in ecoff_directive_endef() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tfile.c | 2053 || t->basic_type == bt_Struct in add_aux_sym_tir() 2054 || t->basic_type == bt_Union in add_aux_sym_tir() 2055 || t->basic_type == bt_Enum in add_aux_sym_tir() 2120 if (t->basic_type == bt_Struct in add_aux_sym_tir() 2198 tag_ptr->basic_type = basic_type; in get_tag() 2215 tag_ptr->basic_type = basic_type; in get_tag() 2244 switch (ptag->basic_type) in add_unknown_tag() 3182 || t.basic_type == bt_Union in parse_def() 3183 || t.basic_type == bt_Enum) in parse_def() 3194 t.basic_type); in parse_def() [all …]
|
| H A D | mips-tdump.c | 436 bt_t basic_type; in type_to_string() local 456 basic_type = (bt_t) u.ti.bt; in type_to_string() 468 switch (basic_type) in type_to_string() 606 sprintf (p1, "Unknown basic type %d", (int) basic_type); in type_to_string()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | win32_crashrpt.c | 267 write_basic_type(FILE *log_file, DWORD basic_type, DWORD64 length, in write_basic_type() argument 279 switch(basic_type) in write_basic_type() 300 if (basic_type == 8) /* btFloat */ in write_basic_type() 307 basic_type, (UINT_PTR)length); in write_basic_type()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 273 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() argument 276 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type)); in GetBasicType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 282 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
|
| H A D | TypeSystem.h | 411 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
| H A D | ClangASTContext.h | 727 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 993 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 498 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 500 return m_type_system->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
|
| H A D | ClangASTContext.cpp | 1138 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration(name); in GetBasicType() local 1139 return ClangASTContext::GetBasicType(ast, basic_type); in GetBasicType() 1153 CompilerType ClangASTContext::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() argument 1154 return GetBasicType(getASTContext(), basic_type); in GetBasicType() 1158 lldb::BasicType basic_type) { in GetBasicType() argument 1162 GetOpaqueCompilerType(ast, basic_type); in GetBasicType() 2045 lldb::BasicType basic_type) { in GetOpaqueCompilerType() argument 2046 switch (basic_type) { in GetOpaqueCompilerType() 5008 CompilerType ClangASTContext::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() argument 5009 return ClangASTContext::GetBasicType(getASTContext(), basic_type); in GetBasicTypeFromAST()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ecoff.c | 1059 unsigned int basic_type; in ecoff_type_to_string() local 1081 basic_type = u.ti.bt; in ecoff_type_to_string() 1091 switch (basic_type) in ecoff_type_to_string() 1226 sprintf (p1, _("Unknown basic type %d"), (int) basic_type); in ecoff_type_to_string()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2006 | 1221 * testsuite/util/regression/basic_type.hpp: Same. 1663 * testsuite/util/regression/basic_type.hpp: Same. 2723 * testsuite/util/regression/basic_type.hpp: Same. 3787 * testsuite/util/regression/basic_type.hpp: Same.
|