Home
last modified time | relevance | path

Searched refs:StateOfAnalyzeTranslationUnit (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_reduce.h104 struct StateOfAnalyzeTranslationUnit;
106 static void notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind);
108 static void checkPointeeConstQualified(StateOfAnalyzeTranslationUnit &S,
112 …static void checkVoidReturn(StateOfAnalyzeTranslationUnit &S, FnIdent Kind, clang::FunctionDecl *F…
114 clang::FunctionDecl *lookupFunction(StateOfAnalyzeTranslationUnit &S,
117 void analyzeInitializer(StateOfAnalyzeTranslationUnit &S);
118 void analyzeAccumulator(StateOfAnalyzeTranslationUnit &S);
119 void analyzeCombiner(StateOfAnalyzeTranslationUnit &S);
120 void analyzeOutConverter(StateOfAnalyzeTranslationUnit &S);
121 void analyzeHalter(StateOfAnalyzeTranslationUnit &S);
[all …]
H A Dslang_rs_export_reduce.cpp94 struct RSExportReduce::StateOfAnalyzeTranslationUnit { struct in slang::RSExportReduce
98 StateOfAnalyzeTranslationUnit( in StateOfAnalyzeTranslationUnit() argument
210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) { in notOk()
220 void RSExportReduce::checkVoidReturn(StateOfAnalyzeTranslationUnit &S, in checkVoidReturn()
250 void RSExportReduce::analyzeInitializer(StateOfAnalyzeTranslationUnit &S) { in analyzeInitializer()
294 void RSExportReduce::analyzeAccumulator(StateOfAnalyzeTranslationUnit &S) { in analyzeAccumulator()
433 void RSExportReduce::analyzeCombiner(StateOfAnalyzeTranslationUnit &S) { in analyzeCombiner()
525 void RSExportReduce::analyzeOutConverter(StateOfAnalyzeTranslationUnit &S) { in analyzeOutConverter()
604 void RSExportReduce::analyzeHalter(StateOfAnalyzeTranslationUnit &S) { in analyzeHalter()
672 void RSExportReduce::analyzeResultType(StateOfAnalyzeTranslationUnit &S) { in analyzeResultType()
[all …]