/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeTypedef.cpp | 8 codeview::UDTSym Typedef) in NativeTypeTypedef() argument 9 : NativeRawSymbol(Session, PDB_SymType::Typedef, Id), in NativeTypeTypedef() 10 Record(std::move(Typedef)) {} in NativeTypeTypedef()
|
H A D | NativeExeSymbol.cpp | 58 case PDB_SymType::Typedef: in findChildren()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 456 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 D | PrettyTypeDumper.cpp | 156 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 D | typecons.d | 7829 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 D | NativeTypeTypedef.h | 24 codeview::UDTSym Typedef);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | typecons.d | 6423 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 D | PDBSymbolTypeTypedef.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Typedef)
|
H A D | PDBTypes.h | 261 Typedef, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | FormatString.cpp | 980 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 D | Comment.cpp | 323 case Decl::Typedef: { in fill() 328 K == Decl::Typedef in fill()
|
H A D | TypePrinter.cpp | 214 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 D | TypeBitCodes.def | 27 TYPE_BIT_CODE(Typedef, TYPEDEF, 16)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 877 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 D | libquadmath.texi | 75 * Typedef and constants:: Defined data types and constants 91 @node Typedef and constants 92 @chapter Typedef and constants
|
H A D | libquadmath.info | 40 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 D | libquadmath.texi | 75 * Typedef and constants:: Defined data types and constants 91 @node Typedef and constants 92 @chapter Typedef and constants
|
H A D | libquadmath.info | 40 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 D | PDBSymbol.cpp | 82 FACTORY_SYMTAG_CASE(Typedef, PDBSymbolTypeTypedef) in createSymbol()
|
H A D | PDBExtras.cpp | 256 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Typedef, OS) in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 24 def Typedef : DeclNode<TypedefName>;
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 100 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 D | CommentCommands.td | 225 def Typedef : DeclarationVerbatimLineCommand<"typedef">;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 353 case Decl::Typedef: in isRedeclarableDeclKind()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 187 case Decl::Kind::Typedef: in HandleNamedDecl()
|