Searched refs:found_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dselected_real_kind.f9030 logical :: found_p, found_r, found_radix
45 found_p = .false.
56 if (p2 <= real_infos (i) % precision) found_p = .true.
68 if (found_radix .and. found_r .and. .not. found_p) then
70 elseif (found_radix .and. found_p .and. .not. found_r) then
72 elseif (found_radix .and. .not. found_p .and. .not. found_r) then
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dselected_real_kind.f9030 logical :: found_p, found_r, found_radix
45 found_p = .false.
56 if (p2 <= real_infos (i) % precision) found_p = .true.
68 if (found_radix .and. found_r .and. .not. found_p) then
70 elseif (found_radix .and. found_p .and. .not. found_r) then
72 elseif (found_radix .and. .not. found_p .and. .not. found_r) then
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc615 bool found_p () const { return m_found; } function in class:ana::involvement_visitor
633 return v.found_p ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c843 bool found_p = false;
864 found_p = true;
874 found_p = true;
879 if (found_p)
838 bool found_p = false; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc843 bool found_p = false;
864 found_p = true;
874 found_p = true;
879 if (found_p)
838 bool found_p = false; local
H A Dtree-vect-slp.cc2930 bool found_p = false; local
2936 found_p |= vect_match_slp_patterns_2 (&SLP_TREE_CHILDREN (node)[i], local
2948 found_p = true;
2952 return found_p;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c202 static bool found_p (tree scope) function
560 return found_p (scope);
587 if (found_p (scope))
621 found = found_p (scope);
882 if (found_p (type))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc490 static bool found_p (tree scope) function in class:name_lookup
1002 return found_p (scope);
1029 if (found_p (scope))
1063 found = found_p (scope);
1410 if (found_p (type))

Completed in 312 milliseconds