Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3124 Expr *getR() { in getR() function
3127 const Expr *getR() const { in getR() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6597 S.getV(), S.getR(), S.getExpr(), S.getUpdateExpr(), in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12243 Expr *getR() const { return R; } in getR() function in __anon61cef30c4111::OpenMPAtomicCompareCaptureChecker
13186 R = Checker.getR(); in ActOnOpenMPAtomicDirective()