Searched refs:ltype (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/usr.bin/dig/lib/isc/include/isc/ |
| H A D | event.h | 30 #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 D | lua-typemaps.swig | 24 %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 D | awk.h | 249 long ltype; /* long avoids pointer warnings on 64-bit */ member
|
| H A D | b.c | 498 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 D | FIXES.1e | 831 ltype int to long in struct rrow to reduce some 64-bit
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 5433 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 D | expr.c | 1471 tree ltype = type; local 1484 larg = pop_value (ltype);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | op.c | 4222 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 D | c-common.c | 6444 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()
|