Home
last modified time | relevance | path

Searched refs:typedef_type (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp148 if (const TypedefType *typedef_type = in AddTypeDecl() local
150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl(); in AddTypeDecl()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp405 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local
406 if (typedef_type) in GetTypedefType()
407 type_sp = typedef_type->shared_from_this(); in GetTypedefType()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member
H A Ddebug.c2435 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member
H A Ddebug.c2434 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3826 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local
3827 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl(); in GetTypeName()
4699 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local
4701 if (typedef_type) in GetTypedefedType()
4702 return GetType(typedef_type->getDecl()->getUnderlyingType()); in GetTypedefedType()
7361 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local
7363 if (typedef_type) in GetAsTypedefDecl()
7364 return typedef_type->getDecl(); in GetAsTypedefDecl()
9264 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local
9265 if (!typedef_type) in DumpTypeDescription()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1507 else if (auto typedef_type = in FindTypesByRegex() local
1509 type_name = typedef_type->getName(); in FindTypesByRegex()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c3488 tree typedef_type = 0; local
3664 typedef_type = type;
4374 if (type != 0 && typedef_type != 0
4376 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c6989 tree typedef_type = NULL_TREE; in grokdeclarator() local
7283 typedef_type = type; in grokdeclarator()
8160 if (type && typedef_type in grokdeclarator()
8162 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()
8168 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c10502 tree typedef_type = NULL_TREE; local
11029 typedef_type = type;
12144 if (type && typedef_type
12146 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
12153 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c3914 tree typedef_type = 0; in grokdeclarator() local
3988 typedef_type = type; in grokdeclarator()