Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() argument
12 typedef type1 T; argument
H A Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; 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.c57 struct ntlm_type1 type1; in test_libntlm_v1() local
184 struct ntlm_type1 type1; in test_libntlm_v2() local
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; in main() typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp90 struct type1 { struct
91 wrap<typename T::base> base;
101 typedef type1<types> type1; typedef
H A Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Daccept_sec_context.c112 struct ntlm_type1 type1; in _gss_ntlm_accept_sec_context() local
H A Dinit_sec_context.c248 struct ntlm_type1 type1; in _gss_ntlm_init_sec_context() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp123 namespace type1 { namespace
H A Dmangle-ms-templates.cpp247 struct type1 { struct
/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.c53 struct ntlm_type1 type1; in test_parse() local
H A Dntlm.c592 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) in heim_ntlm_encode_type1()
/minix3/sys/sys/
H A Dsdt.h130 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
131 #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
333 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ 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/llvm/dist/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef
/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/minix/drivers/bus/pci/
H A Dpci.c470 int type0, type1; in print_hyper_cap() local