HomeSort by relevance Sort by last modified time
    Searched refs:Prev (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 753 UnderlyingObjToAccessMap::iterator Prev =
755 if (Prev != ObjToLastAccess.end())
756 DepCands.unionSets(Access, Prev->second);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 665 LeaderTableEntry* Prev = nullptr;
669 Prev = Curr;
676 if (Prev) {
677 Prev->Next = Curr->Next;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 332 clock_t Prev;
336 Prev = clock();
343 Sum += v - Prev;
344 Prev = v;
848 UInt64 prev = 0;
860 if (printCallback && bi.UnpackSize - prev > (1 << 20))
863 prev = bi.UnpackSize;
960 UInt64 prev = 0;
970 if (printCallback && pi->BenchInfo.UnpackSize - prev > (1 << 20))
973 prev = pi->BenchInfo.UnpackSize;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 279 return translate(Ctx->FunArgs[I], Ctx->Prev);
294 return translate(Ctx->SelfArg, Ctx->Prev);
    [all...]
CFG.cpp 189 /// Create valid iterator. In case when S.Prev is an invalid iterator and
196 *this = Scope->Prev;
215 *this = Scope->Prev;
247 const_iterator Prev;
252 : ctx(std::move(ctx)), Vars(this->ctx, 4), Prev(P) {}
272 F = F.Scope->Prev;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 430 for (Decl *Prev = DUnderlying->getPreviousDecl(); Prev;
431 Prev = Prev->getPreviousDecl())
432 if (Prev == EUnderlying)
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 82 /* Macro to convert the C first/next/last/prev idiom to the Ocaml llpos/
111 cty Prev = LLVMGetPrevious##cname(Kid); \
112 if (Prev) \
113 return alloc_variant(1, Prev); \
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 203 Contents.Reg.Prev = nullptr;
803 NewMO->Contents.Reg.Prev = nullptr;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 92 unsigned find_next(unsigned Prev) const {
93 int Next = BitVector::find_next(v2x(Prev));
    [all...]
HexagonBitSimplify.cpp 49 unsigned find_next(unsigned Prev) const {
50 int Next = BitVector::find_next(v2x(Prev));
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 789 unsigned Prev = Index;
800 if (!XarchArg || Index > Prev + 1) {
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 198 // select current page in sidenav and header, and set up prev/next links if they exist
213 // set up prev links
215 var $prevListItem = $selListItem.prev('li');
303 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
307 // If this is a training 'article', there should be no prev/next nav
311 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 268 // set up prev/next links if they exist
274 // set up prev links
276 var $prevListItem = $selListItem.prev('li');
377 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
    [all...]

Completed in 801 milliseconds

1 2 34 5