OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTypeStoreSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_export_type.h
197
static size_t
GetTypeStoreSize
(const RSExportType *ET);
slang_rs_reflection.cpp
[
all
...]
slang_rs_reflection_cpp.cpp
748
size_t FieldStoreSize = RSExportType::
GetTypeStoreSize
(F->getType());
slang_rs_export_type.cpp
795
size_t RSExportType::
GetTypeStoreSize
(const RSExportType *ET) {
796
return ET->getRSContext()->getDataLayout()->
getTypeStoreSize
(
[
all
...]
Completed in 290 milliseconds