Home
last modified time | relevance | path

Searched refs:IsDereferenceable (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dderef.pass.cpp43 concept IsDereferenceable = requires(T& i) {
51 static_assert( IsDereferenceable<std::counted_iterator<InputOrOutputArchetype>>); in test()
52 static_assert( IsDereferenceable<const std::counted_iterator<InputOrOutputArchetype>>); in test()
53 static_assert( IsDereferenceable<std::counted_iterator<NonConstDeref>>); in test()
54 static_assert(!IsDereferenceable<const std::counted_iterator<NonConstDeref>>); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dderef.pass.cpp42 concept IsDereferenceable = requires(T& i) {
50 static_assert( IsDereferenceable<std::counted_iterator<InputOrOutputArchetype>>); in test()
51 static_assert( IsDereferenceable<const std::counted_iterator<InputOrOutputArchetype>>); in test()
52 static_assert( IsDereferenceable<std::counted_iterator<NonConstDeref>>); in test()
53 static_assert(!IsDereferenceable<const std::counted_iterator<NonConstDeref>>); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dderef.pass.cpp43 concept IsDereferenceable = requires(T& i) {
51 static_assert( IsDereferenceable<std::counted_iterator<InputOrOutputArchetype>>); in test()
52 static_assert( IsDereferenceable<const std::counted_iterator<InputOrOutputArchetype>>); in test()
53 static_assert( IsDereferenceable<std::counted_iterator<NonConstDeref>>); in test()
54 static_assert(!IsDereferenceable<const std::counted_iterator<NonConstDeref>>); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dderef.pass.cpp43 concept IsDereferenceable = requires(T& i) {
51 static_assert( IsDereferenceable<std::counted_iterator<InputOrOutputArchetype>>); in test()
52 static_assert( IsDereferenceable<const std::counted_iterator<InputOrOutputArchetype>>); in test()
53 static_assert( IsDereferenceable<std::counted_iterator<NonConstDeref>>); in test()
54 static_assert(!IsDereferenceable<const std::counted_iterator<NonConstDeref>>); in test()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h933 bool IsDereferenceable = false; member
943 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h915 bool IsDereferenceable = false; member
925 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h888 bool IsDereferenceable = false; member
898 if (IsDereferenceable) in MMOFlags()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h982 bool IsDereferenceable = false; member
992 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1027 bool IsDereferenceable = false; member
1037 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h982 bool IsDereferenceable = false; member
992 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1061 bool IsDereferenceable = false; member
1071 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h1027 bool IsDereferenceable = false; member
1037 if (IsDereferenceable) in MMOFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h982 bool IsDereferenceable = false; member
992 if (IsDereferenceable) in MMOFlags()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1061 bool IsDereferenceable = false; member
1071 if (IsDereferenceable) in MMOFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1061 bool IsDereferenceable = false; member
1071 if (IsDereferenceable) in MMOFlags()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false;
1156 if (IsDereferenceable)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false; member
1156 if (IsDereferenceable) in MMOFlags()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false; member
1156 if (IsDereferenceable) in MMOFlags()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false; member
1156 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1146 bool IsDereferenceable = false; member
1156 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1153 bool IsDereferenceable = false; member
1163 if (IsDereferenceable) in MMOFlags()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h521 uint16_t IsDereferenceable : 1;
1289 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h521 uint16_t IsDereferenceable : 1;
1283 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h492 uint16_t IsDereferenceable : 1;
1281 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h505 uint16_t IsDereferenceable : 1;
1289 bool isDereferenceable() const { return MemSDNodeBits.IsDereferenceable; }

12345