Home
last modified time | relevance | path

Searched refs:eval_const_expr (Results 1 – 16 of 16) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Devalexpr.h41 int eval_const_expr(struct expr *ex, int extype, int *not_constant);
H A Dexpr.h192 int eval_const_expr(struct expr *ex, int extype, int *not_constant);
H A Dexpr.c344 rc = eval_const_expr(endp->left, in eval_const_subexpr()
485 rc = eval_const_expr(endp, in eval_const_part_expr()
536 rc = eval_const_expr(endp->left, in eval_const_part_expr()
642 rc = eval_const_expr(endp, in bind_operators()
2955 if (eval_const_expr(ret, type, &not_constant) != 0) {
H A Devalexpr.c1179 if (eval_const_expr(ex, extype,
2245 eval_const_expr(struct expr *ex, int extype, int *not_constant) { function
H A Dbuiltins.c443 if (eval_const_expr(ex, EXPR_OPTCONSTSUBEXPR, &not_constant) != -1) { in generic_builtin_parse_offsetof()
H A Dx86_gen.c3917 if (eval_const_expr(io->expr, 0, NULL) != 0) {
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Devalexpr.h59 int eval_const_expr(struct expr *ex, int extype, int *not_constant);
H A Dexpr.h192 int eval_const_expr(struct expr *ex, int extype, int *not_constant);
H A Dexpr.c333 rc = eval_const_expr(endp->left, in eval_const_subexpr()
474 rc = eval_const_expr(endp, in eval_const_part_expr()
527 rc = eval_const_expr(endp->left, in eval_const_part_expr()
635 rc = eval_const_expr(endp, in bind_operators()
2926 if (eval_const_expr(ret, type, &not_constant) != 0) {
H A Devalexpr.c1119 if (eval_const_expr(ex, extype,
2171 eval_const_expr(struct expr *ex, int extype, int *not_constant) { function
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dschema-eval.c1065 return eval_const_expr ( self, td, ic_expr, xp, cx_bind ); in eval_indirect_expr()
1117 pb -> rc = eval_const_expr ( pb -> self, pb -> td, item, & rslt, pb -> cx_bind ); in do_eval_vector_param_expr()
1210 rc_t eval_const_expr ( const VSchema *self, const VTypedecl *td, in eval_const_expr() function
1267 rc = eval_const_expr ( self, & td, expr, ( SExpression** ) & x, cx_bind ); in eval_uint_expr()
1300 rc = eval_const_expr ( self, & td, expr, ( SExpression** ) & x, cx_bind ); in eval_uint64_expr()
H A Dschema-parse.h511 rc_t eval_const_expr ( const VSchema *self, const VTypedecl *td,
H A Dprod-func.c514 … rc = eval_const_expr ( schema, & td, ic_expr, ( SExpression** ) & cxp [ i ], pr -> cx_bind ); in VFunctionProdMakeFactParms()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dschema-eval.c1065 return eval_const_expr ( self, td, ic_expr, xp, cx_bind ); in eval_indirect_expr()
1117 pb -> rc = eval_const_expr ( pb -> self, pb -> td, item, & rslt, pb -> cx_bind ); in do_eval_vector_param_expr()
1210 rc_t eval_const_expr ( const VSchema *self, const VTypedecl *td, in eval_const_expr() function
1267 rc = eval_const_expr ( self, & td, expr, ( SExpression** ) & x, cx_bind ); in eval_uint_expr()
1300 rc = eval_const_expr ( self, & td, expr, ( SExpression** ) & x, cx_bind ); in eval_uint64_expr()
H A Dschema-parse.h511 rc_t eval_const_expr ( const VSchema *self, const VTypedecl *td,
H A Dprod-func.c514 … rc = eval_const_expr ( schema, & td, ic_expr, ( SExpression** ) & cxp [ i ], pr -> cx_bind ); in VFunctionProdMakeFactParms()