Searched defs:subexp (Results 1 – 3 of 3) sorted by relevance
254 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local264 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local274 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local284 std::string subexp = line.substr(match[1].rm_so, (match[1].rm_eo - match[1].rm_so)); in populate_models_cpuinfo() local
156 def brkt(subexp): argument
401 static struct expr *parse_expr(int subexp) in parse_expr()