/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 10 struct type2 struct 13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, in type2() argument 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
|
/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 10 struct type2 struct 13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, in type2() argument 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
|
/external/llvm-project/clang/test/Sema/ |
D | c11-typedef-redef.c | 8 typedef int type2; in f() typedef 9 typedef type type2; in f() typedef 10 typedef int type2; in f() typedef
|
/external/clang/test/Sema/ |
D | c11-typedef-redef.c | 8 typedef int type2; in f() typedef 9 typedef type type2; in f() typedef 10 typedef int type2; in f() typedef
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-allocate.cpp | 268 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in IsTypeCompatible() 287 const DeclTypeSpec &type1, const evaluate::DynamicType &type2) { in IsTypeCompatible() 310 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveSameAssumedTypeParameters() 376 const DeclTypeSpec &type1, const evaluate::DynamicType &type2) { in HaveCompatibleKindParameters() 393 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveCompatibleKindParameters()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 91 struct type2 { struct 92 wrap<typename T::base> base; 98 typedef type2<types> type2; typedef
|
D | ms-if-exists.cpp | 14 typedef Nontemplate::value type2; in __if_exists() typedef
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec-cxx11.cpp | 95 struct type2 { struct 96 wrap<typename T::base> base; 102 typedef type2<types> type2; typedef
|
D | ms-if-exists.cpp | 14 typedef Nontemplate::value type2; in __if_exists() typedef
|
D | canonical-expr-type.cpp | 43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | config.hpp | 56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument 75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_multi_setup.cpp | 207 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local 249 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 102 String type1, String type2) { in superclassTest() 111 public void superclassTest(String commonSuperclass, String type1, String type2) { in superclassTest()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1985 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 1992 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2000 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 2008 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2026 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2308 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 2313 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 2319 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 2325 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 2334 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-subst.cpp | 90 typedef int type2; typedef 94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; } in f()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-subst.cpp | 90 typedef int type2; typedef 94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; } in f()
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve43.f90 | 13 type, extends(type1) :: type2(k) type
|
D | structconst01.f90 | 15 type, extends(type1) :: type2(k) type
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | MemberKey.java | 71 Class<?> type2 = _argTypes[i]; in equals() local
|
D | AnnotationCollector.java | 132 Class<?> type2, Annotation value2) { in NCollector() 263 Class<?> type2, Annotation value2) { in TwoAnnotations()
|
/external/fmtlib/test/fuzzing/ |
D | two-args.cc | 93 const auto type2 = (data[0] & 0xF0) >> 4; in LLVMFuzzerTestOneInput() local
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass()
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | IntConst.java | 60 int type2 = right.type; in compute0() local
|
/external/llvm-project/mlir/lib/IR/ |
D | TypeUtilities.cpp | 73 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/type/ |
D | TypeReferenceTest.java | 147 ResolvedType type2 = new BogusResolvedType(true); in testResolvedType() local
|