OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:array_storage
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
warn-global-constructors.cpp
126
void *
array_storage
[1];
member in namespace:pr20420
127
const int &global_reference = *(int *)
array_storage
;
/art/runtime/
class_linker.cc
2956
void*
array_storage
= allocator->Alloc(self, storage_size);
local
2973
void*
array_storage
= allocator->Alloc(self, storage_size);
local
[
all
...]
Completed in 420 milliseconds