Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/containers/views/views.span/span.cons/
H A Drange.pass.cpp42 constexpr T const *getV() const {return &v_;} // for checking in getV() function
79 return s1.data() == val.getV() && s1.size() == 1; in testConstexprSpan()
87 return s1.data() == val.getV() && s1.size() == 1; in testConstexprSpanStatic()
97 assert(s1.data() == val.getV() && s1.size() == 1); in testRuntimeSpan()
98 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpan()
108 assert(s1.data() == val.getV() && s1.size() == 1); in testRuntimeSpanStatic()
109 assert(s2.data() == cVal.getV() && s2.size() == 1); in testRuntimeSpanStatic()
H A Drange.verify.cpp40 constexpr const T *getV() const {return &v_;} // for checking in getV() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp531 V getV();
542 const S& s = getV(); in upcast_to_vbase()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3048 Expr *getV() { in getV() function
3051 const Expr *getV() const { in getV() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6547 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(), in EmitOMPAtomicDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp11849 Expr *getV() const { return V; } in getV() function in __anon296aa5743f11::OpenMPAtomicCompareCaptureChecker
12769 V = Checker.getV(); in ActOnOpenMPAtomicDirective()