OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:known_le
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
poly-int.h
1341
#define
known_le
(A, B) (!maybe_gt (A, B))
macro
1352
/* Return true if A and B are ordered by the partial ordering
known_le
. */
1360
||
known_le
(a, b)
1361
||
known_le
(b, a));
1374
if (
known_le
(a, b))
1379
gcc_checking_assert (
known_le
(b, a));
1388
if (
known_le
(a, b))
1393
gcc_checking_assert (
known_le
(b, a));
1402
if (
known_le
(a, b))
1407
gcc_checking_assert (
known_le
(b, a))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
poly-int.h
1401
#define
known_le
(A, B) (!maybe_gt (A, B))
macro
1412
/* Return true if A and B are ordered by the partial ordering
known_le
. */
1420
||
known_le
(a, b)
1421
||
known_le
(b, a));
1434
if (
known_le
(a, b))
1439
gcc_checking_assert (
known_le
(b, a));
1448
if (
known_le
(a, b))
1453
gcc_checking_assert (
known_le
(b, a));
1462
if (
known_le
(a, b))
1467
gcc_checking_assert (
known_le
(b, a))
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026