Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp10 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
Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef
/external/clang/test/Sema/
Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # 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/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp95 struct type2 { struct
96 wrap<typename T::base> base;
102 typedef type2<types> type2; typedef
Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java102 String type1, String type2) { in superclassTest()
111 public void superclassTest(String commonSuperclass, String type1, String type2) { in superclassTest()
/external/clang/test/CodeGenCXX/
Dmangle-subst.cpp90 typedef int type2; typedef
94 typename X<T>::template Y<T>::type f(typename X<T>::template Y<T>::type2) { return 0; } in f()
Dtype_visibility.cpp139 namespace type2 { namespace
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2032 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2043 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2049 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2058 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp188 const analysis::Type* type2 = in AreTypesEqual() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp188 const analysis::Type* type2 = in AreTypesEqual() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp58 const Instruction* type2) { in AreLayoutCompatibleStructs()
75 const Instruction* type2) { in HaveLayoutCompatibleMembers()
102 const Instruction* type2) { in HaveSameLayoutDecorations()
/external/curl/lib/vauth/
Dntlm_sspi.c198 unsigned char *type2 = NULL; in Curl_auth_decode_ntlm_type2_message() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c180 struct lp_type type2; in lp_bld_quad_twiddle() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp58 const Instruction* type2) { in AreLayoutCompatibleStructs()
75 const Instruction* type2) { in HaveLayoutCompatibleMembers()
102 const Instruction* type2) { in HaveSameLayoutDecorations()
/external/v8/src/compiler/
Dcode-assembler.h117 MachineType type2) { in CommonMachineType()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c116 struct lp_type type2 = type; in lp_build_mul_norm_expand() local
/external/u-boot/tools/
Dmkimage.c33 const int *type2 = vtype2; in h_compare_category_name() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DLocaleReplacements.java60 … addType2item2reasonNreplacement(type2, key, preferredValue, "deprecated", false); in addType2item2reasonNreplacement() argument
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DLambdaResolutionTest.java77 ResolvedType type2 = javaParserFacade.getType(e2); in lambdaMap() local

12