Home
last modified time | relevance | path

Searched refs:CT_STRUCT (Results 1 – 25 of 98) sorted by relevance

1234

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dadd_space_table.h111 { CT_FRIEND, CT_STRUCT },
232 { CT_STRING, CT_STRUCT },
235 { CT_STRUCT, CT_BRACE_OPEN },
236 { CT_STRUCT, CT_CLASS_COLON },
237 { CT_STRUCT, CT_MACRO_FUNC_CALL },
238 { CT_STRUCT, CT_TYPE },
239 { CT_STRUCT, CT_WORD },
251 { CT_TYPEDEF, CT_STRUCT },
289 { CT_WORD, CT_STRUCT },
H A Dcombine_tools.cpp38 || chunk_is_token(pc, CT_STRUCT) in can_be_full_param()
263 || get_chunk_parent_type(brace) == CT_STRUCT)) in can_be_full_param()
331 || chunk_is_token(pc, CT_STRUCT) in chunk_ends_type()
H A Dalign_var_def_brace.cpp35 if ( get_chunk_parent_type(start) == CT_STRUCT in align_var_def_brace()
270 if ( get_chunk_parent_type(start) == CT_STRUCT in align_var_def_brace()
H A Dsemicolons.cpp88 || get_chunk_parent_type(prev) == CT_STRUCT)) in remove_extra_semicolons()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/devel/thrift/thrift-0.14.0/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dcompact.cpp39 CT_STRUCT, // T_STRUCT
98 case CT_STRUCT: in getTType()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_ctype.h20 CT_STRUCT, /* Struct or union. */ enumerator
39 LJ_STATIC_ASSERT(((int)CT_STRUCT & (int)CT_ARRAY) == CT_STRUCT);
206 #define ctype_isstruct(info) (ctype_type((info)) == CT_STRUCT)
241 CTINFO(CT_STRUCT, CTF_VLA)) /* VL array or VL struct. */
/dports/devel/splint/splint-3.1.2/src/
H A Dctbase.i576 case CT_STRUCT: in ctbase_unparse()
683 case CT_STRUCT: in ctbase_unparseDeep()
738 case CT_STRUCT: in ctbase_unparseNotypes()
810 case CT_STRUCT: in ctbase_unparseDeclaration()
1107 case CT_STRUCT: in ctbase_dump()
1176 case CT_STRUCT: in ctbase_copy()
1242 case CT_STRUCT: in ctbase_free()
1557 case CT_STRUCT: in ctbase_genMatch()
2159 case CT_STRUCT: in ctbase_newBase()
2398 case CT_STRUCT: in ctbase_getBaseType()
[all …]

1234