HomeSort by relevance Sort by last modified time
    Searched refs:Prev (Results 51 - 72 of 72) sorted by null

1 23

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DumpXML.cpp 412 if (T *Prev = D->getPreviousDecl())
413 setPointer("previous", Prev);
ASTDumper.cpp 665 if (const Decl *Prev = getPreviousDecl(D))
666 OS << " prev " << Prev;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 7897 VarDecl *prev = var->getPreviousDecl(); local
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 563 LeaderTableEntry* Prev = 0;
567 Prev = Curr;
571 if (Prev) {
572 Prev->Next = Curr->Next;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 116 /// Create valid iterator. In case when S.Prev is an invalid iterator and
123 *this = Scope->Prev;
142 *this = Scope->Prev;
174 const_iterator Prev;
179 : ctx(ctx), Vars(ctx, 4), Prev(P) {}
199 F = F.Scope->Prev;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 59 /* Macro to convert the C first/next/last/prev idiom to the Ocaml llpos/
88 cty Prev = LLVMGetPrevious##cname(Kid); \
89 if (Prev) \
90 return alloc_variant(1, Prev); \
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 156 Contents.Reg.Prev = 0;
688 NewMO->Contents.Reg.Prev = 0;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 395 MacroInfoChain *Prev;
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 629 unsigned Prev = Index;
640 if (!XarchArg || Index > Prev + 1) {
    [all...]
Tools.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 141 // select current page in sidenav and set up prev/next links if they exist
156 // set up prev links
158 var $prevListItem = $selListItem.prev('li');
246 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
250 // If this is a training 'article', there should be no prev/next nav
254 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
    [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...]
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 203 // set up prev/next links if they exist
209 // set up prev links
211 var $prevListItem = $selListItem.prev('li');
299 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
303 // If this is a training 'article', there should be no prev/next nav
307 $('.next-page-link,.prev-page-link').attr('href','').addClass("disabled")
586 // select current page in sidenav and header, and set up prev/next links if they exist
    [all...]
android_3p-bundle.js     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 498 milliseconds

1 23