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

  /external/clang/lib/CodeGen/
EHScopeStack.h 72 struct DominatingPointer;
73 template <class T> struct DominatingPointer<T,false> : InvariantValue<T*> {};
74 // template <class T> struct DominatingPointer<T,true> at end of file
76 template <class T> struct DominatingValue<T*> : DominatingPointer<T> {};
CodeGenFunction.h     [all...]

Completed in 35 milliseconds