Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dexpr.c885 static enum string_value_kind expr_parse_string(const char *str, in expr_parse_string() function
961 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value()
962 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value()