/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 147 StringMap::const_iterator Subst = FuncSubstitutions.find(TargetName); in instrumentGlobals() local 148 if (Subst == FuncSubstitutions.end()) { in instrumentGlobals() 152 std::string SubstName = Subst->second; in instrumentGlobals() 349 auto Subst = FuncSubstitutions.find(TargetName); in instrumentCall() local 350 if (Subst == FuncSubstitutions.end()) in instrumentCall() 353 std::string SubName = Subst->second; in instrumentCall()
|
D | IceTargetLoweringMIPS32.cpp | 5813 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 5815 if (!Subst->isRematerializable() && Subst->mustHaveReg() && in legalize() 5816 !Subst->hasReg()) { in legalize() 5818 if (From->getType() == Subst->getType()) { in legalize() 5820 return Subst; in legalize()
|
D | IceTargetLoweringARM32.cpp | 6073 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 6075 if (!Subst->isRematerializable() && Subst->mustHaveReg() && in legalize() 6076 !Subst->hasReg()) { in legalize() 6078 if (From->getType() == Subst->getType()) { in legalize() 6080 return Subst; in legalize()
|
D | IceTargetLoweringX8664.cpp | 6603 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 6605 if (Subst->mustHaveReg() && !Subst->hasReg()) { in legalize() 6607 if (From->getType() == Subst->getType()) { in legalize() 6609 return Subst; in legalize()
|
D | IceTargetLoweringX8632.cpp | 7341 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 7343 if (Subst->mustHaveReg() && !Subst->hasReg()) { in legalize() 7345 if (From->getType() == Subst->getType()) { in legalize() 7347 return Subst; in legalize()
|
/external/mksh/src/ |
D | lex.c | 358 goto Subst; in yylex() 362 Subst: in yylex() 639 goto Subst; in yylex() 771 goto Subst; in yylex() 852 goto Subst; in yylex()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 173 if (const SubstTemplateTypeParmType *Subst in canPrefixQualifiers() local 175 TC = Subst->getReplacementType()->getTypeClass(); in canPrefixQualifiers() 244 if (const SubstTemplateTypeParmType *Subst = in printBefore() local 246 Quals -= QualType(Subst, 0).getQualifiers(); in printBefore()
|
D | ASTContext.cpp | 6677 SubstTemplateTemplateParmPackStorage *Subst in getSubstTemplateTemplateParmPack() local 6680 if (!Subst) { in getSubstTemplateTemplateParmPack() 6681 Subst = new (*this) SubstTemplateTemplateParmPackStorage(Param, in getSubstTemplateTemplateParmPack() 6684 SubstTemplateTemplateParmPacks.InsertNode(Subst, InsertPos); in getSubstTemplateTemplateParmPack() 6687 return TemplateName(Subst); in getSubstTemplateTemplateParmPack()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 122 else if (SubstNonTypeTemplateParmExpr *Subst = in getDeducedParameterFromExpr() local 124 E = Subst->getReplacement(); in getDeducedParameterFromExpr() 2221 if (S.Subst(PartialTemplateArgs, PartialTemplArgInfo->NumTemplateArgs, in FinishTemplateArgumentDeduction() 2360 if (S.Subst(PartialTemplateArgs, PartialTemplArgInfo->NumTemplateArgs, in FinishTemplateArgumentDeduction() 4662 else if (const SubstNonTypeTemplateParmExpr *Subst = in MarkUsedTemplateParameters() local 4664 E = Subst->getReplacement(); in MarkUsedTemplateParameters() 4824 const SubstTemplateTypeParmPackType *Subst in MarkUsedTemplateParameters() local 4827 QualType(Subst->getReplacedParameter(), 0), in MarkUsedTemplateParameters() 4829 MarkUsedTemplateParameters(Ctx, Subst->getArgumentPack(), in MarkUsedTemplateParameters()
|
D | SemaTemplateInstantiateDecl.cpp | 250 auto &&Subst = [&](Expr *E) -> ExprResult { in instantiateOMPDeclareSimdDeclAttr() 267 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 271 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 280 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 293 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 1642 if (SemaRef.Subst(Info->getTemplateArgs(), Info->getNumTemplateArgs(), in VisitFunctionDecl() 2691 if (SemaRef.Subst(ArgLocs.data(), ArgLocs.size(), in VisitClassTemplateSpecializationDecl() 2814 if (SemaRef.Subst(TemplateArgsInfo.getArgumentArray(), in VisitVarTemplateSpecializationDecl() 2967 if (SemaRef.Subst(TemplArgInfo->getTemplateArgs(), in InstantiateClassTemplatePartialSpecialization() 3092 if (SemaRef.Subst(TemplArgInfo->getTemplateArgs(), in InstantiateVarTemplatePartialSpecialization()
|
D | SemaTemplateInstantiate.cpp | 2737 bool Sema::Subst(const TemplateArgumentLoc *Args, unsigned NumArgs, in Subst() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7254 bool Subst(const TemplateArgumentLoc *Args, unsigned NumArgs,
|