Home
last modified time | relevance | path

Searched refs:StaticList (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DManagedStatic.cpp22 static const ManagedStaticBase *StaticList = nullptr; variable
51 Next = StaticList; in RegisterManagedStatic()
52 StaticList = this; in RegisterManagedStatic()
61 Next = StaticList; in RegisterManagedStatic()
62 StaticList = this; in RegisterManagedStatic()
68 assert(StaticList == this && in destroy()
71 StaticList = Next; in destroy()
86 while (StaticList) in llvm_shutdown()
87 StaticList->destroy(); in llvm_shutdown()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DManagedStatic.cpp22 static const ManagedStaticBase *StaticList = nullptr; variable
51 Next = StaticList; in RegisterManagedStatic()
52 StaticList = this; in RegisterManagedStatic()
61 Next = StaticList; in RegisterManagedStatic()
62 StaticList = this; in RegisterManagedStatic()
68 assert(StaticList == this && in destroy()
71 StaticList = Next; in destroy()
86 while (StaticList) in llvm_shutdown()
87 StaticList->destroy(); in llvm_shutdown()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DManagedStatic.cpp22 static const ManagedStaticBase *StaticList = nullptr; variable
48 Next = StaticList; in RegisterManagedStatic()
49 StaticList = this; in RegisterManagedStatic()
58 Next = StaticList; in RegisterManagedStatic()
59 StaticList = this; in RegisterManagedStatic()
65 assert(StaticList == this && in destroy()
68 StaticList = Next; in destroy()
83 while (StaticList) in llvm_shutdown()
84 StaticList->destroy(); in llvm_shutdown()