Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 25 of 3850) sorted by relevance

12345678910>>...154

/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dlexer.c++53 f_type = 0; in Lexer()
92 f_type = CharType(f_last); in GetC()
99 f_type = CharType(c); in GetC()
425 f_data.f_type = NODE_AS; in ReadIdentifier()
474 f_data.f_type = NODE_DO; in ReadIdentifier()
504 f_data.f_type = NODE_FOR; in ReadIdentifier()
525 f_data.f_type = NODE_IF; in ReadIdentifier()
549 f_data.f_type = NODE_IS; in ReadIdentifier()
560 f_data.f_type = NODE_NEW; in ReadIdentifier()
788 f_data.f_type = NODE_EOF; in GetNextToken()
[all …]
H A Dexpression.c++75 if(f_data.f_type == ',') { in ListExpression()
146 switch(f_data.f_type) { in AssignmentExpression()
192 if(f_data.f_type == '?') { in ConditionalExpression()
210 if(f_data.f_type == ':') { in ConditionalExpression()
421 && (f_data.f_type == NODE_RANGE || f_data.f_type == NODE_REST)) { in RelationalExpression()
458 while(f_data.f_type == '+' in AdditiveExpression()
459 || f_data.f_type == '-') { in AdditiveExpression()
480 || f_data.f_type == '/' in MultiplicativeExpression()
520 switch(f_data.f_type) { in UnaryExpression()
566 switch(f_data.f_type) { in PostfixExpression()
[all …]
H A Dstatement.c++52 if(f_data.f_type != '}') { in Block()
56 if(f_data.f_type != '}') { in Block()
86 if(f_data.f_type != ';') { in BreakContinue()
109 if(f_data.f_type == NODE_REST || f_data.f_type == NODE_RANGE) { in Case()
116 if(f_data.f_type == ':') { in Case()
136 if(f_data.f_type == '(') { in Catch()
171 if(f_data.f_type == ')') { in Catch()
215 if(f_data.f_type == ':') { in Default()
280 if(f_data.f_type == '(') { in For()
447 if(f_data.f_type == '(') { in If()
[all …]
H A Dclass.c++86 if(f_data.f_type == '{') { in Class()
90 if(f_data.f_type != '}') { in Class()
96 if(f_data.f_type == '}') { in Class()
130 if(f_data.f_type == ':') { in Enum()
136 if(f_data.f_type != '{') { in Enum()
137 if(f_data.f_type == ';') { in Enum()
149 while(f_data.f_type != '}' && f_data.f_type != NODE_EOF) { in Enum()
150 if(f_data.f_type == ',') { in Enum()
171 if(f_data.f_type == '=') { in Enum()
211 if(f_data.f_type == ',') { in Enum()
[all …]
H A Dfunction.c++54 if(f_data.f_type == NODE_VOID in ParameterList()
72 f_data.f_type = NODE_PARAM; in ParameterList()
88 switch(f_data.f_type) { in ParameterList()
181 flg.f_type = NODE_PARAM; in ParameterList()
188 if(f_data.f_type == ')') { in ParameterList()
196 || f_data.f_type == ';' in ParameterList()
197 || f_data.f_type == '{' in ParameterList()
223 switch(f_data.f_type) { in Function()
358 data.f_type = f_data.f_type; in Function()
402 if(f_data.f_type == '(') { in Function()
[all …]
H A Dpackage.c++84 if(f_data.f_type == '{') { in Package()
97 if(f_data.f_type == '}') { in Package()
137 if(f_data.f_type == NODE_STRING) { in Import()
140 if(f_data.f_type == '.') { in Import()
157 while(f_data.f_type == '.') { in Import()
164 if(f_data.f_type == '*') { in Import()
199 if(f_data.f_type != ';' && f_data.f_type != ',') { in Import()
209 while(f_data.f_type == ',') { in Import()
285 if(f_data.f_type == '(') { in UseNamespace()
289 if(f_data.f_type == ')') { in UseNamespace()
[all …]
H A Doptimizer.c++161 switch(data.f_type) { in Run()
674 result.f_type = data.f_type; in BitwiseNot()
757 result.f_type = data.f_type; in Decrement()
788 result.f_type = data.f_type; in Increment()
1057 data.f_type = type; in Multiply()
1170 data.f_type = type; in Divide()
1973 if((left.f_type == NODE_TRUE || left.f_type == NODE_FALSE) in Equality()
1974 && (right.f_type == NODE_TRUE || right.f_type == NODE_FALSE)) { in Equality()
1975 result = left.f_type == right.f_type; in Equality()
1977 else if(left.f_type == NODE_INT64 && right.f_type == NODE_INT64) { in Equality()
[all …]
H A Dcompile.c++228 switch(data.f_type) { in DirectiveList()
751 switch(data.f_type) { in For()
1152 switch(data.f_type) { in FindFinalFunctions()
1619 switch(data.f_type) { in FindLabels()
1772 switch(data.f_type) { in DeclareClass()
1828 switch(data.f_type) { in Class()
1925 if(data.f_type != NODE_IDENTIFIER && data.f_type != NODE_STRING) { in LinkType()
3461 switch(d->f_type) { in CheckName()
3974 switch(d->f_type) { in ResolveName()
4625 switch(data.f_type) { in TypeExpr()
[all …]
H A Ddata.c++46 node_t f_type; member
237 if(tn->f_type == f_type) { in GetTypeName()
252 if(f_type > ' ' && f_type < 0x7F) { in Display()
256 switch(f_type) { in Display()
409 switch(f_type) { in ToBoolean()
417 f_type = NODE_FALSE; in ToBoolean()
460 switch(f_type) { in ToNumber()
466 f_type = NODE_INT64; in ToNumber()
472 f_type = NODE_INT64; in ToNumber()
497 switch(f_type) { in ToString()
[all …]
H A Dvariable.c++71 if(f_data.f_type == NODE_IDENTIFIER) { in Variable()
79 if(f_data.f_type == ':') { in Variable()
86 if(f_data.f_type == '=') { in Variable()
102 && f_data.f_type != ',' in Variable()
103 && f_data.f_type != ';' in Variable()
104 && f_data.f_type != '{' in Variable()
105 && f_data.f_type != '}' in Variable()
106 && f_data.f_type != ')'); in Variable()
109 if(f_data.f_type != ',') { in Variable()
H A Ddirective.c++58 switch(f_data.f_type) { in Attributes()
94 while(f_data.f_type == ';') { in DirectiveList()
98 if(f_data.f_type == NODE_EOF in DirectiveList()
99 || f_data.f_type == NODE_ELSE in DirectiveList()
100 || f_data.f_type == '}') { in DirectiveList()
125 node_t type = f_data.f_type; in Directive()
455 f_data.f_type = NODE_LABEL; in Directive()
658 if(f_data.f_type != ';' && f_data.f_type != '}') { in Directive()
661 while(f_data.f_type != ';' in Directive()
662 && f_data.f_type != '}' in Directive()
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/cext/
H A Dosutil.c855 if (pbuf->f_type == BDEVFS_MAGIC) in describefstype()
863 if (pbuf->f_type == BFS_MAGIC) in describefstype()
891 if (pbuf->f_type == CRAMFS_MAGIC) in describefstype()
987 if (pbuf->f_type == MQUEUE_MAGIC) in describefstype()
1043 if (pbuf->f_type == RAMFS_MAGIC) in describefstype()
1051 if (pbuf->f_type == ROMFS_MAGIC) in describefstype()
1063 if (pbuf->f_type == SMACK_MAGIC) in describefstype()
1079 if (pbuf->f_type == SYSFS_MAGIC) in describefstype()
1091 if (pbuf->f_type == TMPFS_MAGIC) in describefstype()
1099 if (pbuf->f_type == UFS_MAGIC) in describefstype()
[all …]
/dports/net/bird2/bird-2.0.8/filter/
H A Df-inst.h90 static inline struct f_dynamic_attr f_new_dynamic_attr(u8 type, enum f_type f_type, uint code) /* T… in f_new_dynamic_attr() argument
91 { return (struct f_dynamic_attr) { .type = type, .f_type = f_type, .ea_code = code }; } /* f_type… in f_new_dynamic_attr()
92 static inline struct f_dynamic_attr f_new_dynamic_attr_bit(u8 bit, enum f_type f_type, uint code) /… in f_new_dynamic_attr_bit() argument
93 { return (struct f_dynamic_attr) { .type = EAF_TYPE_BITFIELD, .bit = bit, .f_type = f_type, .ea_cod… in f_new_dynamic_attr_bit()
94 static inline struct f_static_attr f_new_static_attr(int f_type, int code, int readonly) in f_new_static_attr() argument
95 { return (struct f_static_attr) { .f_type = f_type, .sa_code = code, .readonly = readonly }; } in f_new_static_attr()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dfs_op.c21 {.name="NFS", .f_type=0x6969, .flag=1},
22 {.name="CIFS", .f_type=0xFF534D42, .flag=1},
25 {.name=NULL, .f_type=0, .flag=0}
30 {.name="BTRFS", .f_type=0x9123683E, .flag=1},
33 {.name=NULL, .f_type=0, .flag=0}
49 if(network_file_systems[i].f_type == stfs.f_type ) {
86 if(skip_file_systems[i].f_type == stfs.f_type ) {
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dfs_op.c21 {.name="NFS", .f_type=0x6969, .flag=1},
22 {.name="CIFS", .f_type=0xFF534D42, .flag=1},
25 {.name=NULL, .f_type=0, .flag=0}
30 {.name="BTRFS", .f_type=0x9123683E, .flag=1},
33 {.name=NULL, .f_type=0, .flag=0}
49 if(network_file_systems[i].f_type == stfs.f_type ) {
86 if(skip_file_systems[i].f_type == stfs.f_type ) {
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dfs_op.c21 {.name="NFS", .f_type=0x6969, .flag=1},
22 {.name="CIFS", .f_type=0xFF534D42, .flag=1},
25 {.name=NULL, .f_type=0, .flag=0}
30 {.name="BTRFS", .f_type=0x9123683E, .flag=1},
33 {.name=NULL, .f_type=0, .flag=0}
49 if(network_file_systems[i].f_type == stfs.f_type ) {
86 if(skip_file_systems[i].f_type == stfs.f_type ) {
/dports/sysutils/heirloom/heirloom-070715/factor/
H A Dfactor.c60 typedef long double f_type; typedef
68 typedef double f_type; typedef
95 static void xt(f_type *, f_type *, f_type);
96 static void print(f_type);
148 const f_type tab[] = { in factor()
156 f_type n, t, v; in factor()
194 xt(f_type *n, f_type *v, f_type t) in xt()
204 print(f_type n) in print()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type in C()
47 f_type
52 f_type
60 f_type
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/
H A DWmissing-attributes-1.C16 typedef void* ATTR ((alloc_size (1))) f_type (int);
19 f_type
24 f_type
33 f_type
47 f_type
52 f_type
60 f_type
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DAmanda_Changer_robot.pl477 f_type => undef, label => undef },
481 f_type => undef, label => undef },
485 f_type => undef, label => undef },
489 f_type => undef, label => undef },
492 f_type => undef, label => undef },
1349 f_type => undef, label => undef },
1354 f_type => undef, label => undef },
1359 f_type => undef, label => undef },
1375 f_type => undef, label => undef },
1379 f_type => undef, label => undef },
[all …]

12345678910>>...154