OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManagedStaticBase
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
ManagedStatic.cpp
20
static const
ManagedStaticBase
*StaticList = 0;
22
void
ManagedStaticBase
::RegisterManagedStatic(void *(*Creator)(),
52
void
ManagedStaticBase
::destroy() const {
/external/llvm/include/llvm/Support/
ManagedStatic.h
39
///
ManagedStaticBase
- Common base class for ManagedStatic instances.
40
class
ManagedStaticBase
{
46
mutable const
ManagedStaticBase
*Next;
62
class ManagedStatic : public
ManagedStaticBase
{
/external/llvm/lib/Support/
ManagedStatic.cpp
22
static const
ManagedStaticBase
*StaticList = nullptr;
38
void
ManagedStaticBase
::RegisterManagedStatic(void *(*Creator)(),
66
void
ManagedStaticBase
::destroy() const {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
ManagedStatic.h
37
///
ManagedStaticBase
- Common base class for ManagedStatic instances.
38
class
ManagedStaticBase
{
44
mutable const
ManagedStaticBase
*Next;
60
class ManagedStatic : public
ManagedStaticBase
{
Completed in 150 milliseconds