| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 70 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl() local 71 if (var_type) in GetCompilerTypeImpl() 72 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl() 77 Type *var_type = m_variable_sp->GetType(); in GetTypeName() local 78 if (var_type) in GetTypeName() 79 return var_type->GetName(); in GetTypeName() 84 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName() local 85 if (var_type) in GetDisplayTypeName() 91 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local 92 if (var_type) in GetQualifiedTypeName() [all …]
|
| /freebsd-14.2/lib/libmt/ |
| H A D | mtlib.c | 117 entry->var_type = MT_TYPE_INT; in mt_start_element() 119 entry->var_type = MT_TYPE_UINT; in mt_start_element() 121 entry->var_type = MT_TYPE_STRING; in mt_start_element() 123 entry->var_type = MT_TYPE_NODE; in mt_start_element() 190 switch(entry->var_type) { in mt_end_element() 238 entry->value, entry->fmt, entry->size, entry->var_type, in mt_status_tree_sbuf() 393 switch(entry->var_type) { in mt_entry_sbuf() 455 if (entry->var_type == MT_TYPE_NODE) in mt_param_entry_sbuf() 481 if (entry->var_type == MT_TYPE_NODE) in mt_param_entry_print()
|
| H A D | mtlib.h | 58 mt_variable_type var_type; member
|
| /freebsd-14.2/usr.bin/mt/ |
| H A D | mt.c | 1085 switch (entry->var_type) { in mt_set_param() 1112 errx(1, "Unknown parameter type %d for %s", entry->var_type, in mt_set_param() 1269 if (((supported_entry->var_type == MT_TYPE_INT) in mt_protect() 1271 || ((supported_entry->var_type == MT_TYPE_UINT) in mt_protect() 1298 if (entry->var_type != MT_TYPE_UINT) in mt_protect() 1301 entry->var_type); in mt_protect() 1406 if (entry->var_type == MT_TYPE_NODE) { in mt_print_density_entry()
|
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_svcout.c | 96 const char *var_type; in write_most() local 97 var_type = (nomain? "extern" : "static"); in write_most() 98 f_print(fout, "%s int _rpcpmstart;", var_type); in write_most() 101 f_print(fout, "%s int _rpcfdtype;", var_type); in write_most()
|
| /freebsd-14.2/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_sprom.c | 460 bhnd_nvram_type var_type, raw_type; in bhnd_nvram_sprom_write_var() local 474 var_ptr = bhnd_nvram_val_bytes(&bcm_val, &var_len, &var_type); in bhnd_nvram_sprom_write_var() 488 raw_type = bhnd_nvram_raw_type(var_type); in bhnd_nvram_sprom_write_var() 498 bhnd_nvram_type_name(var_type), in bhnd_nvram_sprom_write_var()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 575 if (Type *var_type = var_sp->GetType()) in GetValueForVariableExpressionPath() local 576 if (auto compiler_type = var_type->GetForwardCompilerType()) in GetValueForVariableExpressionPath() 598 Type *var_type = variable_sp->GetType(); in GetValueForVariableExpressionPath() local 599 if (!var_type) in GetValueForVariableExpressionPath() 602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1479 Type *var_type = var->GetType(); in GetVariableValue() local 1481 if (!var_type) { in GetVariableValue() 1486 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() 1493 auto ts = var_type->GetForwardCompilerType().GetTypeSystem(); in GetVariableValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2869 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); in CreateStaticMemberVariable() local 2871 if (!var_type) in CreateStaticMemberVariable() 2877 CompilerType ct = var_type->GetForwardCompilerType(); in CreateStaticMemberVariable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 938 const CompilerType &var_type,
|
| H A D | TypeSystemClang.cpp | 7481 const CompilerType &var_type, AccessType access) { in AddVariableToRecordType() argument 7482 if (!type.IsValid() || !var_type.IsValid()) in AddVariableToRecordType() 7502 var_decl->setType(ClangUtil::GetQualType(var_type)); in AddVariableToRecordType()
|