HomeSort by relevance Sort by last modified time
    Searched defs:DominatingValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
EHScopeStack.h 66 template <class T> struct DominatingValue : InvariantValue<T> {};
76 template <class T> struct DominatingValue<T*> : DominatingPointer<T> {};
199 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
206 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
214 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
CodeGenFunction.h 362 typename DominatingValue<T>::saved_type saveValueInCond(T value) {
363 return DominatingValue<T>::save(*this, value);
413 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
    [all...]

Completed in 1338 milliseconds