HomeSort by relevance Sort by last modified time
    Searched refs:BumpVectorContext (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Support/
BumpVector.h 32 class BumpVectorContext {
35 /// Construct a new BumpVectorContext that creates a new BumpPtrAllocator
36 /// and destroys it when the BumpVectorContext object is destroyed.
37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {}
39 BumpVectorContext(BumpVectorContext &&Other) : Alloc(Other.Alloc) {
44 /// Construct a new BumpVectorContext that reuses an existing
46 /// BumpVectorContext object is destroyed.
47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {}
49 ~BumpVectorContext() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CFG.h 406 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
416 BumpVectorContext &C) {
539 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
719 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
721 void appendStmt(Stmt *statement, BumpVectorContext &C) {
726 BumpVectorContext &C) {
731 BumpVectorContext &C) {
735 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
739 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 358 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
366 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
368 BumpVectorContext &C) {
491 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
653 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
655 void appendStmt(Stmt *statement, BumpVectorContext &C) {
660 BumpVectorContext &C) {
665 BumpVectorContext &C) {
669 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
673 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 359 ElementList(BumpVectorContext &C) : Impl(C, 4) {}
367 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); }
369 BumpVectorContext &C) {
492 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent)
672 void addSuccessor(AdjacentBlock Succ, BumpVectorContext &C);
674 void appendStmt(Stmt *statement, BumpVectorContext &C) {
679 BumpVectorContext &C) {
684 BumpVectorContext &C) {
688 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
692 void appendMemberDtor(FieldDecl *FD, BumpVectorContext &C)
    [all...]

Completed in 1315 milliseconds

1 2