| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-extensions.swig | 557 def is_numeric_type(basic_type): 558 if basic_type == eBasicTypeInvalid: return (False,False) 559 if basic_type == eBasicTypeVoid: return (False,False) 560 if basic_type == eBasicTypeChar: return (True,False) 561 if basic_type == eBasicTypeSignedChar: return (True,True) 562 if basic_type == eBasicTypeUnsignedChar: return (True,False) 563 if basic_type == eBasicTypeWChar: return (True,False) 564 if basic_type == eBasicTypeSignedWChar: return (True,True) 565 if basic_type == eBasicTypeUnsignedWChar: return (True,False) 566 if basic_type == eBasicTypeChar16: return (True,False) [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | storag.c | 139 ffeinfo_basictype_string (s->basic_type), in ffestorag_dump() 259 st->basic_type = ffesymbol_basictype (s); in ffestorag_exec_layout() 309 st->basic_type = ffesymbol_basictype (var); in ffestorag_exec_layout() 316 st->basic_type = FFEINFO_basictypeNONE; in ffestorag_exec_layout() 384 stv->basic_type = ffesymbol_basictype (var); in ffestorag_exec_layout() 478 if (s->basic_type == bt) in ffestorag_update() 486 switch (s->basic_type) in ffestorag_update() 493 s->basic_type = FFEINFO_basictypeANY; in ffestorag_update() 507 s->basic_type = FFEINFO_basictypeNONE; in ffestorag_update()
|
| H A D | implic.c | 110 ffeimplic_establish_initial (char c, ffeinfoBasictype basic_type, in ffeimplic_establish_initial() argument 124 imp->info = ffeinfo_new (basic_type, in ffeimplic_establish_initial() 134 if ((ffeinfo_basictype (imp->info) != basic_type) in ffeimplic_establish_initial()
|
| H A D | storag.h | 90 ffeinfoBasictype basic_type;/* NONE= >1 non-CHARACTER; ANY= member 122 #define ffestorag_basictype(s) ((s)->basic_type) 142 #define ffestorag_set_basictype(s,b) ((s)->basic_type = (b))
|
| H A D | implic.h | 53 bool ffeimplic_establish_initial (char c, ffeinfoBasictype basic_type,
|
| H A D | stc.c | 128 ffeinfoBasictype basic_type; member 398 ffeinfoBasictype bt = ffestc_local_.decl.basic_type; in ffestc_establish_declinfo_() 602 ffestc_local_.decl.basic_type = bt; in ffestc_establish_declstmt_() 655 ffestc_local_.decl.basic_type, in ffestc_establish_impletter_() 665 ffestc_local_.decl.basic_type, in ffestc_establish_impletter_() 6399 is_assumed = (ffestc_local_.decl.basic_type == FFEINFO_basictypeCHARACTER) in ffestc_R501_item() 6560 ffestc_local_.decl.basic_type, in ffestc_R501_item() 6581 ffeinfo_new (ffestc_local_.decl.basic_type, in ffestc_R501_item() 6592 ffeinfo_new (ffestc_local_.decl.basic_type, in ffestc_R501_item() 6602 ffeinfo_new (ffestc_local_.decl.basic_type, in ffestc_R501_item() [all …]
|
| H A D | data.c | 78 ffeinfoBasictype basic_type; member 708 if ((bt == ffedata_convert_cache_[i].basic_type) in ffedata_convert_() 745 ffedata_convert_cache_[i].basic_type = bt; in ffedata_convert_()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | mips-tfile.c | 983 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1190 bt_t basic_type; /* basic type */ member 2153 aux.ti.bt = (int) t->basic_type; 2175 || t->basic_type == bt_Struct 2176 || t->basic_type == bt_Union 2177 || t->basic_type == bt_Enum 2242 if (t->basic_type == bt_Struct 2243 || t->basic_type == bt_Union 2244 || t->basic_type == bt_Enum) 2301 get_tag (tag_start, tag_end_p1, indx, basic_type) in get_tag() argument [all …]
|
| H A D | mips-tdump.c | 428 bt_t basic_type; local 448 basic_type = (bt_t) u.ti.bt; 460 switch (basic_type) 598 sprintf (p1, "Unknown basic type %d", (int) basic_type);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ecoff.c | 885 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1060 bt_t basic_type; /* basic type */ member 1426 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type); 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() 1951 || t->basic_type == bt_Enum) in add_aux_sym_tir() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ecoff.c | 884 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1059 bt_t basic_type; /* basic type */ member 1425 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type); 1860 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 1881 || t->basic_type == bt_Struct in add_aux_sym_tir() 1882 || t->basic_type == bt_Union in add_aux_sym_tir() 1883 || t->basic_type == bt_Enum in add_aux_sym_tir() 1948 if (t->basic_type == bt_Struct in add_aux_sym_tir() 1949 || t->basic_type == bt_Union in add_aux_sym_tir() 1950 || t->basic_type == bt_Enum) in add_aux_sym_tir() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | mips-tfile.c | 990 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member 1115 bt_t basic_type; /* basic type */ member 2031 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir() 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() 2121 || t->basic_type == bt_Union in add_aux_sym_tir() 2122 || t->basic_type == bt_Enum) in add_aux_sym_tir() 2182 bt_t basic_type) /* bt_Struct, bt_Union, or bt_Enum */ in get_tag() argument [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()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() argument 363 LLDB_INSTRUMENT_VA(this, basic_type); in GetBasicType() 367 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 546 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
|
| H A D | TypeSystem.h | 442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 738 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 1036 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
| H A D | TypeSystemClang.cpp | 933 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() argument 937 GetOpaqueCompilerType(&ast, basic_type); in GetBasicType() 2042 lldb::BasicType basic_type) { in GetOpaqueCompilerType() argument 2043 switch (basic_type) { in GetOpaqueCompilerType() 4709 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() argument 4710 return TypeSystemClang::GetBasicType(basic_type); in GetBasicTypeFromAST()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ecoff.c | 1060 unsigned int basic_type; in ecoff_type_to_string() local 1082 basic_type = u.ti.bt; in ecoff_type_to_string() 1092 switch (basic_type) in ecoff_type_to_string() 1227 sprintf (p1, _("Unknown basic type %d"), (int) basic_type); in ecoff_type_to_string()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ecoff.c | 1172 unsigned int basic_type; local 1194 basic_type = u.ti.bt; 1204 switch (basic_type) 1339 sprintf (p1, _("Unknown basic type %d"), (int) basic_type);
|