Home
last modified time | relevance | path

Searched refs:TypeIdentifier (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c1242 TypeIdentifier *tid = (TypeIdentifier *)fparam->type; in deduceFunctionTemplateMatch()
1271 Type *t = new TypeIdentifier(Loc(), ttp->ident); in deduceFunctionTemplateMatch()
1337 TypeIdentifier *tid = (TypeIdentifier *)prmtype; in deduceFunctionTemplateMatch()
1587 ((TypeIdentifier *)taai)->idents.dim == 0))) in deduceFunctionTemplateMatch()
1612 ((TypeIdentifier *)prmtype)->idents.dim == 0) in deduceFunctionTemplateMatch()
2861 TypeIdentifier *tident = (TypeIdentifier *)tparam; in templateParameterLookup()
3210 TypeIdentifier *tident = (TypeIdentifier *)tparam; in deduceType()
3573 TypeIdentifier *tid = (TypeIdentifier *)fparam->type; in deduceType()
3656 void visit(TypeIdentifier *t) in deduceType()
3661 TypeIdentifier *tp = (TypeIdentifier *)tparam; in deduceType()
[all …]
H A Ddimport.c433 TypeIdentifier *tname = new TypeIdentifier(loc, name); in addMember()
H A Dtypesem.c57 void visit(TypeIdentifier *t) in visit()
H A Dstatement.c89 TypeIdentifier *getThrowable() in getThrowable()
91 TypeIdentifier *tid = new TypeIdentifier(Loc(), Id::empty); in getThrowable()
H A Dmtype.h703 class TypeIdentifier : public TypeQualified
709 TypeIdentifier(Loc loc, Identifier *ident);
H A Dvisitor.h74 class TypeIdentifier; variable
368 virtual void visit(TypeIdentifier *t) { visit((TypeQualified *)t); } in visit()
H A Ddmangle.c273 void visit(TypeIdentifier *t) in visit()
H A Dhdrgen.c1033 void visit(TypeIdentifier *t) in visit()
1634 (t->ty == Tident && ((TypeIdentifier *)t)->idents.dim == 0)))) in tiargsToBuffer()
3131 strlen(((TypeIdentifier *)p->type)->ident->toChars()) > 3 && in visit()
3132 strncmp(((TypeIdentifier *)p->type)->ident->toChars(), "__T", 3) == 0) in visit()
H A Dmtype.c193 sizeTy[Tident] = sizeof(TypeIdentifier); in _init()
7076 TypeIdentifier::TypeIdentifier(Loc loc, Identifier *ident) in TypeIdentifier() function
7082 const char *TypeIdentifier::kind() in kind()
7087 Type *TypeIdentifier::syntaxCopy() in syntaxCopy()
7089 TypeIdentifier *t = new TypeIdentifier(loc, ident); in syntaxCopy()
7103 void TypeIdentifier::resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool int… in resolve()
7149 Dsymbol *TypeIdentifier::toDsymbol(Scope *sc) in toDsymbol()
7168 Type *TypeIdentifier::semantic(Loc loc, Scope *sc) in semantic()
H A Dparse.c2050 at = new TypeIdentifier(loc, id); in parseParameters()
2695 tqual = new TypeIdentifier(loc, id); in parseMixin()
2826 ta = new TypeIdentifier(token.loc, token.ident); in parseTemplateSingleArgument()
3134 t = parseBasicTypeStartingAt(new TypeIdentifier(loc, id), dontLookDotIdents); in parseBasicType()
3140 … t = parseBasicTypeStartingAt(new TypeIdentifier(token.loc, Id::empty), dontLookDotIdents); in parseBasicType()
3974 …bool isThis = (t->ty == Tident && ((TypeIdentifier *)t)->ident == Id::This && token.value == TOKas… in parseDeclarations()
4222 Type *t = new TypeIdentifier(loc, id); in parseFunctionLiteral()
H A Dstatementsem.c40 TypeIdentifier *getThrowable();
3754 TypeIdentifier *tname = new TypeIdentifier(s->loc, name); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d1500 TypeIdentifier tid = cast(TypeIdentifier)fparam.type; in deduceFunctionTemplateMatch()
1527 Type t = new TypeIdentifier(Loc.initial, ttp.ident); in deduceFunctionTemplateMatch()
1593 TypeIdentifier tid = cast(TypeIdentifier)prmtype; in deduceFunctionTemplateMatch()
1854 …ay && (taai = (cast(TypeAArray)prmtype).index).ty == Tident && (cast(TypeIdentifier)taai).idents.d… in deduceFunctionTemplateMatch()
1876 …emplateParameterLookup(prmtype, parameters) != IDX_NOTFOUND && (cast(TypeIdentifier)prmtype).ident… in deduceFunctionTemplateMatch()
3173 TypeIdentifier tident = cast(TypeIdentifier)tparam; in templateParameterLookup()
3559 TypeIdentifier tident = cast(TypeIdentifier)tparam; in visit()
3928 TypeIdentifier tid = cast(TypeIdentifier)fparam.type; in visit()
4013 override void visit(TypeIdentifier t) in visit()
4018 TypeIdentifier tp = cast(TypeIdentifier)tparam; in visit()
[all …]
H A Dmtype.h337 TypeIdentifier *isTypeIdentifier();
712 class TypeIdentifier : public TypeQualified
718 static TypeIdentifier *create(const Loc &loc, Identifier *ident);
720 TypeIdentifier *syntaxCopy();
H A Dlambdacomp.d438 && (cast(TypeIdentifier)p.type).ident.toString().length > 3 in visit()
439 && strncmp((cast(TypeIdentifier)p.type).ident.toChars(), "__T", 3) == 0) in visit()
H A Ddimport.d298 auto tname = new TypeIdentifier(loc, name); in addMember()
H A Dstatement.d53 TypeIdentifier getThrowable() in getThrowable()
55 auto tid = new TypeIdentifier(Loc.initial, Id.empty); in getThrowable()
65 TypeIdentifier getException() in getException()
67 auto tid = new TypeIdentifier(Loc.initial, Id.empty); in getException()
H A Dcppmangle.d1951 override void visit(TypeIdentifier t) in visit()
2153 private TypeIdentifier tident;
2181 this.tident = cast(TypeIdentifier)t; in this()
2268 public override void visit(TypeIdentifier o) in visit()
H A Dvisitor.h74 class TypeIdentifier; variable
463 virtual void visit(TypeIdentifier *t) { visit((TypeQualified *)t); } in visit()
H A Dhdrgen.d3212 (cast(TypeIdentifier)p.type).ident.toString().length > 3 && in parameterToBuffer()
3213 strncmp((cast(TypeIdentifier)p.type).ident.toChars(), "__T", 3) == 0) in parameterToBuffer()
3443 …string) || t.mod == 0 && (t.isTypeBasic() || t.ty == Tident && (cast(TypeIdentifier)t).idents.dim … in tiargsToBuffer()
3864 void visitIdentifier(TypeIdentifier t) in typeToBufferx()
3981 case Tident: return visitIdentifier(cast(TypeIdentifier)t); in typeToBufferx()
H A Dmtype.d439 sizeTy[Tident] = __traits(classInstanceSize, TypeIdentifier);
2710 …inout(TypeIdentifier) isTypeIdentifier() { return ty == Tident ? cast(typeof(return))this : nu… in isTypeIdentifier()
5423 extern (C++) final class TypeIdentifier : TypeQualified
5436 static TypeIdentifier create(const ref Loc loc, Identifier ident) in create()
5438 return new TypeIdentifier(loc, ident); in create()
5446 override TypeIdentifier syntaxCopy() in syntaxCopy()
5448 auto t = new TypeIdentifier(loc, ident); in syntaxCopy()
H A Dparse.d1692 tqual = new AST.TypeIdentifier(loc, id); in parseMixin()
1821 ta = new AST.TypeIdentifier(token.loc, token.ident); in parseTemplateSingleArgument()
2899 at = new AST.TypeIdentifier(loc, id);
3640 t = parseBasicTypeStartingAt(new AST.TypeIdentifier(loc, id), dontLookDotIdents);
3656 … t = parseBasicTypeStartingAt(new AST.TypeIdentifier(token.loc, Id.empty), dontLookDotIdents);
4462 …bool isThis = (t.ty == Tident && (cast(AST.TypeIdentifier)t).ident == Id.This && token.value == TO…
5014 AST.Type t = new AST.TypeIdentifier(loc, id); in parseFunctionLiteral()
H A Dparsetimevisitor.d170 void visit(AST.TypeIdentifier t) { visit(cast(AST.TypeQualified)t); } in ParseTimeVisitor()
H A Ddmangle.d404 override void visit(TypeIdentifier t) in visit()
H A Dtransitivevisitor.d435 override void visit(AST.TypeIdentifier t) in ParseVisitMethods()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3616 StringRef TypeIdentifier, StringRef ArgType,
3620 void emitImmPredicateFns(raw_ostream &OS, StringRef TypeIdentifier,
5411 raw_ostream &OS, StringRef CodeFieldName, StringRef TypeIdentifier, in emitCxxPredicateFns() argument
5427 (" = GIPFP_" + TypeIdentifier + "_Invalid + 1,\n").str(); in emitCxxPredicateFns()
5429 OS << " GIPFP_" << TypeIdentifier << "_Predicate_" << Record->getName() in emitCxxPredicateFns()
5437 << "Predicate_" << TypeIdentifier << "(unsigned PredicateID, " << ArgType << " " in emitCxxPredicateFns()
5445 OS << " case GIPFP_" << TypeIdentifier << "_Predicate_" in emitCxxPredicateFns()
5461 raw_ostream &OS, StringRef TypeIdentifier, StringRef ArgType, in emitImmPredicateFns() argument
5463 return emitCxxPredicateFns(OS, "ImmediateCode", TypeIdentifier, ArgType, in emitImmPredicateFns()

12