OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fold_builtin_expect
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
builtins.h
138
extern tree
fold_builtin_expect
(location_t, tree, tree, tree, tree);
builtins.cc
9091
fold_builtin_expect
(location_t loc, tree arg0, tree arg1, tree arg2,
10671
return
fold_builtin_expect
(loc, arg0, arg1, NULL_TREE, NULL_TREE);
10757
return
fold_builtin_expect
(loc, arg0, arg1, arg2, NULL_TREE);
10760
return
fold_builtin_expect
(loc, arg0, arg1, NULL_TREE, arg2);
9088
fold_builtin_expect
(location_t loc, tree arg0, tree arg1, tree arg2,
function
gimple-fold.cc
5691
result =
fold_builtin_expect
(gimple_location (stmt),
/src/external/gpl3/gcc.old/dist/gcc/
builtins.h
131
extern tree
fold_builtin_expect
(location_t, tree, tree, tree, tree);
builtins.cc
8279
fold_builtin_expect
(location_t loc, tree arg0, tree arg1, tree arg2,
9471
return
fold_builtin_expect
(loc, arg0, arg1, NULL_TREE, NULL_TREE);
9550
return
fold_builtin_expect
(loc, arg0, arg1, arg2, NULL_TREE);
9553
return
fold_builtin_expect
(loc, arg0, arg1, NULL_TREE, arg2);
8276
fold_builtin_expect
(location_t loc, tree arg0, tree arg1, tree arg2,
function
gimple-fold.cc
5577
result =
fold_builtin_expect
(gimple_location (stmt),
Completed in 62 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026