Home
last modified time | relevance | path

Searched refs:expr_is_compile_constant (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/
Dexpr.h155 int expr_is_compile_constant(struct expr_node *node);
Dexpr.c254 expr_is_compile_constant(struct expr_node *node) in expr_is_compile_constant() function
401 assert(expr_is_compile_constant(node)); in expr_eval_constant()
Dtype.c428 if (expr_is_compile_constant(type->u.array_info.length)) { in type_sizeof()
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c493 assert(expr_is_compile_constant(info->u.array_info.length)); in classify()