OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code_helper
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h
28
class
code_helper
class
31
code_helper
() {}
function in class:code_helper
32
code_helper
(tree_code code) : rep ((int) code) {}
function in class:code_helper
33
code_helper
(combined_fn fn) : rep (-(int) fn) {}
function in class:code_helper
34
code_helper
(internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
function in class:code_helper
44
bool operator== (const
code_helper
&other) { return rep == other.rep; }
45
bool operator!= (const
code_helper
&other) { return rep != other.rep; }
46
bool operator== (tree_code c) { return rep ==
code_helper
(c).rep; }
47
bool operator!= (tree_code c) { return rep !=
code_helper
(c).rep; }
53
inline
code_helper
::operator internal_fn () cons
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree.h
80
class
code_helper
class
83
code_helper
() {}
function in class:code_helper
84
code_helper
(tree_code code) : rep ((int) code) {}
function in class:code_helper
85
code_helper
(combined_fn fn) : rep (-(int) fn) {}
function in class:code_helper
86
code_helper
(internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
function in class:code_helper
98
bool operator== (const
code_helper
&other) { return rep == other.rep; }
99
bool operator!= (const
code_helper
&other) { return rep != other.rep; }
100
bool operator== (tree_code c) { return rep ==
code_helper
(c).rep; }
101
bool operator!= (tree_code c) { return rep !=
code_helper
(c).rep; }
108
code_helper
if it is a tree_code and MAX_TREE_CODES otherwise. This i
[
all
...]
Completed in 45 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026