Home
last modified time | relevance | path

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

12

/netbsd/sys/sys/
H A Datomic.h47 #define ATOMIC_PROTO_ADD(name, tret, targ1, targ2) \ argument
50 #define ATOMIC_PROTO_AND(name, tret, targ1, targ2) \ argument
53 #define ATOMIC_PROTO_OR(name, tret, targ1, targ2) \ argument
61 #define ATOMIC_PROTO_DEC(name, tret, targ1) \ argument
64 #define ATOMIC_PROTO_INC(name, tret, targ1) \ argument
82 #define ATOMIC_PROTO_DEC(name, tret, targ1) \ argument
85 #define ATOMIC_PROTO_INC(name, tret, targ1) \ argument
103 #define ATOMIC_PROTO_DEC(name, tret, targ1) \ argument
106 #define ATOMIC_PROTO_INC(name, tret, targ1) \ argument
124 #define ATOMIC_PROTO_DEC(name, tret, targ1) \ argument
[all …]
/netbsd/sys/kern/
H A Dsubr_csan.c444 #define CSAN_ATOMIC_FUNC_ADD(name, tret, targ1, targ2) \ argument
462 #define CSAN_ATOMIC_FUNC_AND(name, tret, targ1, targ2) \ argument
480 #define CSAN_ATOMIC_FUNC_OR(name, tret, targ1, targ2) \ argument
498 #define CSAN_ATOMIC_FUNC_CAS(name, tret, targ1, targ2) \ argument
516 #define CSAN_ATOMIC_FUNC_SWAP(name, tret, targ1, targ2) \ argument
526 #define CSAN_ATOMIC_FUNC_DEC(name, tret, targ1) \ argument
544 #define CSAN_ATOMIC_FUNC_INC(name, tret, targ1) \ argument
H A Dsubr_asan.c759 #define ASAN_ATOMIC_FUNC_ADD(name, tret, targ1, targ2) \ argument
777 #define ASAN_ATOMIC_FUNC_AND(name, tret, targ1, targ2) \ argument
795 #define ASAN_ATOMIC_FUNC_OR(name, tret, targ1, targ2) \ argument
813 #define ASAN_ATOMIC_FUNC_CAS(name, tret, targ1, targ2) \ argument
831 #define ASAN_ATOMIC_FUNC_SWAP(name, tret, targ1, targ2) \ argument
841 #define ASAN_ATOMIC_FUNC_DEC(name, tret, targ1) \ argument
859 #define ASAN_ATOMIC_FUNC_INC(name, tret, targ1) \ argument
H A Dsubr_msan.c1163 #define MSAN_ATOMIC_FUNC_ADD(name, tret, targ1, targ2) \ argument
1186 #define MSAN_ATOMIC_FUNC_AND(name, tret, targ1, targ2) \ argument
1209 #define MSAN_ATOMIC_FUNC_OR(name, tret, targ1, targ2) \ argument
1232 #define MSAN_ATOMIC_FUNC_CAS(name, tret, targ1, targ2) \ argument
1256 #define MSAN_ATOMIC_FUNC_SWAP(name, tret, targ1, targ2) \ argument
1269 #define MSAN_ATOMIC_FUNC_DEC(name, tret, targ1) \ argument
1292 #define MSAN_ATOMIC_FUNC_INC(name, tret, targ1) \ argument
/netbsd/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c101 struct t_bind *treq, *tret; in bind_resv_port() local
314 struct t_bind *treq, *tret; in bind_resv_port_only_udp() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc244 tree tret = build_ctype (get_libcall_type (return_type)); in build_libcall_decl() local
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc249 tree tret = build_ctype (get_libcall_type (return_type)); in build_libcall_decl() local
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.c594 Type *tret = ad->handleType(); in semantic() local
1943 Type *tret = implicit0 ? Type::tint32 : f->next; in semantic3() local
2585 void FuncDeclaration::buildResultVar(Scope *sc, Type *tret) in buildResultVar()
4759 void FuncLiteralDeclaration::modifyReturns(Scope *sc, Type *tret) in modifyReturns()
4765 Type *tret; in modifyReturns() local
5538 Type *tret = Type::tvoid->pointerTo(); in semantic() local
H A Ddmangle.c207 void mangleFuncType(TypeFunction *t, TypeFunction *ta, unsigned char modMask, Type *tret) in mangleFuncType()
H A Dsemantic3.d828 Type tret = implicit0 ? Type.tint32 : f.next; in visit() local
H A Dfunc.d2207 extern (D) final void buildResultVar(Scope* sc, Type tret) in buildResultVar()
3735 void modifyReturns(Scope* sc, Type tret) in modifyReturns()
3744 Type tret; in modifyReturns() local
H A Ddmangle.d326 void mangleFuncType(TypeFunction t, TypeFunction ta, ubyte modMask, Type tret) in mangleFuncType()
H A Dmtype.c1583 Type *tret = stripDefaultArgs(tf->next); in stripDefaultArgs() local
2001 Type *tret = next->substWildTo(m); in substWildTo() local
4994 Type *tret = this->next->nextOf(); in implicitConvTo() local
6159 Type *tret = p->isLazyArray(); in callMatch() local
6498 Type *tret = this->next->nextOf(); in implicitConvTo() local
H A Dmtype.d4442 Type tret = nextOf().toBasetype(); in parameterStorageClass() local
4510 Type tret = next.substWildTo(m); in substWildTo() local
4955 Type tret = p.isLazyArray(); local
5038 Type tret = this.nextOf(); in implicitPointerConv() local
H A Dparse.d4791 AST.Type tret = parseBasicType(); in parseAliasDeclarations() local
4940 AST.Type tret = null; in parseFunctionLiteral() local
H A Dstatementsem.d2820 Type tret = tf.next; in package() local
H A Dtypesem.d511 Type tret = stripDefaultArgs(tf.next); in stripDefaultArgs() local
H A Dstatementsem.c2712 Type *tret = tf->next; in visit() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c594 Type *tret = ad->handleType(); in semantic() local
1943 Type *tret = implicit0 ? Type::tint32 : f->next; in semantic3() local
2585 void FuncDeclaration::buildResultVar(Scope *sc, Type *tret) in buildResultVar()
4759 void FuncLiteralDeclaration::modifyReturns(Scope *sc, Type *tret) in modifyReturns()
4765 Type *tret; in modifyReturns() local
5538 Type *tret = Type::tvoid->pointerTo(); in semantic() local
H A Ddmangle.c207 void mangleFuncType(TypeFunction *t, TypeFunction *ta, unsigned char modMask, Type *tret) in mangleFuncType()
H A Dmtype.c1583 Type *tret = stripDefaultArgs(tf->next); in stripDefaultArgs() local
2001 Type *tret = next->substWildTo(m); in substWildTo() local
4994 Type *tret = this->next->nextOf(); in implicitConvTo() local
6159 Type *tret = p->isLazyArray(); in callMatch() local
6498 Type *tret = this->next->nextOf(); in implicitConvTo() local
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dmain.c782 int tret = wpa_debug_open_linux_tracing(); in main() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimplify.c2932 enum gimplify_status ret = GS_ALL_DONE, tret; in gimplify_compound_lval() local
4010 enum gimplify_status ret, tret; in gimplify_pure_cond_expr() local
5199 enum gimplify_status tret; in gimplify_init_constructor() local
6232 enum gimplify_status ret, tret; in gimplify_asm_expr() local
11043 enum gimplify_status tret; in gimplify_omp_for() local
H A Dgimplify.cc3156 enum gimplify_status ret = GS_ALL_DONE, tret; in gimplify_compound_lval() local
4248 enum gimplify_status ret, tret; in gimplify_pure_cond_expr() local
5465 enum gimplify_status tret; in gimplify_init_constructor() local
6546 enum gimplify_status ret, tret; in gimplify_asm_expr() local
12325 enum gimplify_status tret; in gimplify_omp_for() local
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c2932 enum gimplify_status ret = GS_ALL_DONE, tret; in gimplify_compound_lval() local
4010 enum gimplify_status ret, tret; in gimplify_pure_cond_expr() local
5199 enum gimplify_status tret; in gimplify_init_constructor() local
6232 enum gimplify_status ret, tret; in gimplify_asm_expr() local
11043 enum gimplify_status tret; in gimplify_omp_for() local

12