Home | History | Annotate | Download | only in internal

Lines Matching defs:dummy_

508   // dummy_ must not have a const type.  Otherwise an overly eager
510 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
511 static bool dummy_;
515 bool TypeIdHelper<T>::dummy_ = false;
523 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
524 // the template. Therefore, the address of dummy_ is guaranteed to
526 return &(TypeIdHelper<T>::dummy_);