Home
last modified time | relevance | path

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

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DSubstitution.java12 public class Substitution { class
17 private final static Substitution EMPTY = new Substitution();
19 public static Substitution empty() { in empty()
23 …public Substitution withPair(ResolvedTypeParameterDeclaration typeParameterDeclaration, ResolvedTy… in withPair()
24 Substitution newInstance = new Substitution(); in withPair()
33 private Substitution() { in Substitution() method in Substitution
DTypeInference.java76 Substitution theta = Substitution.empty(); in instantiationInference()
532 Substitution substitution = Substitution.empty(); in boundSetup()
642Substitution theta) { in testForApplicabilityByStrictInvocation()
673 … private ResolvedType typeWithSubstitution(ResolvedType originalType, Substitution substitution) { in typeWithSubstitution()
678Substitution theta) { in testForApplicabilityByLooseInvocation()
692 …tFromArgumentsSubstitution(List<ResolvedType> Fs, List<Expression> es, Substitution theta, int k) { in constraintSetFromArgumentsSubstitution()
705Substitution theta) { in testForApplicabilityByVariableArityInvocation()
DBoundSet.java282Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
290Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
298Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
306Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
320Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
328Substitution sub = Substitution.empty().withPair(alpha.getTypeParameterDeclaration(), U); in deriveImpliedBounds()
/external/swiftshader/third_party/LLVM/test/TableGen/
DDag.td5 // Substitution of an int.
19 // Substitution of a DAG.
/external/llvm/test/TableGen/
DDag.td5 // Substitution of an int.
19 // Substitution of a DAG.
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DDag.td5 // Substitution of an int.
19 // Substitution of a DAG.
/external/swiftshader/third_party/LLVM/unittests/Support/
DRegexTest.cpp65 TEST_F(RegexTest, Substitution) { in TEST_F() argument
/external/clang/lib/Index/
DUSRGeneration.cpp653 llvm::DenseMap<const Type *, unsigned>::iterator Substitution in VisitType() local
655 if (Substitution != TypeSubstitutions.end()) { in VisitType()
656 Out << 'S' << Substitution->second << '_'; in VisitType()
/external/python/cpython3/Doc/tutorial/
Dinteractive.rst4 Interactive Input Editing and History Substitution
/external/llvm/unittests/Support/
DRegexTest.cpp86 TEST_F(RegexTest, Substitution) { in TEST_F() argument
/external/compiler-rt/test/ubsan/
Dlit.common.cfg50 # Substitution to setup UBSAN_OPTIONS in portable way.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DRegexTest.cpp86 TEST_F(RegexTest, Substitution) { in TEST_F() argument
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst4 Interactive Input Editing and History Substitution
40 History Substitution
/external/llvm/docs/CommandGuide/
Dlit.rst365 Macro Substitution
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dlit.rst403 Macro Substitution
/external/python/cpython2/
DMakefile.pre.in1175 # Substitution happens here, as the completely-expanded BINDIR
/external/python/cpython3/
DMakefile.pre.in1429 @ # Substitution happens here, as the completely-expanded BINDIR