HomeSort by: relevance | last modified time | path
    Searched defs:opt_wrapper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
opt-problem.h 90 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<T> in memory is just a T. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
opt-problem.h 90 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<T> in memory is just a T. *
    [all...]

Completed in 21 milliseconds