Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp33 struct CLVal { struct
118 assert(i.transform(CLVal{}) == 1); in test_val_types()
119 ASSERT_SAME_TYPE(decltype(i.transform(CLVal{})), std::optional<int>); in test_val_types()
H A Dand_then.pass.cpp33 struct CLVal { struct
175 assert(i.and_then(CLVal{}) == 1); in test_val_types()
177 ASSERT_SAME_TYPE(decltype(i.and_then(CLVal{})), std::optional<int>); in test_val_types()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4019 LValue CLVal = in OMPIteratorGeneratorScope() local
4024 llvm::ConstantInt::get(CLVal.getAddress(CGF).getElementType(), 0), in OMPIteratorGeneratorScope()
4025 CLVal); in OMPIteratorGeneratorScope()
4036 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()