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

  /frameworks/compile/slang/
slang_rs_foreach_lowering.h 33 class RSForEachLowering : public clang::StmtVisitor<RSForEachLowering> {
35 RSForEachLowering(RSContext* ctxt);
61 }; // RSForEachLowering
slang_rs_foreach_lowering.cpp 36 RSForEachLowering::RSForEachLowering(RSContext* ctxt)
45 const clang::FunctionDecl* RSForEachLowering::matchFunctionDesignator(
95 const clang::FunctionDecl* RSForEachLowering::matchKernelLaunchCall(
143 clang::FunctionDecl* RSForEachLowering::CreateForEachInternalFunctionDecl() {
198 clang::Expr* RSForEachLowering::CreateCalleeExprForInternalForEach() {
221 void RSForEachLowering::VisitCallExpr(clang::CallExpr* CE) {
376 void RSForEachLowering::VisitStmt(clang::Stmt* S) {
384 void RSForEachLowering::handleForEachCalls(clang::FunctionDecl* FD,
slang_backend.h 109 RSForEachLowering mForEachHandler;

Completed in 519 milliseconds