Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3121 Expr *getV() { in getV() function
3124 const Expr *getV() const { in getV() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6653 S.getV(), S.getR(), S.getExpr(), S.getUpdateExpr(), in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11907 Expr *getV() const { return V; } in getV() function in __anon1dd12e444411::OpenMPAtomicCompareCaptureChecker
12854 V = Checker.getV(); in ActOnOpenMPAtomicDirective()