HomeSort by relevance Sort by last modified time
    Searched defs:push_back (Results 276 - 300 of 332) sorted by null

<<11121314

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 65 * @c push_back, @c at, and @c %array access are supported.
952 this->push_back(__c);
1052 push_back(_CharT __c) function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 101 // Members used: size(), push_back(), pop_back(),
132 push_back(const_reference __x) function in class:__detail::__mini_vector
795 _S_mem_blocks.push_back(__bp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 65 * @c push_back, @c at, and @c %array access are supported.
952 this->push_back(__c);
1052 push_back(_CharT __c) function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 101 // Members used: size(), push_back(), pop_back(),
132 push_back(const_reference __x) function in class:__detail::__mini_vector
795 _S_mem_blocks.push_back(__bp);
  /external/clang/include/clang/Analysis/
CFG.h 366 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
656 Elements.push_back(CFGStmt(statement), C);
661 Elements.push_back(CFGInitializer(initializer), C);
666 Elements.push_back(CFGNewAllocator(NE), C);
670 Elements.push_back(CFGBaseDtor(BS), C);
674 Elements.push_back(CFGMemberDtor(FD), C);
678 Elements.push_back(CFGTemporaryDtor(E), C);
682 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
686 Elements.push_back(CFGDeleteDtor(RD, DE), C)
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 1843 void push_back(const T& Elem) { function in class:__anon24558::PODSmallVector
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 578 Values.push_back(std::make_pair(EnumName, std::make_pair(Val, Desc)));
584 Values.push_back(std::make_pair(enumName, // Add value to value map
677 OptionNames.push_back(getOption(i));
762 Values.push_back(X);
1377 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1378 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 691 OptionNames.push_back(getOption(i));
776 Values.push_back(X);
1395 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1396 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 114 void push_back(Value *V) { function in class:__anon45987::BitcodeReaderValueList
115 ValuePtrs.push_back(V);
164 void push_back(Metadata *MD) { MDValuePtrs.emplace_back(MD); }
579 push_back(V);
595 ResolveConstants.push_back(std::make_pair(PHC, Idx));
695 NewOps.push_back(cast<Constant>(NewOp));
724 push_back(MD);
794 IdentifiedStructTypes.push_back(Ret);
800 IdentifiedStructTypes.push_back(Ret);
875 Attrs.push_back(AttributeSet::get(Context, Record[i], B))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 367 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
675 Elements.push_back(CFGStmt(statement), C);
680 Elements.push_back(CFGInitializer(initializer), C);
685 Elements.push_back(CFGNewAllocator(NE), C);
689 Elements.push_back(CFGBaseDtor(BS), C);
693 Elements.push_back(CFGMemberDtor(FD), C);
697 Elements.push_back(CFGTemporaryDtor(E), C);
701 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
705 Elements.push_back(CFGDeleteDtor(RD, DE), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
628 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
659 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } function in class:clang::ento::PathDiagnosticControlFlowPiece
780 void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
789 getActivePath().push_back(std::move(EndPiece));
825 void addMeta(StringRef s) { OtherDesc.push_back(s); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 697 OptionNames.push_back(getOption(i));
782 Values.push_back(X);
1401 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1402 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
CFG.h 367 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
675 Elements.push_back(CFGStmt(statement), C);
680 Elements.push_back(CFGInitializer(initializer), C);
685 Elements.push_back(CFGNewAllocator(NE), C);
689 Elements.push_back(CFGBaseDtor(BS), C);
693 Elements.push_back(CFGMemberDtor(FD), C);
697 Elements.push_back(CFGTemporaryDtor(E), C);
701 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
705 Elements.push_back(CFGDeleteDtor(RD, DE), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
665 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } function in class:clang::ento::PathDiagnosticControlFlowPiece
786 void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
795 getActivePath().push_back(std::move(EndPiece));
831 void addMeta(StringRef s) { OtherDesc.push_back(s); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 700 OptionNames.push_back(getOption(i));
787 Values.push_back(X);
1410 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1411 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
CFG.h 367 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
675 Elements.push_back(CFGStmt(statement), C);
680 Elements.push_back(CFGInitializer(initializer), C);
685 Elements.push_back(CFGNewAllocator(NE), C);
689 Elements.push_back(CFGBaseDtor(BS), C);
693 Elements.push_back(CFGMemberDtor(FD), C);
697 Elements.push_back(CFGTemporaryDtor(E), C);
701 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
705 Elements.push_back(CFGDeleteDtor(RD, DE), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
665 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } function in class:clang::ento::PathDiagnosticControlFlowPiece
786 void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
795 getActivePath().push_back(std::move(EndPiece));
831 void addMeta(StringRef s) { OtherDesc.push_back(s); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 700 OptionNames.push_back(getOption(i));
787 Values.push_back(X);
1410 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1411 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
CFG.h 414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
722 Elements.push_back(CFGStmt(statement), C);
727 Elements.push_back(CFGInitializer(initializer), C);
732 Elements.push_back(CFGNewAllocator(NE), C);
736 Elements.push_back(CFGBaseDtor(BS), C);
740 Elements.push_back(CFGMemberDtor(FD), C);
744 Elements.push_back(CFGTemporaryDtor(E), C);
748 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
752 Elements.push_back(CFGLifetimeEnds(VD, S), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
665 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } function in class:clang::ento::PathDiagnosticControlFlowPiece
786 void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
795 getActivePath().push_back(std::move(EndPiece));
831 void addMeta(StringRef s) { OtherDesc.push_back(s); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 702 OptionNames.push_back(getOption(i));
789 Values.push_back(X);
1426 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1427 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
CFG.h 414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
722 Elements.push_back(CFGStmt(statement), C);
727 Elements.push_back(CFGInitializer(initializer), C);
732 Elements.push_back(CFGNewAllocator(NE), C);
736 Elements.push_back(CFGBaseDtor(BS), C);
740 Elements.push_back(CFGMemberDtor(FD), C);
744 Elements.push_back(CFGTemporaryDtor(E), C);
748 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
752 Elements.push_back(CFGLifetimeEnds(VD, S), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 395 ranges.push_back(R);
401 ranges.push_back(SourceRange(B,E));
634 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
665 void push_back(const PathDiagnosticLocationPair &X) { LPairs.push_back(X); } function in class:clang::ento::PathDiagnosticControlFlowPiece
786 void pushActivePath(PathPieces *p) { pathStack.push_back(p); }
795 getActivePath().push_back(std::move(EndPiece));
831 void addMeta(StringRef s) { OtherDesc.push_back(s); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 702 OptionNames.push_back(getOption(i));
789 Values.push_back(X);
1426 void push_back(const DataType &value) { Storage.push_back(value); } function in class:llvm::list_storage
1427 void push_back(DataType &&value) { Storage.push_back(value); } function in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
CFG.h 414 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } function in class:clang::CFGBlock::ElementList
722 Elements.push_back(CFGStmt(statement), C);
727 Elements.push_back(CFGInitializer(initializer), C);
732 Elements.push_back(CFGNewAllocator(NE), C);
736 Elements.push_back(CFGBaseDtor(BS), C);
740 Elements.push_back(CFGMemberDtor(FD), C);
744 Elements.push_back(CFGTemporaryDtor(E), C);
748 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
752 Elements.push_back(CFGLifetimeEnds(VD, S), C)
    [all...]

Completed in 651 milliseconds

<<11121314