Home
last modified time | relevance | path

Searched defs:is_constructor (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/lang/php73/php-7.3.33/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/lang/php74/php-7.4.27/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/devel/php73-intl/php-7.3.33/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/devel/php74-intl/php-7.4.27/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/www/mod_php73/php-7.3.33/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/www/mod_php74/php-7.4.27/ext/intl/collator/
H A Dcollator_create.c28 static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in collator_ctor()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dp-typeprint.c142 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_method_args() local
640 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_base() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dp-typeprint.c142 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_method_args() local
640 int is_constructor = DEPRECATED_STREQN (physname, "__ct__", 6); in pascal_type_print_base() local
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dp-typeprint.c159 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_method_args() local
643 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_base() local
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dp-typeprint.c159 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_method_args() local
648 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_base() local
/dports/lang/php73/php-7.3.33/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/lang/php74/php-7.4.27/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/devel/php74-intl/php-7.4.27/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/devel/php73-intl/php-7.3.33/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/www/mod_php73/php-7.3.33/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/www/mod_php74/php-7.4.27/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_datatype.h55 bool is_constructor(app * f) const { return m_util.is_constructor(f); } in is_constructor() function
60 bool is_constructor(enode * n) const { return is_constructor(n->get_expr()); } in is_constructor() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_datatype.h56 bool is_constructor(app * f) const { return m_util.is_constructor(f); } in is_constructor() function
61 bool is_constructor(enode * n) const { return is_constructor(n->get_owner()); } in is_constructor() function
/dports/devel/gdb/gdb-11.1/gdb/
H A Dp-typeprint.c127 int is_constructor = (startswith (physname, "__ct__")); in type_print_method_args() local
604 int is_constructor = (startswith (physname, "__ct__")); in type_print_base() local
/dports/lang/php73/php-7.3.33/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor()
/dports/devel/php73-intl/php-7.3.33/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor()
/dports/www/mod_php73/php-7.3.33/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Ddt_solver.h70 bool is_constructor(expr * f) const { return dt.is_constructor(f); } in is_constructor() function
75 bool is_constructor(enode * n) const { return is_constructor(n->get_expr()); } in is_constructor() function
/dports/lang/php74/php-7.4.27/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor()
/dports/devel/php74-intl/php-7.4.27/ext/intl/msgformat/
H A Dmsgformat.c30 static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in msgfmt_ctor()

12345678910>>...14