Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp206 const int cvalue = 43; in main() local
214 test_pmr_uses_alloc<ET>(cvalue); in main()
215 test_pmr_not_uses_alloc<PMR>(cvalue); in main()
216 test_pmr_uses_alloc<PMA>(cvalue); in main()
217 test_pmr_uses_alloc<ET>(cvalue, std::move(value)); in main()
218 test_pmr_not_uses_alloc<PMR>(cvalue, std::move(value)); in main()
219 test_pmr_uses_alloc<PMA>(cvalue, std::move(value)); in main()
228 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue); in main()
229 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue); in main()
230 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value)); in main()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dillegal-member-initialization.cpp4 A() : value(), cvalue() { } // expected-error {{reference to type 'int' requires an initializer}} in A()
6 const int cvalue; member
19 const int cvalue; // expected-note{{declared here}} member
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1155 cvalue := C.CString(value)
1156 defer C.free(unsafe.Pointer(cvalue))
1157 C.LLVMAddTargetDependentFunctionAttr(v.C, cattr, cvalue)