Home
last modified time | relevance | path

Searched refs:AddressVector (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
178 AddressVector<ClassWithDestructor> &v;
194 AddressVector<ClassWithDestructor> v; in testVariable()
223 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
228 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
256 ClassWithDestructor make1(AddressVector<ClassWithDestructor> &v) { in make1()
259 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) { in make2()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() function
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() function
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() argument
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() argument
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() argument
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() function
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() argument
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() argument
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() argument
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dcopy-elision.cpp124 template <typename T> struct AddressVector { struct
128 AddressVector() : len(0) {} in AddressVector() function
137 AddressVector<ClassWithoutDestructor> &v;
161 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
182 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
202 AddressVector<ClassWithDestructor> &v;
218 AddressVector<ClassWithDestructor> v; in testVariable()
247 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
252 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
291 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dcopy-elision.cpp130 template <typename T> struct AddressVector { struct
134 AddressVector() : len(0) {} in AddressVector() function
143 AddressVector<ClassWithoutDestructor> &v;
176 AddressVector<ClassWithoutDestructor> v; in testMultipleReturns()
200 AddressVector<ClassWithoutDestructor> v; in testArgumentConstructorWithoutDestructor()
220 AddressVector<ClassWithDestructor> &v;
236 AddressVector<ClassWithDestructor> v; in testVariable()
265 TestCtorInitializer(AddressVector<ClassWithDestructor> &v) in TestCtorInitializer()
273 AddressVector<ClassWithDestructor> v; in testCtorInitializer()
321 AddressVector<ClassWithDestructor> v; in testMultipleReturnsWithDestructors()
[all …]
H A Dlifetime-extension.cpp236 struct AddressVector { struct
240 AddressVector() : len(0) {} in AddressVector() function
249 AddressVector &v;
252 C(AddressVector &v) : v(v) { v.push(this); } in C()
268 static C make(AddressVector &v) { return C(v); } in make()
272 AddressVector v; in f1()
283 AddressVector v; in f2()
302 AddressVector v; in f3()
320 C doubleMake(AddressVector &v) { in doubleMake()
325 AddressVector v; in f4()

1234