Home
last modified time | relevance | path

Searched refs:Tape (Results 1 – 25 of 2697) sorted by relevance

12345678910>>...108

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
H A Dconstexpr-turing-cxx2a.cpp15 struct Tape { struct
16 constexpr Tape() = default;
17 constexpr ~Tape() { in ~Tape() argument
21 constexpr Tape *left() { in left() argument
22 if (!l) { l = new Tape; l->r = this; } in left()
25 constexpr Tape *right() { in right() argument
26 if (!r) { r = new Tape; r->l = this; } in right()
29 Tape *l = nullptr; argument
31 Tape *r = nullptr; argument
37 Tape *tape = new Tape; in run()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
H A Dconstexpr-turing-cxx2a.cpp15 struct Tape { struct
16 constexpr Tape() = default;
17 constexpr ~Tape() { in ~Tape() argument
21 constexpr Tape *left() { in left() argument
22 if (!l) { l = new Tape; l->r = this; } in left()
25 constexpr Tape *right() { in right() argument
26 if (!r) { r = new Tape; r->l = this; } in right()
29 Tape *l = nullptr; argument
31 Tape *r = nullptr; argument
37 Tape *tape = new Tape; in run()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
H A Dconstexpr-turing-cxx2a.cpp15 struct Tape { struct
16 constexpr Tape() = default;
17 constexpr ~Tape() { in ~Tape() argument
21 constexpr Tape *left() { in left() argument
22 if (!l) { l = new Tape; l->r = this; } in left()
25 constexpr Tape *right() { in right() argument
26 if (!r) { r = new Tape; r->l = this; } in right()
29 Tape *l = nullptr; argument
31 Tape *r = nullptr; argument
37 Tape *tape = new Tape; in run()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() argument
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() argument
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() argument
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape {
18 constexpr Tape() : l(0), val(false), r(0) {}
19 constexpr Tape(const Tape &old, bool write) :
21 constexpr Tape(const Tape &old, Dir dir) :
26 const Tape *l;
28 const Tape *r;
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); }
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); }
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) {
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() argument
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() function
26 const Tape *l; argument
28 const Tape *r; argument
30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()
48 static_assert(run(bb3, Tape(), 0) == 21, "");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/
H A DTape.h32 class AWS_STORAGEGATEWAY_API Tape
35 Tape();
36 Tape(Aws::Utils::Json::JsonView jsonValue);
37 Tape& operator=(Aws::Utils::Json::JsonView jsonValue);
69 inline Tape& WithTapeARN(const Aws::String& value) { SetTapeARN(value); return *this;} in WithTapeARN()
79 inline Tape& WithTapeARN(const char* value) { SetTapeARN(value); return *this;} in WithTapeARN()
262 inline Tape& WithVTLDevice(const char* value) { SetVTLDevice(value); return *this;} in WithVTLDevice()
291 inline Tape& WithProgress(double value) { SetProgress(value); return *this;} in WithProgress()
341 inline Tape& WithKMSKey(const char* value) { SetKMSKey(value); return *this;} in WithKMSKey()
422 inline Tape& WithPoolId(const char* value) { SetPoolId(value); return *this;} in WithPoolId()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DTape.h21 #define TT (Tape<double>::valueTape)
22 #define II (Tape<unsigned int>::indexTape)
24 template<typename T> class Tape {
26 Tape<T> () : index(0){};
34 virtual ~Tape();
39 static Tape<double>* valueTape;
40 static Tape<unsigned int>* indexTape;
44 template<typename T> Tape<T>::~Tape<T>()
60 template <typename T> void Tape<T>::set(T& v) in set()
71 template<typename T> bool Tape<T>::empty() in empty()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DTape.h21 #define TT (Tape<double>::valueTape)
22 #define II (Tape<unsigned int>::indexTape)
24 template<typename T> class Tape {
26 Tape<T> () : index(0){};
34 virtual ~Tape();
39 static Tape<double>* valueTape;
40 static Tape<unsigned int>* indexTape;
44 template<typename T> Tape<T>::~Tape<T>()
60 template <typename T> void Tape<T>::set(T& v) in set()
71 template<typename T> bool Tape<T>::empty() in empty()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/autodiff_library/
H A DTape.h21 #define TT (Tape<double>::valueTape)
22 #define II (Tape<unsigned int>::indexTape)
24 template<typename T> class Tape {
26 Tape<T> () : index(0){};
34 virtual ~Tape();
39 static Tape<double>* valueTape;
40 static Tape<unsigned int>* indexTape;
44 template<typename T> Tape<T>::~Tape<T>()
60 template <typename T> void Tape<T>::set(T& v) in set()
71 template<typename T> bool Tape<T>::empty() in empty()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/example/autodiff_library/
H A DTape.h21 #define TT (Tape<double>::valueTape)
22 #define II (Tape<unsigned int>::indexTape)
24 template<typename T> class Tape {
26 Tape<T> () : index(0){};
34 virtual ~Tape();
39 static Tape<double>* valueTape;
40 static Tape<unsigned int>* indexTape;
44 template<typename T> Tape<T>::~Tape<T>()
60 template <typename T> void Tape<T>::set(T& v) in set()
71 template<typename T> bool Tape<T>::empty() in empty()
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/en/pdf-and-html/problems/
H A Dtapetesting.aux10 \newlabel{18@xvr}{{}{33}{Get Your Tape Drive Working}{Item.9}{}}
11 \newlabel{18@vr}{{}{33}{Get Your Tape Drive Working}{Item.9}{}}
12 \newlabel{19@xvr}{{}{33}{Get Your Tape Drive Working}{Item.11}{}}
13 \newlabel{19@vr}{{}{33}{Get Your Tape Drive Working}{Item.11}{}}
16 \@writefile{general}{\indexentry{Problems When no Tape in Drive}{34}}
67 \@writefile{general}{\indexentry{FreeBSD!Tape Modes on}{44}}
68 \@writefile{general}{\indexentry{Tape Modes on FreeBSD}{44}}
88 \@writefile{general}{\indexentry{Modes!Tape Blocking}{47}}
89 \@writefile{general}{\indexentry{Tape Blocking Modes}{47}}
92 \@writefile{general}{\indexentry{Details of Tape Modes}{48}}
[all …]

12345678910>>...108