Home
last modified time | relevance | path

Searched defs:make2 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaTemplate/
Dext-vector-type.cpp13 struct make2 { struct
18 make2<int, 0> x; // expected-note{{in instantiation of}} in test_make2() argument
/external/llvm-project/clang/test/SemaTemplate/
Dext-vector-type.cpp13 struct make2 { struct
18 make2<int, 0> x; // expected-note{{in instantiation of}} in test_make2() argument
Dmatrix-type.cpp110 struct make2 { struct
115 make2<int, 0, 1> x; // expected-note{{in instantiation of}} in test_make2() argument
/external/javassist/src/test/test4/
DNewRemover.java25 public static NewRemover make2(int z) { in make2() method in NewRemover
/external/llvm-project/clang/test/Analysis/
Dcopy-elision.cpp153 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) { in make2() function
283 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) { in make2() function
/external/javassist/src/test/javassist/bytecode/
DStackMapTest.java365 public static T7 make2() { return null; } in make2() method in StackMapTest.T7
405 public static T7b make2() { return null; } in make2() method in StackMapTest.T7b
445 public static T7b make2() { return null; } in make2() method in StackMapTest.T7c
/external/skia/gm/
Dgradients_no_texture.cpp205 static void make2(ColorPos* rec) { in make2() function
Dstrokes.cpp358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() function in Strokes3GM
/external/skqp/gm/
Dgradients_no_texture.cpp190 static void make2(ColorPos* rec) { in make2() function
Dstrokes.cpp345 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() function in Strokes3GM
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java130 public static StackMap make2(ClassPool classes, MethodInfo minfo) in make2() method in MapMaker