Searched refs:var_type (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2569 Type *var_type = die.ResolveTypeUID(encoding_form.Reference()); local
2571 if (var_type) {
2575 class_clang_type, name, var_type->GetLayoutCompilerType(),
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c5617 tree var_type = TREE_TYPE (var); local
5620 bound = fold_convert (var_type, bound);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7080 const CompilerType &var_type, AccessType access) {
7081 if (!type.IsValid() || !var_type.IsValid())
7103 ClangUtil::GetQualType(var_type), // Variable clang::QualType
7078 AddVariableToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &var_type, AccessType access) argument

Completed in 140 milliseconds

12