Lines Matching defs:c_match
489 MethodMatcher::Mode c_match = MethodMatcher::Exact;
498 if (scan_line(line, class_name, &c_match, method_name, &m_match, &bytes_read, error_msg)) {
524 match = add_option_string(c_name, c_match, m_name, m_match, signature, strdup(option));
534 match = add_predicate(command, c_name, c_match, m_name, m_match, signature);
676 MethodMatcher::Mode c_match = MethodMatcher::Exact;
695 c_match = MethodMatcher::Prefix;
704 c_match = MethodMatcher::Any;
708 c_match = MethodMatcher::Exact;
710 c_match = MethodMatcher::Suffix;
720 c_match = MethodMatcher::Prefix;
722 c_match = MethodMatcher::Any;
724 c_match = MethodMatcher::Substring;
743 add_predicate(CompileOnlyCommand, c_name, c_match, m_name, m_match, signature);