Searched refs:full_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c1588 tree full_type;
1640 full_type = build_cplus_array_type (type, NULL_TREE);
1643 full_type = build_distinct_type_copy (full_type);
1644 TYPE_DOMAIN (full_type) = index;
1648 full_type = type;
1696 TYPE_SIZE_UNIT (full_type) = size;
1699 TYPE_SIZE (full_type) = bitsize;
1802 full_pointer_type = build_pointer_type (full_type);
1924 init = build_default_init (full_type, nelt
1586 tree full_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp748 CompilerType full_type = type_sp->GetFullCompilerType(); local
750 CompilerType copied_clang_type(GuardedCopyType(full_type));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7967 CompilerType full_type = type->GetFullCompilerType(); local
7968 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) {
7972 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) {
7977 ClangUtil::GetQualType(full_type).getTypePtr())) {
7983 GetCanonicalQualType(full_type.GetOpaqueQualType()).dump(s.AsRawOstream());

Completed in 128 milliseconds