Searched refs:is_match (Results 1 – 2 of 2) sorted by relevance
46 bool is_match; in IsExecutable() local48 is_match = (addr == start); in IsExecutable()49 if (is_match) { in IsExecutable()53 is_match = (addr >= start) && (addr < end); in IsExecutable()54 if (is_match) { in IsExecutable()58 if (is_match) { in IsExecutable()
83 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local84 if (is_match && rule.preserve_params) { in AppendCommentLine()