Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Dranges_shuffle.pass.cpp189 template <class Gen, bool CheckConst = true>
201 if constexpr (CheckConst) { // Const lvalue. in test_generator()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp243 template <class Gen, bool CheckConst = true>
258 if constexpr (CheckConst) { // Const lvalue. in test_generator()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp258 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConst() function
310 if (!CheckConst(S, OpPC, Ptr)) in CheckStore()
H A DInterp.h69 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr);