HomeSort by relevance Sort by last modified time
    Searched refs:StateOfAnalyzeTranslationUnit (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_reduce.h 104 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 *Fn);
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...]
slang_rs_export_reduce.cpp 94 struct RSExportReduce::StateOfAnalyzeTranslationUnit {
98 StateOfAnalyzeTranslationUnit(
161 clang::FunctionDecl *RSExportReduce::lookupFunction(StateOfAnalyzeTranslationUnit &S,
210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) {
220 void RSExportReduce::checkVoidReturn(StateOfAnalyzeTranslationUnit &S,
233 void RSExportReduce::checkPointeeConstQualified(StateOfAnalyzeTranslationUnit &S,
250 void RSExportReduce::analyzeInitializer(StateOfAnalyzeTranslationUnit &S) {
294 void RSExportReduce::analyzeAccumulator(StateOfAnalyzeTranslationUnit &S) {
433 void RSExportReduce::analyzeCombiner(StateOfAnalyzeTranslationUnit &S) {
525 void RSExportReduce::analyzeOutConverter(StateOfAnalyzeTranslationUnit &S)
    [all...]

Completed in 50 milliseconds