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

  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
sym-info-cmds.exp 202 set found_match 0
205 if {!$found_match} {
212 set found_match 1
222 if { $optional && ! $found_match } {
225 gdb_assert { $found_match } $testname
456 set found_match 0
459 if {!$found_match} {
468 set found_match 1
478 if { $optional && ! $found_match } {
481 gdb_assert { $found_match } $testnam
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
sym-info-cmds.exp 202 set found_match 0
205 if {!$found_match} {
212 set found_match 1
222 if { $optional && ! $found_match } {
225 gdb_assert { $found_match } $testname
456 set found_match 0
459 if {!$found_match} {
468 set found_match 1
478 if { $optional && ! $found_match } {
481 gdb_assert { $found_match } $testnam
    [all...]
  /src/external/bsd/file/dist/src/
softmagic.c 218 int *returnval, int *found_match)
233 if (found_match == NULL)
234 found_match = &found_matchv;
268 found_match))
277 *found_match = 1;
303 *found_match = 1;
316 *found_match = 1;
380 firstline, returnval, found_match)) {
390 *found_match = 1;
419 *found_match = 1
    [all...]
  /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/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/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c 187 goto found_match;
194 found_match:
  /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/dns/
keymgr.c 2271 bool found_match = false; local
2279 found_match = true;
2285 if (!found_match) {
  /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/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) {
  /src/external/bsd/nsd/dist/
options.c 1978 int found_match = -1; local
2001 found_match=number;
2036 return found_match;
  /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/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 1477 my $found_match;
1570 $found_match = $FALSE;
1579 $found_match = $TRUE;
1590 if (not $found_match)
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 1477 my $found_match;
1570 $found_match = $FALSE;
1579 $found_match = $TRUE;
1590 if (not $found_match)

Completed in 96 milliseconds