Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_decode.c61 Der_class *cl, Der_type *ty, unsigned *tag) in find_tag() argument
571 Der_type ty; decode_type() local
[all...]
H A Dasn1_gen.c74 int ret, l, c, ty, ta; in doit() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp344 for (const CVType &ty : types) { in mergeDebugT() local
617 forEachCodeViewRecord<CVType>(types, [fn](const CVType &ty) -> Error { in forEachTypeChecked()
630 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in fillIsItemIndexFromDebugT()
637 void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) { in mergeTypeRecord()
700 forEachTypeChecked(typeRecords, [&](const CVType &ty) { in mergeUniqueTypeRecords()
716 forEachTypeChecked(typeRecords, [&](const CVType &ty) { in mergeUniqueTypeRecords()
844 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
878 forEachTypeChecked(file->debugTypes, [&](const CVType &ty) { in loadGHashes()
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c58 struct ttyent *ty; in pam_sm_acct_mgmt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType()
/freebsd/crypto/openssl/crypto/rc4/
H A Drc4_enc.c31 register RC4_INT x, y, tx, ty; in RC4() local
/freebsd/lib/msun/src/
H A De_rem_pio2f.c47 double tx[1],ty[1]; in __ieee754_rem_pio2f() local
H A De_rem_pio2.c54 double tx[3],ty[2]; in __ieee754_rem_pio2() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
H A DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2205 #define getOpcV2H(ty, opKind0, opKind1) \ argument
2208 #define getOpcV2H1(ty, opKind0, isImm1) \ argument
2211 #define getOpcodeForVectorStParamV2(ty, isimm) \ argument
2214 #define getOpcV4H(ty, opKind0, opKind1, opKind2, opKind3) \ argument
2217 #define getOpcV4H3(ty, opKind0, opKind1, opKind2, isImm3) \ argument
2221 #define getOpcV4H2(ty, opKind0, opKind1, isImm2, isImm3) \ argument
2225 #define getOpcV4H1(ty, opKind0, isImm1, isImm2, isImm3) \ argument
2229 #define getOpcodeForVectorStParamV4(ty, isimm) \ argument
2233 #define getOpcodeForVectorStParam(n, ty, isimm) \ argument
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \ argument
/freebsd/contrib/bearssl/src/ec/
H A Decdsa_i31_vrfy_raw.c45 unsigned char ty[(BR_MAX_EC_SIZE + 7) >> 3]; in br_ecdsa_i31_vrfy_raw() local
H A Decdsa_i15_vrfy_raw.c45 unsigned char ty[(BR_MAX_EC_SIZE + 7) >> 3]; in br_ecdsa_i15_vrfy_raw() local
/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h31 #define list_first_entry(pL, ty, member) \ argument
/freebsd/crypto/heimdal/kdc/
H A Dkdc-replay.c183 Der_type ty; in main() local
/freebsd/lib/msun/ld128/
H A De_rem_pio2l.h62 double tx[5],ty[3]; in __ieee754_rem_pio2l() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} in MachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h420 MVT ty(SDValue Op) const { in ty() function
423 TypePair ty(const VectorPair &Ops) const { in ty() function
/freebsd/lib/msun/ld80/
H A De_rem_pio2l.h74 double tx[3],ty[2]; in __ieee754_rem_pio2l() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp104 bool isImplicitStrong(QualType ty) { in isImplicitStrong()
/freebsd/contrib/bearssl/src/aead/
H A Dgcm.c91 unsigned char ty[16], tmp[16]; in br_gcm_reset() local
/freebsd/sbin/ipf/libipf/
H A Dipft_pc.c204 char *s, ty[4]; in ipcap_readip() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp279 ConstantAggregateBuilderBase::finishStruct(llvm::StructType *ty) { in finishStruct()

1234