Searched defs:subexp (Results 1 – 4 of 4) sorted by relevance
164 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local174 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local184 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local194 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in midr_from_proc_cpuinfo() local
180 def brkt(subexp): argument
274 auto subexp = parseExp(unary_prec); in parseExp() local
401 static struct expr *parse_expr(int subexp) in parse_expr()