Searched refs:opt_wrapper (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-problem.h90 opt_result is an opt_wrapper<bool>, where opt_wrapper<T> is a base
96 In all cases, opt_wrapper<T> acts as if the opt_problem were one of its
98 compiled, an opt_wrapper<T> is effectively just a T, so that we're
99 still just passing e.g. a bool around; the opt_wrapper<T> classes
105 Using opt_result and opt_wrapper<T> documents the intent of the code
114 Instances are created by static member functions in opt_wrapper
146 class opt_wrapper class
160 opt_wrapper (wrapped_t result, opt_problem */*problem*/) function in class:opt_wrapper
165 opt_wrapper<
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-problem.h90 opt_result is an opt_wrapper<bool>, where opt_wrapper<T> is a base
96 In all cases, opt_wrapper<T> acts as if the opt_problem were one of its
98 compiled, an opt_wrapper<T> is effectively just a T, so that we're
99 still just passing e.g. a bool around; the opt_wrapper<T> classes
105 Using opt_result and opt_wrapper<T> documents the intent of the code
114 Instances are created by static member functions in opt_wrapper
146 class opt_wrapper class
160 opt_wrapper (wrapped_t result, opt_problem */*problem*/) function in class:opt_wrapper
165 opt_wrapper<
[all...]

Completed in 189 milliseconds