Home
last modified time | relevance | path

Searched refs:Typedef (Results 1 – 25 of 125) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.cpp8 codeview::UDTSym Typedef) in NativeTypeTypedef() argument
9 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef()
10 Record(std::move(Typedef)) {} in NativeTypeTypedef()
H A DNativeExeSymbol.cpp58 case PDB_SymType::Typedef: in findChildren()
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp456 struct Typedef { struct
466 typedef std::vector<Typedef> TypedefsSeq;
469 LLVM_YAML_IS_SEQUENCE_VECTOR(Typedef)
481 template <> struct MappingTraits<Typedef> {
482 static void mapping(IO &IO, Typedef &T) { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp156 const PDBSymbolTypeTypedef &Typedef) { in isTypeExcluded() argument
157 return Printer.IsTypeExcluded(Typedef.getName(), Typedef.getLength()); in isTypeExcluded()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d7829 static foreach (T1; AliasSeq!(MyFloatImpl, Typedef!float, Typedef!double,
7830 float, real, Typedef!int, int))
7832 static foreach (T2; AliasSeq!(MyFloatImpl, Typedef!float))
7874 struct Typedef(T, T init = T.init, string cookie=null)
7890 this(Typedef tdef)
7897 T2 opCast(T2 : Typedef!(T, Unused), this X, T, Unused...)()
7960 auto td = Typedef!int(i);
7968 alias MyInt = Typedef!int;
7977 alias MyIntInit = Typedef!(int, 42);
7985 alias MyInt = Typedef!int;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeTypedef.h24 codeview::UDTSym Typedef);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d6423 foreach (T1; AliasSeq!(MyFloatImpl, Typedef!float, Typedef!double,
6424 float, real, Typedef!int, int))
6426 foreach (T2; AliasSeq!(MyFloatImpl, Typedef!float))
6504 struct Typedef(T, T init = T.init, string cookie=null)
6513 this(Typedef tdef)
6520 T2 opCast(T2 : Typedef!(T, Unused), this X, T, Unused...)()
6565 static if (is(T : Typedef!Arg, Arg))
6574 import std.typecons : Typedef, TypedefType;
6577 alias MyInt = Typedef!int;
6592 alias MyIntInit = Typedef!(int, 42);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeTypedef.h21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
H A DPDBTypes.h261 Typedef, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp980 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl(); in namedTypeToLengthModifier() local
983 const IdentifierInfo *Identifier = Typedef->getIdentifier(); in namedTypeToLengthModifier()
1002 QualType T = Typedef->getUnderlyingType(); in namedTypeToLengthModifier()
1006 Typedef = cast<TypedefType>(T)->getDecl(); in namedTypeToLengthModifier()
H A DComment.cpp323 case Decl::Typedef: { in fill()
328 K == Decl::Typedef in fill()
H A DTypePrinter.cpp214 case Type::Typedef: in canPrefixQualifiers()
1259 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() local
1260 OS << Typedef->getIdentifier()->getName() << "::"; in AppendScope()
1297 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag() local
1298 assert(Typedef->getIdentifier() && "Typedef without identifier?"); in printTag()
1299 OS << Typedef->getIdentifier()->getName(); in printTag()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def27 TYPE_BIT_CODE(Typedef, TYPEDEF, 16)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp877 TypedefNameDecl *Typedef; in InstantiateTypedefNameDecl() local
879 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
882 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getBeginLoc(), in InstantiateTypedefNameDecl()
885 Typedef->setInvalidDecl(); in InstantiateTypedefNameDecl()
894 newTag->setTypedefNameForAnonDecl(Typedef); in InstantiateTypedefNameDecl()
907 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
909 Typedef->setPreviousDecl(InstPrevTypedef); in InstantiateTypedefNameDecl()
912 SemaRef.InstantiateAttrs(TemplateArgs, D, Typedef); in InstantiateTypedefNameDecl()
915 SemaRef.inferGslPointerAttribute(Typedef); in InstantiateTypedefNameDecl()
917 Typedef->setAccess(D->getAccess()); in InstantiateTypedefNameDecl()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dlibquadmath.texi75 * Typedef and constants:: Defined data types and constants
91 @node Typedef and constants
92 @chapter Typedef and constants
H A Dlibquadmath.info40 File: libquadmath.info, Node: Top, Next: Typedef and constants, Up: (dir)
50 * Typedef and constants:: Defined data types and constants
60 File: libquadmath.info, Node: Typedef and constants, Next: Math Library Routines, Prev: Top, Up…
62 1 Typedef and constants
102 File: libquadmath.info, Node: Math Library Routines, Next: I/O Library Routines, Prev: Typedef a…
803 Node: Typedef and constants2367
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dlibquadmath.texi75 * Typedef and constants:: Defined data types and constants
91 @node Typedef and constants
92 @chapter Typedef and constants
H A Dlibquadmath.info40 File: libquadmath.info, Node: Top, Next: Typedef and constants, Up: (dir)
50 * Typedef and constants:: Defined data types and constants
60 File: libquadmath.info, Node: Typedef and constants, Next: Math Library Routines, Prev: Top, Up…
62 1 Typedef and constants
102 File: libquadmath.info, Node: Math Library Routines, Next: I/O Library Routines, Prev: Typedef a…
803 Node: Typedef and constants2367
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp82 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in createSymbol()
H A DPDBExtras.cpp256 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Typedef, OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td24 def Typedef : DeclNode<TypedefName>;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp100 TKCASE(Typedef); in GetTypeKind()
495 case Type::Typedef: in clang_getTypeDeclaration()
593 TKIND(Typedef); in clang_getTypeKindSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommands.td225 def Typedef : DeclarationVerbatimLineCommand<"typedef">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp353 case Decl::Typedef: in isRedeclarableDeclKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp187 case Decl::Kind::Typedef: in HandleNamedDecl()

12345