Home
last modified time | relevance | path

Searched refs:allSubstitutions (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py315 conditionalSubstitutions, allSubstitutions = makeSubstitutionsHashable(conditionalSubstitutions)
317 lookupMap = buildSubstitutionLookups(gsub, allSubstitutions)
382 allSubstitutions = set()
389 allSubstitutions.add(subst)
391 return condSubst, sorted(allSubstitutions)
394 def buildSubstitutionLookups(gsub, allSubstitutions): argument
399 for i, substitutionMap in enumerate(allSubstitutions):
402 for subst in allSubstitutions:
/external/llvm-project/mlir/lib/TableGen/
DPredicate.cpp168 auto allSubstitutions = llvm::to_vector<4>(substitutions); in buildPredicateTree() local
171 allSubstitutions.push_back( in buildPredicateTree()
185 buildPredicateTree(Pred(record), allocator, allSubstitutions); in buildPredicateTree()