Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp40 const char RSExportReduce::KeyOutConverter[] = "outconverter"; member in slang::RSExportReduce
85 return KeyOutConverter; in getKey()
536 << S.DiagnosticDescription(KeyOutConverter, mNameOutConverter) in analyzeOutConverter()
550 << S.DiagnosticDescription(KeyOutConverter, mNameOutConverter) in analyzeOutConverter()
561 << S.DiagnosticDescription(KeyOutConverter, mNameOutConverter) in analyzeOutConverter()
594 << S.DiagnosticDescription(KeyOutConverter, mNameOutConverter) in analyzeOutConverter()
688 KeyOutConverter, mNameOutConverter, in analyzeResultType()
692 … []() { return std::string(" unless ") + KeyOutConverter + " is provided"; }}); in analyzeResultType()
770 S.FnOutConverter = lookupFunction(S, KeyOutConverter, mNameOutConverter); in analyzeTranslationUnit()
Dslang_rs_pragma_handler.cpp152 std::make_pair(RSExportReduce::KeyOutConverter, "")}); in HandlePragma()
217 MarkUsed(PP, KeywordValueMap[RSExportReduce::KeyOutConverter]); in HandlePragma()
225 … KeywordValueMap[RSExportReduce::KeyOutConverter], in HandlePragma()
Dslang_rs_export_reduce.h130 static const char KeyOutConverter[]; variable