Searched refs:addtype (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | printf-pos.c | 205 if (addtype(types, T_INT)) in addaster() 210 if (addtype(types, T_INT)) in addaster() 231 if (addtype(types, T_INT)) in addwaster() 236 if (addtype(types, T_INT)) in addwaster() 352 error = addtype(&types, in __find_arguments() 373 error = addtype(&types, in __find_arguments() 395 error = addtype(&types, TP_INT); in __find_arguments() 414 error = addtype(&types, in __find_arguments() 545 error = addtype(&types, in __find_warguments() 566 error = addtype(&types, in __find_warguments() [all …]
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | zic.c | 175 static int addtype(zic_t, char const *, bool, bool, bool); 2659 type = addtype(utoffs[mrudst], in writezone() 2670 type = addtype(utoffs[mrustd], in writezone() 3264 unspecifiedtype = addtype(0, "-00", false, false, false); in outzone() 3284 type = addtype(oadd(zp->z_stdoff, save), in outzone() 3420 type = addtype(offset, ab, rp->r_isdst, in outzone() 3443 int type = addtype(startoff, startbuf, isdst, in outzone() 3536 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 2600 RegisterClass addtype, string asm, 2602 : I<(outs addtype:$Rd), (ins multype:$Rn, multype:$Rm, addtype:$Ra),
|