/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 | 5896 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 5898 if (!Subst->isRematerializable() && Subst->mustHaveReg() && in legalize() 5899 !Subst->hasReg()) { in legalize() 5901 if (From->getType() == Subst->getType()) { in legalize() 5903 return Subst; in legalize()
|
D | IceTargetLoweringARM32.cpp | 6344 if (Variable *Subst = getContext().availabilityGet(From)) { in legalize() local 6346 if (!Subst->isRematerializable() && Subst->mustHaveReg() && in legalize() 6347 !Subst->hasReg()) { in legalize() 6349 if (From->getType() == Subst->getType()) { in legalize() 6351 return Subst; in legalize()
|
D | IceTargetLoweringX86BaseImpl.h | 7868 if (Variable *Subst = getContext().availabilityGet(From)) { 7870 if (Subst->mustHaveReg() && !Subst->hasReg()) { 7872 if (From->getType() == Subst->getType()) { 7874 return Subst;
|
/external/mksh/src/ |
D | lex.c | 358 goto Subst; in yylex() 362 Subst: in yylex() 640 goto Subst; in yylex() 772 goto Subst; in yylex() 853 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,
|