Home
last modified time | relevance | path

Searched refs:Substitution (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/TableGen/
DDag.td5 // Substitution of an int.
19 // Substitution of a DAG.
/external/chromium_org/third_party/cython/src/Tools/
Dkate.diff945 + <RegExpr attribute="String Substitution" String="%[a-zA-Z]" context="#stay"/>
1048 + <RegExpr attribute="String Substitution" String="%\([a-zA-Z0-9_]+\)[a-zA-Z]" context="#stay"/>
1049 + <RegExpr attribute="String Substitution" String="%[a-zA-Z]" context="#stay"/>
1054 + <RegExpr attribute="String Substitution" String="%\([a-zA-Z0-9_]+\)[a-zA-Z]" context="#stay"/>
1055 + <RegExpr attribute="String Substitution" String="%[a-zA-Z]" context="#stay"/>
1060 + <RegExpr attribute="String Substitution" String="%\([a-zA-Z0-9_]+\)[a-zA-Z]" context="#stay"/>
1061 + <RegExpr attribute="String Substitution" String="%[a-zA-Z]" context="#stay"/>
1066 + <RegExpr attribute="String Substitution" String="%\([a-zA-Z0-9_]+\)[a-zA-Z]" context="#stay"/>
1067 + <RegExpr attribute="String Substitution" String="%[a-zA-Z]" context="#stay"/>
1080 + <RegExpr attribute="String Substitution" String="%\([a-zA-Z0-9_]+\)[a-zA-Z]" context="#stay"/>
[all …]
/external/clang/lib/Index/
DUSRGeneration.cpp613 llvm::DenseMap<const Type *, unsigned>::iterator Substitution in VisitType() local
615 if (Substitution != TypeSubstitutions.end()) { in VisitType()
616 Out << 'S' << Substitution->second << '_'; in VisitType()
/external/llvm/unittests/Support/
DRegexTest.cpp86 TEST_F(RegexTest, Substitution) { in TEST_F() argument
/external/chromium_org/chrome/test/chromedriver/server/
Dhttp_handler_unittest.cc160 TEST(MatchesCommandTest, Substitution) { in TEST() argument