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 71 struct DominatingPointer;
72 template <class T> struct DominatingPointer<T,false> : InvariantValue<T*> {};
73 // template <class T> struct DominatingPointer<T,true> at end of file
75 template <class T> struct DominatingValue<T*> : DominatingPointer<T> {};
CodeGenFunction.h     [all...]

Completed in 3307 milliseconds