HomeSort by relevance Sort by last modified time
    Searched refs:Subst (Results 1 - 8 of 8) sorted by null

  /external/jhead/
jhead.c 463 char * Subst;
464 Subst = strstr(NamePattern, "&i");
465 if (Subst){
466 strncpy(OutFileName, NamePattern, Subst-NamePattern);
467 OutFileName[Subst-NamePattern] = 0;
469 strncat(OutFileName, Subst+2, PATH_MAX);
    [all...]
  /external/mksh/src/
lex.c 354 * Subst, except for those which can open
368 goto Subst;
372 Subst:
458 /* substring subst. */
632 goto Subst;
682 * {case '\\':} in Subst: plus closing brace;
762 goto Subst;
842 goto Subst;
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 164 if (const SubstTemplateTypeParmType *Subst
166 TC = Subst->getReplacementType()->getTypeClass();
232 if (const SubstTemplateTypeParmType *Subst =
234 Quals -= QualType(Subst, 0).getQualifiers();
    [all...]
ASTContext.cpp 3789 SubstTemplateTemplateParmStorage *subst local
3796 SubstTemplateTemplateParmPackStorage *subst local
3829 SubstTemplateTemplateParmStorage *subst local
3835 SubstTemplateTemplateParmPackStorage *subst local
6065 SubstTemplateTemplateParmStorage *subst local
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 144 else if (SubstNonTypeTemplateParmExpr *Subst =
146 E = Subst->getReplacement();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 101 milliseconds