Lines Matching refs:found_match
5982 bool found_match = false;
5990 for (bool done = false; !found_match && !done; )
6103 found_match = DECL_ALIGN_UNIT (expr) == tree_to_uhwi (arg);
6105 found_match = TYPE_ALIGN_UNIT (type) == tree_to_uhwi (arg);
6108 found_match = DECL_USER_ALIGN (expr);
6110 found_match = TYPE_USER_ALIGN (type);
6115 found_match = TREE_READONLY (expr);
6124 found_match = TREE_THIS_VOLATILE (expr);
6129 found_match = DECL_PURE_P (expr);
6133 found_match = TREE_DEPRECATED (expr ? expr : type);
6134 if (found_match)
6157 found_match = (DECL_WARN_IF_NOT_ALIGN (expr)
6160 found_match = (TYPE_WARN_IF_NOT_ALIGN (type)
6164 found_match = DECL_WARN_IF_NOT_ALIGN (expr);
6166 found_match = TYPE_WARN_IF_NOT_ALIGN (type);
6171 found_match = TYPE_TRANSPARENT_AGGR (type) != 0;
6185 return found_match;