OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_tree_code
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h
39
bool
is_tree_code
() const { return rep > 0; }
function in class:code_helper
360
return (op->code.
is_tree_code
()
/src/external/gpl3/gcc/dist/gcc/
tree.h
91
bool
is_tree_code
() const { return rep > 0; }
function in class:code_helper
114
return
is_tree_code
() ? (tree_code) *this : MAX_TREE_CODES;
Completed in 21 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026