Lines Matching defs:matches
836 // matches the suppr spec
932 /// Test if an instance of @ref type_suppression matches a given type.
935 /// while testing if the type matches the type_suppression.
941 /// @return true iff the suppression specification matches type @p
952 bool matches = true;
958 matches = false;
964 matches = false;
969 matches = false;
973 matches = false;
977 matches = false;
981 matches = false;
985 matches = false;
989 if (!matches)
1000 /// Test if a type suppression specification matches a type name.
1048 /// Test if a type suppression matches a type in a particular scope.
1056 /// @return true iff the supression @p s matches type @p type in scope
1067 /// Test if a type suppression matches a source location.
1073 /// @return true iff the suppression @p s matches location @p loc.
1111 /// Test if a type suppression matches a type.
1117 /// @return true iff the suppression @p s matches type @p type.
1162 /// Test if a type suppression matches a type name and location.
1170 /// @return true iff suppression @p s matches a type named @p
1184 /// Test if the current instance of @ref type_suppression matches a
1203 /// Test if the current instance of @ref type_suppression matches a
2520 // Check if the "name" property matches.
2533 // function only if the suppression condition matches the
2553 // check if the "name_regexp" property matches.
2567 // function only if the suppression condition matches *all*
2584 // check if the "name_not_regexp" property matches.
2598 // function only if the suppression condition matches *all*
2616 // properties matches.
2656 // condition matches the name of all aliases.
2683 // condition matches the name of all aliases.
2936 /// Test if a variable suppression matches a variable denoted by its name.
2942 /// @return true if the variable is matches by the suppression
2969 /// Test if a variable suppression matches a variable denoted by its
2976 /// @return true if the variable is matches by the suppression
3004 /// Test if a type suppression matches a type designated by its fully
3011 /// @return true iff the suppression s matches the type denoted by
4185 /// @p supprs which matches a variable named @p var_name, OR a
4249 /// @return true iff this file_suppression matches the file path @p
4381 /// them at lease matches the file path @p file_path.
4384 /// that matches @p file_path, or nil if no file suppression matches.
4513 /// @return true iff the suppression specification @p s matches the
4554 /// @return true iff the suppression specification @p s matches the
4585 /// Test if a suppression specification matches a variable of a given
4594 /// @return true iff the suppression specification @p s matches the
4607 /// Test if a suppression specification matches a variable which ELF
4617 /// @return true iff the suppression specification @p s matches the
4630 /// Test if a suppression specification matches a type designated by
4642 /// @return true iff the suppression @p s matches the type designated