OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSSpecificTypeMap
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_export_type.cpp
846
RSExportPrimitiveType::
RSSpecificTypeMap
;
862
if (
RSSpecificTypeMap
->empty()) {
864
RSSpecificTypeMap
->GetOrCreateValue(cname, DataType ## type);
867
RSSpecificTypeMap
->GetOrCreateValue(cname, DataType ## type);
871
RSSpecificTypeMapTy::const_iterator I =
RSSpecificTypeMap
->find(TypeName);
872
if (I ==
RSSpecificTypeMap
->end())
[
all
...]
slang_rs_export_type.h
253
static llvm::ManagedStatic<RSSpecificTypeMapTy>
RSSpecificTypeMap
;
Completed in 40 milliseconds