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> {};
196 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
203 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
211 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
CodeGenFunction.h 342 typename DominatingValue<T>::saved_type saveValueInCond(T value) {
343 return DominatingValue<T>::save(*this, value);
393 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
    [all...]

Completed in 148 milliseconds