HomeSort by: relevance | last modified time | path
    Searched refs:localRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpFrame.h 67 return localRef<T>(Offset);
72 localRef<T>(Offset) = Value;
120 template <typename T> T &localRef(unsigned Offset) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
ir.d 313 @property bool localRef() const
441 formattedWrite(output, " %s", irb[pc].localRef ? "local" : "global");
backtracking.d 665 auto referenced = re.ir[pc].localRef
1439 mStr ~= ir[0].localRef
thompson.d 477 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr;
690 Group!DataIndex* source = re.ir[t.pc].localRef ? t.matches.ptr : backrefed.ptr;

Completed in 23 milliseconds