HomeSort by: relevance | last modified time | path
    Searched defs:found_match (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
keymgr.c 2036 bool found_match = false; local
2044 found_match = true;
2050 if (!found_match) {
  /src/external/bsd/nsd/dist/
options.c 1978 int found_match = -1; local
2001 found_match=number;
2036 return found_match;
  /src/external/mpl/bind/dist/lib/dns/
keymgr.c 2271 bool found_match = false; local
2279 found_match = true;
2285 if (!found_match) {
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 5982 bool found_match = false; local
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)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 3525 bool found_match = false; local
3585 found_match = true;
3589 if (!found_match)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 3525 bool found_match = false; local
3585 found_match = true;
3589 if (!found_match)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 6410 bool found_match = false; local
6418 for (bool done = false; !found_match && !done; )
6531 found_match = DECL_ALIGN_UNIT (expr) == tree_to_uhwi (arg);
6533 found_match = TYPE_ALIGN_UNIT (type) == tree_to_uhwi (arg);
6536 found_match = DECL_USER_ALIGN (expr);
6538 found_match = TYPE_USER_ALIGN (type);
6543 found_match = TREE_READONLY (expr);
6552 found_match = TREE_THIS_VOLATILE (expr);
6557 found_match = DECL_PURE_P (expr);
6561 found_match = TREE_DEPRECATED (expr ? expr : type)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 6271 match found_match = MATCH_NO; local
6282 found_match = gfc_match_bind_c (NULL, true);
6284 if (found_match == MATCH_YES)
6302 return found_match;
6919 match found_match; /* Status of whether we've found a good match. */ local
6924 found_match = MATCH_NO;
6949 found_match = MATCH_YES;
6953 found_match = is_result;
6962 found_match = MATCH_YES;
6967 found_match = MATCH_ERROR
7530 match found_match; \/* Status returned by match func. *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 6213 match found_match = MATCH_NO; local
6224 found_match = gfc_match_bind_c (NULL, true);
6226 if (found_match == MATCH_YES)
6244 return found_match;
6848 match found_match; /* Status of whether we've found a good match. */ local
6853 found_match = MATCH_NO;
6878 found_match = MATCH_YES;
6882 found_match = is_result;
6891 found_match = MATCH_YES;
6896 found_match = MATCH_ERROR
7459 match found_match; \/* Status returned by match func. *\/ local
    [all...]
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 3250 bool found_match = false; local
3259 found_match = true;
3264 if (!found_match) {
3280 bool found_match = false; local
3288 found_match = true;
3293 if (!found_match) {

Completed in 63 milliseconds