Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/type/
DType.java181 ClassSymbol sym, ImmutableList<Type> targs, ImmutableList<AnnoInfo> annos) { in create()
189 public abstract ImmutableList<Type> targs(); in targs() method in Type.ClassTy.SimpleClassTy
549 private final ImmutableList<Type> targs; field in Type.ErrorTy
551 private ErrorTy(String name, ImmutableList<Type> targs) { in ErrorTy()
564 public ImmutableList<Type> targs() { in targs() method in Type.ErrorTy
568 public static ErrorTy create(Iterable<Tree.Ident> names, ImmutableList<Type> targs) { in create()
576 public static ErrorTy create(String name, ImmutableList<Type> targs) { in create()
/external/ltp/testcases/kernel/syscalls/time/
Dtime01.c20 time_t *targs[] = { variable
/external/turbine/java/com/google/turbine/types/
DCanonicalize.java185 ImmutableList.Builder<Type> targs = ImmutableList.builder(); in uninstantiated() local
363 private ImmutableList<Type> canonicalize(ImmutableList<Type> targs, ClassSymbol base) { in canonicalize()
/external/linux-kselftest/tools/testing/selftests/kvm/
Dmemslot_perf_test.c845 static void help(char *name, struct test_args *targs) in help()
871 struct test_args *targs) in parse_args()
946 const struct test_args *targs, in test_loop()
1000 struct test_args targs = { in main() local
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java678 TypeArgument[] targs, ClassType parent) { in make()
684 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType()
810 TypeArgument[] targs, ClassType p) { in NestedClassType()
1116 TypeArgument[] targs; in parseClassType2() local
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java915 private ImmutableList<Type> bindTyArgs(CompoundScope scope, ImmutableList<Tree.Type> targs) { in bindTyArgs()
1009 ImmutableList<Type> targs = bindTyArgs(scope, curr.tyargs()); in bindClassTyRest() local
/external/pytorch/aten/src/ATen/native/cuda/
DBlas.cpp1043 TensorArg targs[]{{out, "out", 0}, {mat1, "mat1", 1}, {mat2, "mat2", 2}, in _scaled_mm_out_cuda() local
/external/clang/lib/AST/
DExpr.cpp1406 DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, in Create()