Home
last modified time | relevance | path

Searched refs:NULL_VAL (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dholder.h112 PTR_TYPE NULL_VAL = nullptr,
113 typename BASE = Wrapper<PTR_TYPE, ACQUIRE_FUNC, RELEASE_FUNC, NULL_VAL> >
117 NewHolder(PTR_TYPE p = NULL_VAL) : BASE(p) in BASE()
124 { return BASE::GetValue() == NULL_VAL; } in IsNull()
145 PTR_TYPE NULL_VAL = nullptr,
146 typename BASE = Wrapper<PTR_TYPE, ACQUIRE_FUNC, RELEASE_FUNC, NULL_VAL> >
150 NewArrayHolder(PTR_TYPE p = NULL_VAL) : BASE(p) in BASE()
157 { return BASE::GetValue() == NULL_VAL; } in IsNull()
172 PTR_TYPE NULL_VAL = nullptr,
173 typename BASE = Wrapper<PTR_TYPE, ACQUIRE_FUNC, RELEASE_FUNC, NULL_VAL> >
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dtable.h1281 { INT_CMD, BIGINT_CMD, D(iiI2BI) , NULL_VAL },
1283 { INT_CMD, NUMBER_CMD, D(iiI2N) , NULL_VAL },
1284 { BIGINT_CMD, NUMBER_CMD, D(iiBI2N) , NULL_VAL },
1286 { INT_CMD, POLY_CMD, D(iiI2P) , NULL_VAL },
1290 { INT_CMD, VECTOR_CMD, D(iiI2V) , NULL_VAL },
1319 { POLY_CMD, VECTOR_CMD, D(iiP2V) , NULL_VAL },
1359 { INT_CMD, CPOLY_CMD, D(iiI2CP), NULL_VAL },
1362 { POLY_CMD, CPOLY_CMD, D(iiP2CP), NULL_VAL },
1365 { 0, 0, NULL_VAL , NULL_VAL }
1418 ,{NULL_VAL, 0, 0 }
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexpr.c253 if (*expr == '\0') return NULL_VAL;
285 ((v[1].vtype == NULL_VAL || v[1].vtype == STR_VAL) &&
313 case NULL_VAL:
315 case NULL_VAL: equal = TRUE; break;
320 case NULL_VAL: equal = (*v[1].val.s == '\0'); break;
381 case NULL_VAL:
383 case NULL_VAL:
395 case NULL_VAL:
630 case NULL_VAL: return BadOperandType("?"); in Operate()
921 case NULL_VAL: in DebugValStk()
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
42 function nullable_int_val_default_null(?int $a = NULL_VAL) {
/dports/lang/php81/php-8.1.1/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
42 function nullable_int_val_default_null(?int $a = NULL_VAL) {
/dports/lang/php80/php-8.0.15/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
42 function nullable_int_val_default_null(?int $a = NULL_VAL) {
/dports/www/mod_php80/php-8.0.15/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
42 function nullable_int_val_default_null(?int $a = NULL_VAL) {
/dports/lang/php73/php-7.3.33/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
/dports/lang/php74/php-7.4.27/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
/dports/www/mod_php73/php-7.3.33/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
/dports/www/mod_php74/php-7.4.27/Zend/tests/type_declarations/
H A Dscalar_constant_defaults.phpt12 const NULL_VAL = null;
38 function int_val_default_null(int $a = NULL_VAL) {
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dfn_selectors.cpp29 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
84 if (exp->concrete_type() == Expression::NULL_VAL) { in BUILT_IN()
H A Dfn_utils.cpp124 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sels()
140 if (exp->concrete_type() == Expression::NULL_VAL) { in get_arg_sel()
/dports/devel/qjson/qjson-0.9.0/src/
H A Djson_parser.yy70 %token NULL_VAL 10 "null"
135 | NULL_VAL
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/example/pebbl/
H A DserialMonomial.h65 const variable_val_t NULL_VAL = 0; variable
85 const variable_val_t initVal = NULL_VAL) :
97 if (_vars[i]==NULL_VAL) in finalize()
154 return NULL_VAL; in getVarVal()

1234