Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A 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() function
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
H A Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
/minix3/include/ssp/
H A Dstring.h60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument
67 #define __ssp_bos_icheck3(fun, type1, type2) \ argument
74 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_ntlm.c58 struct ntlm_type2 type2; in test_libntlm_v1() local
185 struct ntlm_type2 type2; in test_libntlm_v2() local
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp72 using type2 = std::result_of_t<decltype(&wat::foo)(wat)>; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp95 struct type2 { struct
96 wrap<typename T::base> base;
102 typedef type2<types> type2; typedef
H A Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
H A Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp139 namespace type2 { namespace
/minix3/lib/libform/
H A Dfield_types.c250 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in link_fieldtype()
/minix3/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dtest_ntlm.c54 struct ntlm_type2 type2; in test_parse() local
H A Dntlm.c682 heim_ntlm_decode_type2(const struct ntlm_buf *buf, struct ntlm_type2 *type2) in heim_ntlm_decode_type2()
747 heim_ntlm_encode_type2(const struct ntlm_type2 *type2, struct ntlm_buf *data) in heim_ntlm_encode_type2()
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Dinit_sec_context.c305 struct ntlm_type2 type2; in _gss_ntlm_init_sec_context() local
H A Dkdc.c255 struct ntlm_type2 type2; in kdc_type2() local
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/minix3/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdigest.c437 struct ntlm_type2 type2; in ntlm_server_init() local
/minix3/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjects.h1025 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
1030 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
1032 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1062 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
1076 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
1090 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1097 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
/minix3/sys/sys/
H A Dsdt.h131 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
132 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
133 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
339 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
346 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
354 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3, \ argument
/minix3/external/bsd/byacc/dist/
H A Dreader.c762 save_param(int k, char *buffer, int name, int type2) in save_param()
812 int name, type2; in copy_param() local
H A Ddefs.h275 char *type2; /* everything after parameter name */ member
/minix3/crypto/external/bsd/heimdal/dist/kcm/
H A Dprotocol.c1441 struct ntlm_type2 type2; in kcm_op_do_ntlm() local
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c1206 heim_oid type2; in pk_rd_pa_reply_enckey() local
/minix3/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dsafestack.h96 # define DECLARE_SPECIAL_STACK_OF(type, type2) \ argument