/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 134 u_int32_t *tl; in nfsrvd_access() local 145 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrvd_access() 146 nfsmode = fxdr_unsigned(u_int32_t, *tl); in nfsrvd_access() 219 NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED); in nfsrvd_access() 220 *tl++ = txdr_unsigned(supported); in nfsrvd_access() 222 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrvd_access() 223 *tl = txdr_unsigned(nfsmode); in nfsrvd_access() 369 u_int32_t *tl; in nfsrvd_setattr() local 390 NFSM_DISSECT(tl, u_int32_t *, NFSX_STATEID); in nfsrvd_setattr() 391 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_setattr() [all …]
|
H A D | nfs_nfsdsubs.c | 1377 u_int32_t *tl; in nfsrv_wcc() local 1380 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrv_wcc() 1381 *tl = newnfs_false; in nfsrv_wcc() 1383 NFSM_BUILD(tl, u_int32_t *, 7 * NFSX_UNSIGNED); in nfsrv_wcc() 1384 *tl++ = newnfs_true; in nfsrv_wcc() 1385 txdr_hyper(before_nvap->na_size, tl); in nfsrv_wcc() 1386 tl += 2; in nfsrv_wcc() 1387 txdr_nfsv3time(&(before_nvap->na_mtime), tl); in nfsrv_wcc() 1388 tl += 2; in nfsrv_wcc() 1389 txdr_nfsv3time(&(before_nvap->na_ctime), tl); in nfsrv_wcc() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 303 u_int32_t *tl; in nfsrpc_accessrpc() local 325 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrpc_accessrpc() 326 *tl = txdr_unsigned(mode); in nfsrpc_accessrpc() 331 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrpc_accessrpc() 332 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_accessrpc() 346 NFSM_DISSECT(tl, u_int32_t *, 2 * NFSX_UNSIGNED); in nfsrpc_accessrpc() 347 supported = fxdr_unsigned(u_int32_t, *tl++); in nfsrpc_accessrpc() 349 NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED); in nfsrpc_accessrpc() 351 rmode = fxdr_unsigned(u_int32_t, *tl); in nfsrpc_accessrpc() 547 u_int32_t *tl; in nfsrpc_openrpc() local 778 u_int32_t *tl; nfsrpc_opendowngrade() local 951 u_int32_t *tl; nfsrpc_closerpc() local 992 u_int32_t *tl; nfsrpc_openconfirm() local 1035 u_int32_t *tl; nfsrpc_setclient() local 1460 u_int32_t *tl; nfsrpc_setattrrpc() local 1503 uint32_t deleg, rflags, *tl; nfsrpc_lookup() local 1749 u_int32_t *tl; nfsrpc_readlink() local 1874 u_int32_t *tl; nfsrpc_readrpc() local 2051 u_int32_t *tl; nfsrpc_writerpc() local 2347 uint32_t *tl; nfsrpc_deallocaterpc() local 2398 u_int32_t *tl; nfsrpc_mknod() local 2548 u_int32_t *tl; nfsrpc_createv23() local 2597 u_int32_t *tl; nfsrpc_createv4() local 2864 u_int32_t *tl; nfsrpc_remove() local 2942 u_int32_t *tl; nfsrpc_rename() local 3098 u_int32_t *tl; nfsrpc_link() local 3162 u_int32_t *tl; nfsrpc_symlink() local 3223 u_int32_t *tl; nfsrpc_mkdir() local 3387 u_int32_t *tl; nfsrpc_readdir() local 3861 u_int32_t *tl; nfsrpc_readdirplus() local 4423 u_int32_t *tl; nfsrpc_commit() local 4642 u_int32_t *tl; nfsrpc_lockt() local 4717 u_int32_t *tl; nfsrpc_locku() local 4768 u_int32_t *tl; nfsrpc_lock() local 4857 u_int32_t *tl = NULL; nfsrpc_statfs() local 4940 u_int32_t *tl; nfsrpc_pathconf() local 5010 u_int32_t *tl; nfsrpc_fsinfo() local 5049 u_int32_t *tl; nfsrpc_renew() local 5104 u_int32_t *tl; nfsrpc_rellockown() local 5142 u_int32_t *tl; nfsrpc_getdirpath() local 5219 u_int32_t *tl; nfsrpc_delegreturn() local 5325 uint32_t *tl, v41flags; nfsrpc_exchangeid() local 5415 uint32_t crflags, maxval, *tl; nfsrpc_createsession() local 5556 uint32_t *tl; nfsrpc_destroyclient() local 5617 uint32_t cnt, *tl, vers, minorvers; nfsrpc_getdeviceinfo() local 5851 uint32_t *tl; nfsrpc_layoutcommit() local 5901 uint32_t *tl; nfsrpc_layoutreturn() local 5988 uint32_t *tl; nfsrpc_layouterror() local 6336 uint32_t *tl; nfsrpc_reclaimcomplete() local 6959 uint32_t *tl; nfsrpc_readds() local 7035 uint32_t *tl; nfsrpc_writeds() local 7176 uint32_t *tl; nfsrpc_writedsmir() local 7407 uint32_t *tl; nfsrpc_commitds() local 7526 u_int32_t *tl; nfsrpc_advise() local 7563 uint32_t *tl; nfsrpc_adviseds() local 7746 uint32_t *tl; nfsrpc_allocaterpc() local 7784 uint32_t *tl; nfsrv_setuplayoutget() local 7820 uint32_t *tl; nfsrv_parselayoutget() local 8105 uint32_t *tl; nfsrv_parseug() local 8229 uint32_t *tl; nfsrpc_openlayoutrpc() local 8416 uint32_t *tl; nfsrpc_createlayout() local 8875 uint32_t *tl, *opcntp; nfsrpc_copyrpc() local 9091 uint32_t *tl; nfsrpc_seekrpc() local 9134 uint32_t *tl; nfsrpc_getextattr() local 9205 uint32_t *tl; nfsrpc_setextattr() local 9257 uint32_t *tl; nfsrpc_rmextattr() local 9296 uint32_t *tl; nfsrpc_listextattr() local 9469 uint32_t res, *tl; nfsrpc_bindconnsess() local [all...] |
H A D | nfs_clport.c | 712 } tl; in nfscl_filllockowner() local 722 tl.lval = p->p_pid; in nfscl_filllockowner() 723 *cp++ = tl.cval[0]; in nfscl_filllockowner() 724 *cp++ = tl.cval[1]; in nfscl_filllockowner() 725 *cp++ = tl.cval[2]; in nfscl_filllockowner() 726 *cp++ = tl.cval[3]; in nfscl_filllockowner() 727 tl.lval = p->p_stats->p_start.tv_sec; in nfscl_filllockowner() 728 *cp++ = tl.cval[0]; in nfscl_filllockowner() 729 *cp++ = tl.cval[1]; in nfscl_filllockowner() 730 *cp++ = tl.cval[2]; in nfscl_filllockowner() [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 332 u_int32_t *tl; in nfscl_reqstart() local 407 NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED); in nfscl_reqstart() 409 *tl++ = txdr_unsigned(NFSV42_MINORVERSION); in nfscl_reqstart() 411 *tl++ = txdr_unsigned(NFSV41_MINORVERSION); in nfscl_reqstart() 413 *tl++ = txdr_unsigned(NFSV4_MINORVERSION); in nfscl_reqstart() 415 *opcntpp = tl; in nfscl_reqstart() 416 *tl = txdr_unsigned(opcnt); in nfscl_reqstart() 422 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfscl_reqstart() 423 *tl = txdr_unsigned(NFSV4OP_SEQUENCE); in nfscl_reqstart() 439 NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED); in nfscl_reqstart() [all …]
|
H A D | nfs_commonacl.c | 45 u_int32_t *tl; in nfsrv_dissectace() local 54 NFSM_DISSECT(tl, u_int32_t *, 4 * NFSX_UNSIGNED); in nfsrv_dissectace() 55 acetype = fxdr_unsigned(u_int32_t, *tl++); in nfsrv_dissectace() 56 flag = fxdr_unsigned(u_int32_t, *tl++); in nfsrv_dissectace() 57 mask = fxdr_unsigned(u_int32_t, *tl++); in nfsrv_dissectace() 58 len = fxdr_unsigned(int, *tl); in nfsrv_dissectace() 288 u_int32_t *tl, aceflag = 0x0, acemask = 0x0, acetype; in nfsrv_buildace() local 292 NFSM_BUILD(tl, u_int32_t *, 4 * NFSX_UNSIGNED + full_len); in nfsrv_buildace() 305 *tl++ = txdr_unsigned(acetype); in nfsrv_buildace() 324 *tl++ = txdr_unsigned(aceflag); in nfsrv_buildace() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 59 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc() argument 60 SourceLocation Loc = TL.getNameLoc(); in VisitTypedefTypeLoc() 61 TypedefNameDecl *ND = TL.getTypedefNameDecl(); in VisitTypedefTypeLoc() 70 if (auto *CD = TL.getType()->getAsCXXRecordDecl()) { in VisitTypedefTypeLoc() 83 bool VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc() argument 84 if (auto *C = TL.getNamedConcept()) in VisitAutoTypeLoc() 85 return IndexCtx.handleReference(C, TL.getConceptNameLoc(), Parent, in VisitAutoTypeLoc() 118 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc() argument 119 TagDecl *D = TL.getDecl(); in VisitTagTypeLoc() 124 if (TL.isDefinition()) { in VisitTagTypeLoc() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | term_tab.c | 47 struct tablist *tl; in term_tab_set() local 79 tl = tabs.r; in term_tab_set() 80 if (tl->n >= tl->s) { in term_tab_set() 81 tl->s += 8; in term_tab_set() 82 tl->t = mandoc_reallocarray(tl->t, tl->s, sizeof(*tl->t)); in term_tab_set() 88 tl->t[tl->n] = pos; in term_tab_set() 89 if (add && tl->n) in term_tab_set() 90 tl->t[tl->n] += tl->t[tl->n - 1]; in term_tab_set() 91 tl->n++; in term_tab_set()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | txg.c | 854 txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset) in txg_list_create() 858 mutex_init(&tl->tl_lock, NULL, MUTEX_DEFAULT, NULL); 860 tl->tl_offset = offset; in txg_list_empty_impl() 861 tl->tl_spa = spa; in txg_list_empty_impl() 864 tl->tl_head[t] = NULL; in txg_list_empty_impl() 868 txg_list_empty_impl(txg_list_t *tl, uint64_t txg) in txg_list_empty() 870 ASSERT(MUTEX_HELD(&tl->tl_lock)); in txg_list_empty() 871 TXG_VERIFY(tl->tl_spa, txg); in txg_list_empty() 872 return (tl->tl_head[txg & TXG_MASK] == NULL); in txg_list_empty() 876 txg_list_empty(txg_list_t *tl, uint64_ 845 txg_list_create(txg_list_t * tl,spa_t * spa,size_t offset) txg_list_create() argument 859 txg_list_empty_impl(txg_list_t * tl,uint64_t txg) txg_list_empty_impl() argument 867 txg_list_empty(txg_list_t * tl,uint64_t txg) txg_list_empty() argument 877 txg_list_destroy(txg_list_t * tl) txg_list_destroy() argument 896 txg_all_lists_empty(txg_list_t * tl) txg_all_lists_empty() argument 909 txg_list_add(txg_list_t * tl,void * p,uint64_t txg) txg_list_add() argument 934 txg_list_add_tail(txg_list_t * tl,void * p,uint64_t txg) txg_list_add_tail() argument 962 txg_list_remove(txg_list_t * tl,uint64_t txg) txg_list_remove() argument 987 txg_list_remove_this(txg_list_t * tl,void * p,uint64_t txg) txg_list_remove_this() argument 1011 txg_list_member(txg_list_t * tl,void * p,uint64_t txg) txg_list_member() argument 1024 txg_list_head(txg_list_t * tl,uint64_t txg) txg_list_head() argument 1038 txg_list_next(txg_list_t * tl,void * p,uint64_t txg) txg_list_next() argument [all...] |
/freebsd/usr.sbin/dumpcis/ |
H A D | readcis.c | 123 struct tuple_list *tl; in freecis() local 126 while ((tl = tlist) != 0) { in freecis() 127 tlist = tl->next; in freecis() 128 while ((tp = tl->tuples) != 0) { in freecis() 129 tl->tuples = tp->next; in freecis() 133 free(tl); in freecis() 194 struct tuple_list *tl = 0, *last_tl; in read_tuples() local 223 tl = read_one_tuplelist(fd, flag, offs); in read_tuples() 224 last_tl->next = tl; in read_tuples() 225 last_tl = tl; in read_tuples() [all …]
|
/freebsd/release/ |
H A D | Makefile.vm | 116 . if exists(${.CURDIR}/tools/${_CW:tl}.conf) && !defined(${_CW:tu}CONF) 117 ${_CW:tu}CONF?= ${.CURDIR}/tools/${_CW:tl}.conf 121 CLOUDTARGETS+= cw-${_CW:tl}-${_FS}-${_FMT} 122 CLEANDIRS+= cw-${_CW:tl}-${_FS}-${_FMT} 123 CLEANFILES+= ${_CW:tl}.${_FS}.${_FMT}.img \ 124 ${_CW:tl}.${_FS}.${_FMT} \ 125 ${_CW:tl}.${_FS}.${_FMT}.raw 126 ${_CW:tu}${_FS:tu}${_FMT:tu}IMAGE= ${_CW:tl}.${_FS}.${_FMT} 128 cw-${_CW:tl}-${_FS}-${_FMT}: ${QEMUTGT} 136 -i ${.OBJDIR}/${_CW:tl}.${_FS}.${_FMT}.img -s ${VMSIZE} -f ${_FMT} \ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 40 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc() argument 41 handleAttr(TL); in VisitAttributedTypeLoc() 63 TypeLoc TL = TInfo->getTypeLoc(); in lookForAttribute() local 64 while (TL) { in lookForAttribute() 65 if (QualifiedTypeLoc QL = TL.getAs<QualifiedTypeLoc>()) { in lookForAttribute() 66 TL = QL.getUnqualifiedLoc(); in lookForAttribute() 67 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) { in lookForAttribute() 70 TL = Attr.getModifiedLoc(); in lookForAttribute() 72 TL.getAs<MacroQualifiedTypeLoc>()) { in lookForAttribute() 73 TL = MDTL.getInnerLoc(); in lookForAttribute() [all …]
|
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 189 struct bfelem *tl, *first = NULL; in r_buf() local 205 while ((tl = malloc(sizeof(bfelem_t))) == NULL) { in r_buf() 213 TAILQ_INSERT_TAIL(&head, tl, entries); in r_buf() 218 p = tl->l + len; in r_buf() 226 tl->len = len; in r_buf() 242 tl = TAILQ_LAST(&head, bfhead); in r_buf() 244 while (tl != NULL) { in r_buf() 247 for (p = tl->l + tl->len - 1, llen = 0; p >= tl->l; in r_buf() 249 int start = (tl == first && p == tl->l); in r_buf() 261 tr = TAILQ_NEXT(tl, entries); in r_buf() [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_move.c | 87 recno_t cnt, diff, fl, tl, mfl, mtl; in ex_move() local 118 tl = cmdp->lineno; in ex_move() 124 lmp->lno >= fl && lmp->lno <= tl) { in ex_move() 135 if (tl > fl) { /* Destination > source. */ in ex_move() 136 mfl = tl - diff; in ex_move() 137 mtl = tl; in ex_move() 143 if (db_append(sp, 1, tl, bp, len)) in ex_move() 149 lmp->lno = tl + 1; in ex_move() 154 mfl = tl; in ex_move() 155 mtl = tl + diff; in ex_move() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | txg.h | 128 extern void txg_list_create(txg_list_t *tl, spa_t *spa, size_t offset); 129 extern void txg_list_destroy(txg_list_t *tl); 130 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg); 131 extern boolean_t txg_all_lists_empty(txg_list_t *tl); 132 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg); 133 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg); 134 extern void *txg_list_remove(txg_list_t *tl, uint64_t txg); 135 extern void *txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg); 136 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg); 137 extern void *txg_list_head(txg_list_t *tl, uint64_t txg); [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-lower.mk | 3 # Tests for the :tl variable modifier, which converts the expression value 8 .if ${:UUPPER:tl} != "upper" 12 .if ${:Ulower:tl} != "lower" 16 .if ${:UMixeD case.:tl} != "mixed case." 20 # The ':tl' modifier works on the whole string, without splitting it into 22 .if ${:Umultiple spaces:tl} != "multiple spaces"
|
H A D | var-op-expand.mk | 209 # Same as the test case above, except for the additional modifier ':tl' when 214 .if ${INDIRECT:tl} != "" 219 .if ${INDIRECT:tl} != "uppercase-replaced" 244 # indirect:= ${INDIRECT:tl} 247 # ':tl' must still be applied to the final result. 254 # remaining modifier ':tl' to each expression that is starting with an 257 # indirect:= ${LATER:S,value,replaced,:tl} \ 259 # ${LATER:value=sysv:tl} 264 # this case would replace the suffix 'value' with the literal 'sysv:tl', 265 # ignoring that the ':tl' was intended to be an additional modifier. [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_template.c | 270 struct tlist *tl = calloc(1, sizeof(*tl)); in tlist_new() 271 tl->name = strdup(name); in tlist_new() 272 ASN1_TAILQ_INIT(&tl->template); in tlist_new() 273 return tl; 287 tlist_count(struct tlist *tl) in tlist_count() 292 ASN1_TAILQ_FOREACH(q, &tl->template, members) { in tlist_count() 299 tlist_add(struct tlist *tl) in tlist_add() 301 ASN1_TAILQ_INSERT_TAIL(&tlistmaster, tl, tmembers); 305 tlist_print(struct tlist *tl) in tlist_print() 268 struct tlist *tl = calloc(1, sizeof(*tl)); tlist_new() local 285 tlist_count(struct tlist * tl) tlist_count() argument 297 tlist_add(struct tlist * tl) tlist_add() argument 303 tlist_print(struct tlist * tl) tlist_print() argument 332 struct tlist *tl = tlist_find_by_name(tname); tlist_cmp_name() local 338 tlist_cmp(const struct tlist * tl,const struct tlist * ql) tlist_cmp() argument 372 tlist_find_dup(const struct tlist * tl) tlist_find_dup() argument 805 struct tlist *tl; generate_template_type() local [all...] |
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_ok.c | 529 unsigned long tl; in block_out() local 538 tl = ctx->buf_len - OK_BLOCK_BLOCK; in block_out() 539 ctx->buf[0] = (unsigned char)(tl >> 24); in block_out() 540 ctx->buf[1] = (unsigned char)(tl >> 16); in block_out() 541 ctx->buf[2] = (unsigned char)(tl >> 8); in block_out() 542 ctx->buf[3] = (unsigned char)(tl); in block_out() 544 (unsigned char *)&(ctx->buf[OK_BLOCK_BLOCK]), tl)) in block_out() 560 unsigned long tl = 0; in block_in() local 570 assert(sizeof(tl) >= OK_BLOCK_BLOCK); /* always true */ in block_in() 571 tl = ctx->buf[0]; in block_in() [all …]
|
/freebsd/share/man/man4/ |
H A D | rtwn_usb.4 | 110 .It "TP-Link TL-WN722N v2" Ta RTL8188EU Ta USB 2.0 111 .It "TP-LINK TL-WN723N v3" Ta RTL8188EU Ta USB 2.0 112 .It "TP-LINK TL-WN725N v2" Ta RTL8188EU Ta USB 2.0 113 .It "TP-LINK TL-WN727N v5" Ta RTL8188EU Ta USB 2.0 114 .It "TP-LINK TL-WN821N v4" Ta RTL8192CU Ta USB 2.0 115 .It "TP-LINK TL-WN821N v5" Ta RTL8192EU Ta USB 2.0 116 .It "TP-LINK TL-WN822N v4" Ta RTL8192EU Ta USB 2.0 117 .It "TP-LINK TL-WN823N v1" Ta RTL8192CU Ta USB 2.0 118 .It "TP-LINK TL-WN823N v2" Ta RTL8192EU Ta USB 2.0
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 224 bool TraverseTypeLoc(TypeLoc TL); 411 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); 416 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } 417 bool VisitTypeLoc(TypeLoc TL) { return true; } 421 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) { 422 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc()); 424 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; } 425 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) { 426 return getDerived().VisitUnqualTypeLoc(TL.getUnqualifiedLoc()); 428 bool VisitUnqualTypeLoc(UnqualTypeLoc TL) { return true; } [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 54 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl() argument 55 if (TL.isNull()) return SourceRange(); in getLocalSourceRangeImpl() 56 return TypeLocRanger().Visit(TL); in getLocalSourceRangeImpl() 125 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl() argument 126 return NextLoc().Visit(TL); in getNextTypeLocImpl() 132 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl() argument 135 switch (TL.getTypeLocClass()) { in initializeImpl() 139 CLASS##TypeLoc TLCasted = TL.castAs<CLASS##TypeLoc>(); \ in initializeImpl() 141 TL = TLCasted.getNextTypeLoc(); \ in initializeImpl() 142 if (!TL) return; \ in initializeImpl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 341 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL); 669 TemplateTypeParmTypeLoc TL, 673 SubstTemplateTypeParmPackTypeLoc TL, 678 FunctionProtoTypeLoc TL, 684 QualType TransformAttributedType(TypeLocBuilder &TLB, AttributedTypeLoc TL, 696 TemplateSpecializationTypeLoc TL, 701 DependentTemplateSpecializationTypeLoc TL, 706 TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, 781 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL); 832 QualType RebuildQualifiedType(QualType T, QualifiedTypeLoc TL); [all …]
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m.mac | 91 .\" .tl 'updated to May 15, 1977'''\".tl 'Version \n(mo/\n(dy/\n(yr''' 95 .\" .tl 'updated to May 15, 1977'''\".tl 'Version \n(mo/\n(dy/\n(yr''' 98 .\".tl '\(rn''' 174 .\"'tl ''- % -''
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | get_s.c | 42 krb5_tl_data *tl; in add_tl_data() local 44 tl = calloc(1, sizeof(*tl)); in add_tl_data() 45 if (tl == NULL) in add_tl_data() 48 tl->tl_data_type = type; in add_tl_data() 49 tl->tl_data_length = size; in add_tl_data() 50 tl->tl_data_contents = malloc(size); in add_tl_data() 51 if (tl->tl_data_contents == NULL && size != 0) { in add_tl_data() 52 free(tl); in add_tl_data() 55 memcpy(tl->tl_data_contents, data, size); in add_tl_data() 57 tl->tl_data_next = ent->tl_data; in add_tl_data() [all …]
|