OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aff_tree
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-affine.h
41
class
aff_tree
class
69
void aff_combination_const (
aff_tree
*, tree, const poly_widest_int &);
70
void aff_combination_elt (
aff_tree
*, tree, tree);
71
void aff_combination_scale (
aff_tree
*, const widest_int &);
72
void aff_combination_mult (
aff_tree
*,
aff_tree
*,
aff_tree
*);
73
void aff_combination_add (
aff_tree
*,
aff_tree
*);
74
void aff_combination_add_elt (
aff_tree
*, tree, const widest_int &)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-affine.h
41
class
aff_tree
class
69
void aff_combination_const (
aff_tree
*, tree, const poly_widest_int &);
70
void aff_combination_elt (
aff_tree
*, tree, tree);
71
void aff_combination_scale (
aff_tree
*, const widest_int &);
72
void aff_combination_mult (
aff_tree
*,
aff_tree
*,
aff_tree
*);
73
void aff_combination_add (
aff_tree
*,
aff_tree
*);
74
void aff_combination_add_elt (
aff_tree
*, tree, const widest_int &)
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026