Searched refs:full_type (Results 1 – 7 of 7) sorted by relevance
1586 tree full_type; in build_new_1() local1638 full_type = build_cplus_array_type (type, NULL_TREE); in build_new_1()1641 full_type = build_distinct_type_copy (full_type); in build_new_1()1642 TYPE_DOMAIN (full_type) = index; in build_new_1()1646 full_type = type; in build_new_1()1694 TYPE_SIZE_UNIT (full_type) = size; in build_new_1()1697 TYPE_SIZE (full_type) = bitsize; in build_new_1()1800 full_pointer_type = build_pointer_type (full_type); in build_new_1()1922 init = build_default_init (full_type, nelts); in build_new_1()
6337 (build_new_1): Pass it. Use an incomplete array type for full_type.
4172 TYPE_SIZE_UNIT of full_type.
2157 tree full_type; local2192 full_type = build_cplus_array_type (type, NULL_TREE);2195 full_type = type;2346 alloc_expr = convert (build_pointer_type (full_type), alloc_expr);2377 init = build_default_init (full_type, nelts);
1942 (build_new_1): Pass it. Use an incomplete array type for full_type.
638 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls() local640 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
8572 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile() local8573 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()8577 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()8582 ClangUtil::GetQualType(full_type).getTypePtr())) { in DumpFromSymbolFile()8588 GetCanonicalQualType(full_type.GetOpaqueQualType()) in DumpFromSymbolFile()