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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 116 template <class T> struct DominatingValue : InvariantValue<T> {};
126 template <class T> struct DominatingValue<T*> : DominatingPointer<T> {};
234 typedef typename DominatingValue<A0>::saved_type A0_saved;
238 A0 a0 = DominatingValue<A0>::restore(CGF, a0_saved);
249 typedef typename DominatingValue<A0>::saved_type A0_saved;
250 typedef typename DominatingValue<A1>::saved_type A1_saved;
255 A0 a0 = DominatingValue<A0>::restore(CGF, a0_saved);
256 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
267 typedef typename DominatingValue<A0>::saved_type A0_saved;
268 typedef typename DominatingValue<A1>::saved_type A1_saved
    [all...]
CGExprCXX.cpp     [all...]
CGCleanup.cpp 26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) {
34 DominatingValue<RValue>::saved_type
35 DominatingValue<RValue>::saved_type::save(CodeGenFunction &CGF, RValue rv) {
72 RValue DominatingValue<RValue>::saved_type::restore(CodeGenFunction &CGF) {
    [all...]

Completed in 23 milliseconds