HomeSort by relevance Sort by last modified time
    Searched defs:Alloc (Results 251 - 275 of 305) sorted by null

<<111213

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
DIE.h 138 BumpPtrAllocator &Alloc;
145 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {}
640 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) {
641 List.push_back(*new (Alloc) Node(V));
645 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute,
647 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value)));
692 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) {
693 return new (Alloc) DIE(Tag);
SelectionDAG.h 145 BumpPtrAllocator Alloc;
172 Alloc.Reset();
175 BumpPtrAllocator &getAlloc() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
DIE.h 138 BumpPtrAllocator &Alloc;
145 DIEAbbrevSet(BumpPtrAllocator &A) : Alloc(A) {}
640 value_iterator addValue(BumpPtrAllocator &Alloc, const DIEValue &V) {
641 List.push_back(*new (Alloc) Node(V));
645 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute,
647 return addValue(Alloc, DIEValue(Attribute, Form, std::forward<T>(Value)));
692 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) {
693 return new (Alloc) DIE(Tag);
SelectionDAG.h 145 BumpPtrAllocator Alloc;
172 Alloc.Reset();
175 BumpPtrAllocator &getAlloc() { return Alloc; }
    [all...]
  /tools/dexter/slicer/export/slicer/
dex_ir.h 423 T* Alloc() {
  /art/runtime/mirror/
class-inl.h 783 inline ObjPtr<Object> Class::Alloc(Thread* self, gc::AllocatorType allocator_type) {
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 993 class Alloc : public SExpr {
1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1017 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 300 template<typename T, typename = Policy<P, true> > class Alloc
306 template class Alloc<char>;
  /external/llvm/lib/Support/
YAMLParser.cpp 169 return new (Alloc.Allocate<Token>()) Token(V);
179 BumpPtrAllocator Alloc;
823 TokenQueue.Alloc.Reset();
    [all...]
  /external/protobuf/src/google/protobuf/
map.h 714 InnerMap(size_type n, hasher h, Allocator alloc)
719 alloc_(alloc) {
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 76 static RunHead* Alloc(int rowCount, size_t dataSize) {
100 RunHead* head = RunHead::Alloc(1, rowSize);
855 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes());
1098 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 76 static RunHead* Alloc(int rowCount, size_t dataSize) {
100 RunHead* head = RunHead::Alloc(1, rowSize);
855 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes());
1098 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
    [all...]
  /external/tinyxml2/
tinyxml2.h 323 virtual void* Alloc() = 0;
362 virtual void* Alloc() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 993 class Alloc : public SExpr {
1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1017 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 74 llvm::BumpPtrAllocator Alloc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 993 class Alloc : public SExpr {
1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1017 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 74 llvm::BumpPtrAllocator Alloc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 993 class Alloc : public SExpr {
1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1017 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 74 llvm::BumpPtrAllocator Alloc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 992 class Alloc : public SExpr {
1001 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1002 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1016 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 74 llvm::BumpPtrAllocator Alloc;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 992 class Alloc : public SExpr {
1001 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1002 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1016 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 74 llvm::BumpPtrAllocator Alloc;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 992 class Alloc : public SExpr {
1001 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; }
1002 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); }
1016 typename C::CType compare(const Alloc* E, C& Cmp) const {
    [all...]

Completed in 730 milliseconds

<<111213