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

  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 114 bool ConstRef = false; // A sequence of refs to the same bit.
126 ConstRef = (V.RefI.Pos == SV.RefI.Pos);
130 if (ConstRef && V.RefI.Pos == SV.RefI.Pos)
149 SeqRef = ConstRef = false;
    [all...]
  /external/libchrome/base/
bind_helpers.h 16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
672 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
  /external/libweave/third_party/chromium/base/
bind_helpers.h 16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
611 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 607 milliseconds