Home
last modified time | relevance | path

Searched defs:targs (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Datexit.py37 def register(func, *targs, **kargs):
/external/turbine/java/com/google/turbine/type/
DType.java133 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) { in create()
141 public abstract ImmutableList<Type> targs(); in targs() method in Type.ClassTy.SimpleClassTy
/external/turbine/java/com/google/turbine/types/
DCanonicalize.java179 ImmutableList.Builder<Type> targs = ImmutableList.builder(); in uninstantiated() local
356 private ImmutableList<Type> canonicalize(ImmutableList<Type> targs, ClassSymbol base) { in canonicalize()
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java599 private ImmutableList<Type> bindTyArgs(CompoundScope scope, ImmutableList<Tree.Type> targs) { in bindTyArgs()
/external/clang/lib/AST/
DExpr.cpp1406 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create()