Searched refs:basic_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c264 write_basic_type(FILE *log_file, DWORD basic_type, DWORD64 length, argument
276 switch(basic_type)
297 if (basic_type == 8) /* btFloat */
304 basic_type, (UINT_PTR)length);
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c997 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */
1122 bt_t basic_type; /* basic type */
2049 aux.ti.bt = (int) t->basic_type;
2071 || t->basic_type == bt_Struct
2072 || t->basic_type == bt_Union
2073 || t->basic_type == bt_Enum
2138 if (t->basic_type == bt_Struct
2139 || t->basic_type == bt_Union
2140 || t->basic_type == bt_Enum)
2201 bt_t basic_type) /* bt_Struc
990 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member in struct:tag
1115 bt_t basic_type; /* basic type */ member in struct:type_info
2179 get_tag(const char *tag_start, const char *tag_end_p1, symint_t indx, bt_t basic_type) argument
[all...]
H A Dmips-tdump.c444 bt_t basic_type;
464 basic_type = (bt_t) u.ti.bt;
476 switch (basic_type)
614 sprintf (p1, "Unknown basic type %d", (int) basic_type);
436 bt_t basic_type; local
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c887 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */
1062 bt_t basic_type; /* basic type */
1430 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
1871 aux.ti.bt = (int) t->basic_type;
1892 || t->basic_type == bt_Struct
1893 || t->basic_type == bt_Union
1894 || t->basic_type == bt_Enum
1959 if (t->basic_type == bt_Struct
1960 || t->basic_type == bt_Union
1961 || t->basic_type
885 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member in struct:tag
1060 bt_t basic_type; /* basic type */ member in struct:type_info
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h248 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DClangASTContext.h646 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
914 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
H A DTypeSystem.h397 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp470 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const {
472 return m_type_system->GetBasicTypeFromAST(basic_type);
H A DClangASTContext.cpp887 CompilerType ClangASTContext::GetBasicType(lldb::BasicType basic_type) { argument
891 GetOpaqueCompilerType(&ast, basic_type);
1766 lldb::BasicType basic_type) {
1767 switch (basic_type) {
4378 CompilerType ClangASTContext::GetBasicTypeFromAST(lldb::BasicType basic_type) { argument
4379 return ClangASTContext::GetBasicType(basic_type);
1765 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp348 SBType SBType::GetBasicType(lldb::BasicType basic_type) { argument
350 basic_type);
354 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type)));
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c1062 unsigned int basic_type;
1084 basic_type = u.ti.bt;
1094 switch (basic_type)
1229 sprintf (p1, _("Unknown basic type %d"), (int) basic_type);
1059 unsigned int basic_type; local

Completed in 236 milliseconds