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

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp70 Type *var_type = m_variable_sp->GetType(); local
71 if (var_type)
72 return var_type->GetForwardCompilerType();
77 Type *var_type = m_variable_sp->GetType(); local
78 if (var_type)
79 return var_type->GetName();
84 Type *var_type = m_variable_sp->GetType(); local
85 if (var_type)
86 return var_type->GetForwardCompilerType().GetDisplayTypeName();
91 Type *var_type local
[all...]
/freebsd-current/lib/libmt/
H A Dmtlib.c116 entry->var_type = MT_TYPE_INT;
118 entry->var_type = MT_TYPE_UINT;
120 entry->var_type = MT_TYPE_STRING;
122 entry->var_type = MT_TYPE_NODE;
189 switch(entry->var_type) {
237 entry->value, entry->fmt, entry->size, entry->var_type,
392 switch(entry->var_type) {
454 if (entry->var_type == MT_TYPE_NODE)
480 if (entry->var_type == MT_TYPE_NODE)
H A Dmtlib.h58 mt_variable_type var_type; member in struct:mt_status_entry
/freebsd-current/usr.bin/mt/
H A Dmt.c1072 switch (entry->var_type) {
1099 errx(1, "Unknown parameter type %d for %s", entry->var_type,
1256 if (((supported_entry->var_type == MT_TYPE_INT)
1258 || ((supported_entry->var_type == MT_TYPE_UINT)
1285 if (entry->var_type != MT_TYPE_UINT)
1288 entry->var_type);
1393 if (entry->var_type == MT_TYPE_NODE) {
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c460 bhnd_nvram_type var_type, raw_type; local
474 var_ptr = bhnd_nvram_val_bytes(&bcm_val, &var_len, &var_type);
488 raw_type = bhnd_nvram_raw_type(var_type);
498 bhnd_nvram_type_name(var_type),
/freebsd-current/usr.bin/rpcgen/
H A Drpc_svcout.c88 const char *var_type; local
89 var_type = (nomain? "extern" : "static");
90 f_print(fout, "%s int _rpcpmstart;", var_type);
93 f_print(fout, "%s int _rpcfdtype;", var_type);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp575 if (Type *var_type = var_sp->GetType())
576 if (auto compiler_type = var_type->GetForwardCompilerType())
598 Type *var_type = variable_sp->GetType(); local
599 if (!var_type)
602 if (!var_type->GetForwardCompilerType().IsAnonymousType())
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1479 Type *var_type = var->GetType(); local
1481 if (!var_type) {
1486 CompilerType var_clang_type = var_type->GetFullCompilerType();
1493 auto ts = var_type->GetForwardCompilerType().GetTypeSystem();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h938 const CompilerType &var_type,
H A DTypeSystemClang.cpp7481 const CompilerType &var_type, AccessType access) {
7482 if (!type.IsValid() || !var_type.IsValid())
7502 var_decl->setType(ClangUtil::GetQualType(var_type));
7479 AddVariableToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &var_type, AccessType access) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2869 Type *var_type = die.ResolveTypeUID(attrs.encoding_form.Reference()); local
2871 if (!var_type)
2877 CompilerType ct = var_type->GetForwardCompilerType();

Completed in 343 milliseconds