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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp69 Type *var_type = m_variable_sp->GetType(); local
70 if (var_type)
71 return var_type->GetForwardCompilerType();
76 Type *var_type = m_variable_sp->GetType(); local
77 if (var_type)
78 return var_type->GetName();
83 Type *var_type = m_variable_sp->GetType(); local
84 if (var_type)
85 return var_type->GetForwardCompilerType().GetDisplayTypeName();
90 Type *var_type local
[all...]
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c715 enum var_type_enum var_type = IS_INT; local
830 var_type = IS_QUAD;
842 var_type = IS_QUAD;
846 var_type = IS_QUAD;
850 var_type = IS_LONG;
854 var_type = IS_SHORT;
858 var_type = IS_INT;
874 if (var_type == IS_QUAD) {
880 if (var_type == IS_LONG)
882 else if (var_type
[all...]
/freebsd-13-stable/lib/libmt/
H A Dmtlib.c119 entry->var_type = MT_TYPE_INT;
121 entry->var_type = MT_TYPE_UINT;
123 entry->var_type = MT_TYPE_STRING;
125 entry->var_type = MT_TYPE_NODE;
192 switch(entry->var_type) {
240 entry->value, entry->fmt, entry->size, entry->var_type,
395 switch(entry->var_type) {
457 if (entry->var_type == MT_TYPE_NODE)
483 if (entry->var_type == MT_TYPE_NODE)
H A Dmtlib.h60 mt_variable_type var_type; member in struct:mt_status_entry
/freebsd-13-stable/usr.bin/mt/
H A Dmt.c1087 switch (entry->var_type) {
1114 errx(1, "Unknown parameter type %d for %s", entry->var_type,
1271 if (((supported_entry->var_type == MT_TYPE_INT)
1273 || ((supported_entry->var_type == MT_TYPE_UINT)
1300 if (entry->var_type != MT_TYPE_UINT)
1303 entry->var_type);
1408 if (entry->var_type == MT_TYPE_NODE) {
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c462 bhnd_nvram_type var_type, raw_type; local
476 var_ptr = bhnd_nvram_val_bytes(&bcm_val, &var_len, &var_type);
490 raw_type = bhnd_nvram_raw_type(var_type);
500 bhnd_nvram_type_name(var_type),
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_svcout.c98 const char *var_type; local
99 var_type = (nomain? "extern" : "static");
100 f_print(fout, "%s int _rpcpmstart;", var_type);
103 f_print(fout, "%s int _rpcfdtype;", var_type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1445 Type *var_type = var->GetType(); local
1447 if (!var_type) {
1452 CompilerType var_clang_type = var_type->GetFullCompilerType();
1460 var_type->GetForwardCompilerType().GetTypeSystem());
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py253 def __init__(self, start, end, name, var_type, initial_value, namespace):
255 self.type = var_type
732 var_type = Type(pos_token.start, pos_token.end, type_name,
736 name, var_type, value, self.namespace_stack)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp582 Type *var_type = variable_sp->GetType(); local
583 if (!var_type)
586 if (!var_type->GetForwardCompilerType().IsAnonymousType())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h875 const CompilerType &var_type,
H A DTypeSystemClang.cpp7282 const CompilerType &var_type, AccessType access) {
7283 if (!type.IsValid() || !var_type.IsValid())
7302 var_decl->setType(ClangUtil::GetQualType(var_type));
7280 AddVariableToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &var_type, AccessType access) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2532 Type *var_type = die.ResolveTypeUID(encoding_form.Reference()); local
2534 if (var_type) {
2538 class_clang_type, name, var_type->GetLayoutCompilerType(),

Completed in 305 milliseconds