Home
last modified time | relevance | path

Searched refs:getR (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td86 // CHECK: ::mlir::Value getR();
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3055 Expr *getR() { in getR() function
3058 const Expr *getR() const { in getR() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6548 S.getR(), S.getExpr(), S.getUpdateExpr(), S.getD(), in EmitOMPAtomicDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11850 Expr *getR() const { return R; } in getR() function in __anon296aa5743f11::OpenMPAtomicCompareCaptureChecker
12770 R = Checker.getR(); in ActOnOpenMPAtomicDirective()