Searched defs:subexp (Results 1 – 3 of 3) 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
156 def brkt(subexp): argument
401 static struct expr *parse_expr(int subexp) in parse_expr()