Home
last modified time | relevance | path

Searched refs:tspec (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/sys/
H A Dtimepps.h53 struct timespec tspec; member
73 #define assert_timestamp assert_tu.tspec
74 #define clear_timestamp clear_tu.tspec
86 #define assert_offset assert_off_tu.tspec
87 #define clear_offset clear_off_tu.tspec
/netbsd-src/external/bsd/ntp/dist/include/
H A Dtimepps-SunOS.h143 struct timespec tspec; member
160 #define assert_timestamp assert_tu.tspec
161 #define clear_timestamp clear_tu.tspec
177 #define assert_offset assert_off_tu.tspec
178 #define clear_offset clear_off_tu.tspec
H A Dtimepps-SCO.h143 struct timespec tspec; member
160 #define assert_timestamp assert_tu.tspec
161 #define clear_timestamp clear_tu.tspec
177 #define assert_offset assert_off_tu.tspec
178 #define clear_offset clear_off_tu.tspec
H A Dtimepps-Solaris.h143 struct timespec tspec; member
160 #define assert_timestamp assert_tu.tspec
161 #define clear_timestamp clear_tu.tspec
177 #define assert_offset assert_off_tu.tspec
178 #define clear_offset clear_off_tu.tspec
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d1619 auto tspec = cparseDeclarationSpecifiers(level, specifier); in cparseDeclaration() local
1625 if (!tspec) in cparseDeclaration()
1631 if (auto ti = tspec.isTypeIdentifier()) in cparseDeclaration()
1640 auto tt = tspec.isTypeTag(); in cparseDeclaration()
1665 if (!tspec) in cparseDeclaration()
1673 if (tspec && specifier.mod & MOD.xconst) in cparseDeclaration()
1675 tspec = toConst(tspec); in cparseDeclaration()
1686 if (token.value == TOK.assign && tspec && tspec.isTypeIdentifier()) in cparseDeclaration()
1691 … error("type-specifier omitted for declaration of `%s`", tspec.isTypeIdentifier().ident.toChars()); in cparseDeclaration()
1700 auto dt = cparseDeclarator(DTR.xdirect, tspec, id, specifier); in cparseDeclaration()
[all …]
H A Dtransitivevisitor.d1023 if (e.tspec) in ParseVisitMethods()
1024 visitType(e.tspec); in ParseVisitMethods()
H A Dexpression.d4177 Type tspec; // can be null variable
4182 …extern (D) this(const ref Loc loc, Type targ, Identifier id, TOK tok, Type tspec, TOK tok2, Templa… in this() argument
4188 this.tspec = tspec; in this()
4203 … return new IsExp(loc, targ.syntaxCopy(), id, tok, tspec ? tspec.syntaxCopy() : null, tok2, p); in syntaxCopy()
H A Dexpression.h672 Type *tspec; // can be NULL variable
H A Dexpressionsem.d5698 else if (e.tspec && !e.id && !(e.parameters && e.parameters.dim)) in visit()
5704 e.tspec = e.tspec.typeSemantic(e.loc, sc); in visit()
5717 if ((cast(TypeStruct) e.targ).implicitConvToWithoutAliasThis(e.tspec)) in visit()
5724 if ((cast(TypeClass) e.targ).implicitConvToWithoutAliasThis(e.tspec)) in visit()
5729 else if (e.targ.implicitConvTo(e.tspec)) in visit()
5736 if (e.targ.equals(e.tspec)) in visit()
5742 else if (e.tspec) in visit()
5759 … MATCH m = deduceType(e.targ, sc, e.tspec, e.parameters, &dedtypes, null, 0, e.tok == TOK.equal); in visit()
H A Dparse.d8210 AST.Type tspec = null; in parsePrimaryExp() local
8248 tspec = parseType(); in parsePrimaryExp()
8251 if (tspec) in parsePrimaryExp()
8269 e = new AST.IsExp(loc, targ, ident, tok, tspec, tok2, tpl); in parsePrimaryExp()
H A Dhdrgen.d2220 else if (e.tspec) in expressionPrettyPrint()
2226 typeToBuffer(e.tspec, null, buf, hgs); in expressionPrettyPrint()
H A Ddtemplate.d8204 if (Type tspec = isType(tap.specAlias)) in matchArg() local
8206 MATCH m2 = ta.implicitConvTo(tspec); in matchArg()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c51 char *tspec in ldap_pvt_runqueue_insert() argument
65 entry->tspec = tspec; in ldap_pvt_runqueue_insert()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_rq.h33 char *tspec; member
50 char *tspec
/netbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c177 char *tspec; in mount_nfs_dogetargs() local
184 if ((tspec = strdup(spec)) == NULL) { in mount_nfs_dogetargs()
187 if (!getnfsargs(tspec, nfsargsp)) { in mount_nfs_dogetargs()
190 free(tspec); in mount_nfs_dogetargs()
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dwmm.h21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwmm_ac.h108 struct wmm_tspec_element tspec; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c270 i, re->tname, re->tspec ); in monitor_subsys_thread_update()
303 i, re->tname, re->tspec ); in monitor_subsys_thread_update()
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c96 #define kwdef_type(name, tspec, since) \ argument
97 kwdef(name, T_TYPE, .u.kw_tspec = (tspec), since, 0, 1)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h704 Type *tspec; // can be NULL variable
708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
H A Dexpression.c4892 Type *tspec, TOK tok2, TemplateParameters *parameters) in IsExp() argument
4898 this->tspec = tspec; in IsExp()
4918 tspec ? tspec->syntaxCopy() : NULL, in syntaxCopy()
H A Dexpressionsem.c2102 else if (e->tspec && !e->id && !(e->parameters && e->parameters->dim)) in visit()
2108 e->tspec = e->tspec->semantic(e->loc, sc); in visit()
2113 if (e->targ->implicitConvTo(e->tspec)) in visit()
2120 if (e->targ->equals(e->tspec)) in visit()
2126 else if (e->tspec) in visit()
2145 MATCH m = deduceType(e->targ, sc, e->tspec, e->parameters, &dedtypes); in visit()
H A Dparse.c7019 Type *tspec = NULL; in parsePrimaryExp() local
7056 tspec = parseType(); in parsePrimaryExp()
7059 if (tspec) in parsePrimaryExp()
7077 e = new IsExp(loc, targ, ident, tok, tspec, tok2, tpl); in parsePrimaryExp()
H A Dhdrgen.c2743 else if (e->tspec) in visit()
2749 typeToBuffer(e->tspec, NULL); in visit()