Home
last modified time | relevance | path

Searched defs:constant_svalue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.h40 class constant_svalue; variable
H A Dregion-model.h598 constant_svalue (tree cst_expr) in constant_svalue() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h41 class constant_svalue; variable
H A Dregion-model.h211 virtual void visit_constant_svalue (const constant_svalue *) {} in visit_constant_svalue()