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

/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp148 if (const TypedefType *typedef_type =
150 TypedefNameDecl *typedef_name_decl = typedef_type->getDecl();
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member in struct:debug_write_fns
H A Ddebug.c2437 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member in struct:debug_write_fns
H A Ddebug.c2438 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name);
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DType.cpp405 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); local
406 if (typedef_type)
407 type_sp = typedef_type->shared_from_this();
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1507 else if (auto typedef_type =
1509 type_name = typedef_type->getName();
/openbsd-current/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3826 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) {
3827 const clang::TypedefNameDecl *typedef_decl = typedef_type->getDecl();
4699 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( local
4701 if (typedef_type)
4702 return GetType(typedef_type->getDecl()->getUnderlyingType());
7361 const clang::TypedefType *typedef_type = local
7363 if (typedef_type)
7364 return typedef_type->getDecl();
9264 auto *typedef_type = qual_type->getAs<clang::TypedefType>();
9265 if (!typedef_type)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c3509 tree typedef_type = 0;
3685 typedef_type = type;
4395 if (type != 0 && typedef_type != 0
4397 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
3488 tree typedef_type = 0; local
/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c7004 tree typedef_type = NULL_TREE;
7298 typedef_type = type;
8175 if (type && typedef_type
8177 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
8183 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
6989 tree typedef_type = NULL_TREE; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c10520 tree typedef_type = NULL_TREE;
11047 typedef_type = type;
12162 if (type && typedef_type
12164 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type))
12171 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE)
10502 tree typedef_type = NULL_TREE; local
/openbsd-current/gnu/gcc/gcc/
H A Dc-decl.c3935 tree typedef_type = 0;
4009 typedef_type = type;
3914 tree typedef_type = 0; local

Completed in 255 milliseconds