Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Devent.h30 #define ISC_EVENT_COMMON(ltype) \ argument
40 ISC_LINK(ltype) ev_link; \
41 ISC_LINK(ltype) ev_ratelink
/openbsd-src/gnu/llvm/lldb/bindings/lua/
H A Dlua-typemaps.swig24 %typemap(in,checkfn="lua_isinteger") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
25 %{ temp = ($*ltype)lua_tointeger(L,$input);
27 %typemap(in, numinputs=0) TYPE *OUTPUT ($*ltype temp)
37 %typemap(in,checkfn="lua_isinteger") const TYPE *INPUT($*ltype temp)
38 %{ temp = ($*ltype)lua_tointeger(L,$input);
/openbsd-src/usr.bin/awk/
H A Dawk.h249 long ltype; /* long avoids pointer warnings on 64-bit */ member
H A Db.c498 f->re[info(v)].ltype = type(v); in cfoll()
1499 if ((k = f->re[p[i]].ltype) != FINAL) { in cgoto()
1575 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL)
H A DFIXES.1e831 ltype int to long in struct rrow to reduce some 64-bit
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c5433 tree ltype = TREE_TYPE (l); in ffecom_expr_power_integer_() local
5446 return convert (ltype, integer_one_node); in ffecom_expr_power_integer_()
5448 if ((TREE_CODE (ltype) == INTEGER_TYPE) in ffecom_expr_power_integer_()
5455 result = ffecom_tree_divide_ (ltype, in ffecom_expr_power_integer_()
5456 convert (ltype, integer_one_node), in ffecom_expr_power_integer_()
5474 l = ffecom_tree_divide_ (ltype, in ffecom_expr_power_integer_()
5475 convert (ltype, integer_one_node), in ffecom_expr_power_integer_()
5489 l = ffecom_2 (MULT_EXPR, ltype, in ffecom_expr_power_integer_()
5502 result = ffecom_2 (MULT_EXPR, ltype, in ffecom_expr_power_integer_()
5515 l = ffecom_2 (MULT_EXPR, ltype, in ffecom_expr_power_integer_()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1471 tree ltype = type; local
1484 larg = pop_value (ltype);
/openbsd-src/gnu/usr.bin/perl/
H A Dop.c4222 const OPCODE ltype = left->op_type; in Perl_bind_match()
4227 if ( (ltype == OP_RV2AV || ltype == OP_RV2HV || ltype == OP_PADAV in Perl_bind_match()
4228 || ltype == OP_PADHV) && ckWARN(WARN_MISC)) in Perl_bind_match()
4236 const bool isary = ltype == OP_RV2AV || ltype == OP_PADAV; in Perl_bind_match()
4205 const OPCODE ltype = left->op_type; Perl_bind_match() local
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c6444 check_missing_format_attribute (tree ltype, tree rtype) in check_missing_format_attribute() argument
6446 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); in check_missing_format_attribute()