Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A DTestCppKeywordsAsCIdentifiers.py17 self.expect_expr("alignas", result_type="int", result_value="1")
18 self.expect_expr("alignof", result_type="int", result_value="1")
19 self.expect_expr("and", result_type="int", result_value="1")
20 self.expect_expr("and_eq", result_type="int", result_value="1")
24 self.expect_expr("bitand", result_type="int", result_value="1")
25 self.expect_expr("bitor", result_type="int", result_value="1")
26 self.expect_expr("catch", result_type="int", result_value="1")
30 self.expect_expr("class", result_type="int", result_value="1")
48 self.expect_expr("new", result_type="int", result_value="1")
50 self.expect_expr("not", result_type="int", result_value="1")
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/objc/cpp_keyword_identifiers/
H A DTestCppKeywordsAsObjCIdentifiers.py16 self.expect_expr("alignas", result_type="int", result_value="1")
17 self.expect_expr("alignof", result_type="int", result_value="1")
18 self.expect_expr("and", result_type="int", result_value="1")
19 self.expect_expr("and_eq", result_type="int", result_value="1")
23 self.expect_expr("bitand", result_type="int", result_value="1")
24 self.expect_expr("bitor", result_type="int", result_value="1")
25 self.expect_expr("catch", result_type="int", result_value="1")
29 self.expect_expr("class", result_type="int", result_value="1")
47 self.expect_expr("new", result_type="int", result_value="1")
49 self.expect_expr("not", result_type="int", result_value="1")
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/structured-binding/
H A DTestStructuredBinding.py14 self.expect_expr("a1", result_type="A",
17 self.expect_expr("b1", result_type="char", result_value="'a'")
18 self.expect_expr("c1", result_type="char", result_value="'b'")
19 self.expect_expr("d1", result_type="short", result_value="50")
20 self.expect_expr("e1", result_type="int", result_value="60")
21 self.expect_expr("f1", result_type="char", result_value="'c'")
23 self.expect_expr("a2", result_type="A",
26 self.expect_expr("b2", result_type="char", result_value="'a'")
29 self.expect_expr("e2", result_type="int", result_value="60")
32 self.expect_expr("a3", result_type="A",
[all …]
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.dist/rand.dist.uni/rand.dist.uni.real/
H A Deval.pass.cpp51 D::result_type var = 0; in main()
52 D::result_type skew = 0; in main()
69 D::result_type x_skew = 0; in main()
91 D::result_type var = 0; in main()
92 D::result_type skew = 0; in main()
131 D::result_type var = 0; in main()
132 D::result_type skew = 0; in main()
171 D::result_type var = 0; in main()
172 D::result_type skew = 0; in main()
211 D::result_type var = 0; in main()
[all …]
/llvm-project-15.0.7/libcxx/include/__random/
H A Dlinear_congruential_engine.h55 static result_type next(result_type __x)
73 static result_type next(result_type __x)
90 static result_type next(result_type __x)
101 static result_type next(result_type __x)
114 static result_type next(result_type __x)
116 const result_type __a = static_cast<result_type>(_Ap);
135 static result_type next(result_type __x)
154 static result_type next(result_type __x)
168 static result_type next(result_type __x)
183 static result_type next(result_type __x)
[all …]
H A Dgamma_distribution.h34 typedef _RealType result_type; typedef
38 result_type __alpha_;
39 result_type __beta_;
44 explicit param_type(result_type __alpha = 1, result_type __beta = 1)
69 explicit gamma_distribution(result_type __alpha, result_type __beta = 1)
104 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
125 result_type __x; in operator()
131 const result_type __c = 3 * __a - result_type(0.75); in operator()
198 typedef typename _Eng::result_type result_type; typedef
203 result_type __alpha;
[all …]
H A Dlognormal_distribution.h34 typedef _RealType result_type; typedef
43 explicit param_type(result_type __m = 0, result_type __s = 1)
81 explicit lognormal_distribution(result_type __m, result_type __s = 1)
117 result_type min() const {return 0;} in min()
119 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
168 typedef _RealType result_type;
172 result_type __m_;
173 result_type __s_;
178 explicit param_type(result_type __m = 0, result_type __s = 1)
203 explicit lognormal_distribution(result_type __m, result_type __s = 1)
[all …]
H A Dnormal_distribution.h43 explicit param_type(result_type __mean = 0, result_type __stddev = 1)
61 result_type _V_;
70 explicit normal_distribution(result_type __mean, result_type __stddev = 1)
103 result_type min() const {return -numeric_limits<result_type>::infinity();} in min()
105 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
136 result_type _Up; in operator()
145 result_type __u; in operator()
146 result_type __v; in operator()
147 result_type __s; in operator()
185 typedef typename _Eng::result_type result_type; typedef
[all …]
H A Dfisher_f_distribution.h36 result_type __m_;
37 result_type __n_;
42 explicit param_type(result_type __m = 1, result_type __n = 1)
67 explicit fisher_f_distribution(result_type __m, result_type __n = 1)
71 explicit fisher_f_distribution(result_type __m = 1, result_type __n = 1)
101 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
119 gamma_distribution<result_type> __gdm(__p.m() * result_type(.5)); in operator()
120 gamma_distribution<result_type> __gdn(__p.n() * result_type(.5)); in operator()
145 typedef typename _Eng::result_type result_type; typedef
150 result_type __m;
[all …]
H A Duniform_int_distribution.h44 result_type,
129 result_type _Sp = 0; in __eval()
169 result_type __a_;
170 result_type __b_;
175 result_type __b = numeric_limits<result_type>::max())
195 result_type __a, result_type __b = numeric_limits<result_type>::max())
199 result_type __a = 0,
200 result_type __b = numeric_limits<result_type>::max())
276 typedef typename _Eng::result_type result_type; typedef
281 result_type __a;
[all …]
H A Dweibull_distribution.h32 typedef _RealType result_type; typedef
36 result_type __a_;
37 result_type __b_;
42 explicit param_type(result_type __a = 1, result_type __b = 1)
67 explicit weibull_distribution(result_type __a, result_type __b = 1)
71 explicit weibull_distribution(result_type __a = 1, result_type __b = 1)
103 result_type min() const {return 0;} in min()
105 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
138 typedef typename _Eng::result_type result_type; typedef
143 result_type __a;
[all …]
H A Dcauchy_distribution.h33 typedef _RealType result_type; typedef
37 result_type __a_;
38 result_type __b_;
43 explicit param_type(result_type __a = 0, result_type __b = 1)
68 explicit cauchy_distribution(result_type __a, result_type __b = 1)
72 explicit cauchy_distribution(result_type __a = 0, result_type __b = 1)
100 result_type min() const {return -numeric_limits<result_type>::infinity();} in min()
102 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
147 typedef typename _Eng::result_type result_type; typedef
152 result_type __a;
[all …]
H A Dextreme_value_distribution.h33 typedef _RealType result_type; typedef
37 result_type __a_;
38 result_type __b_;
43 explicit param_type(result_type __a = 0, result_type __b = 1)
68 explicit extreme_value_distribution(result_type __a, result_type __b = 1)
85 result_type operator()(_URNG& __g) in operator()
101 result_type min() const {return -numeric_limits<result_type>::infinity();} in min()
103 result_type max() const {return numeric_limits<result_type>::infinity();} in max()
146 typedef typename _Eng::result_type result_type; typedef
151 result_type __a;
[all …]
H A Duniform_real_distribution.h33 typedef _RealType result_type; typedef
37 result_type __a_;
38 result_type __b_;
68 explicit uniform_real_distribution(result_type __a, result_type __b = 1)
72 explicit uniform_real_distribution(result_type __a = 0, result_type __b = 1)
83 result_type operator()(_URNG& __g) in operator()
99 result_type min() const {return a();} in min()
101 result_type max() const {return b();} in max()
145 typedef typename _Eng::result_type result_type; typedef
150 result_type __a;
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/expr_inside_lambda/
H A DTestExprInsideLambdas.py31 self.expect_expr("class_var", result_type="int", result_value="109")
36 self.expect_expr("shadowed", result_type="int", result_value="5")
40 self.expect_expr("local_var", result_type="int", result_value="137")
41 self.expect_expr("*class_ptr", result_type="int", result_value="137")
44 self.expect_expr("base_var", result_type="int", result_value="14")
48 self.expect_expr("global_var", result_type="int", result_value="-5")
52 result_type="int", result_value="-5148")
55 self.expect_expr("baz_virt()", result_type="int", result_value="2")
56 self.expect_expr("base_var", result_type="int", result_value="14")
119 self.expect_expr("local", result_type="int", result_value="5")
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class-template-type-parameter-pack/
H A DTestClassTemplateTypeParameterPack.py14 self.expect_expr("emptyTypePack", result_type="TypePack<>",
16 self.expect_expr("oneElemTypePack", result_type="TypePack<int>",
18 self.expect_expr("twoElemTypePack", result_type="TypePack<int, float>",
22 self.expect_expr("emptyAnonTypePack", result_type="AnonTypePack<>",
24 self.expect_expr("oneElemAnonTypePack", result_type="AnonTypePack<int>",
26 self.expect_expr("twoElemAnonTypePack", result_type="AnonTypePack<int, float>",
30 … self.expect_expr("emptyAnonTypePackAfterTypeParam", result_type="AnonTypePackAfterTypeParam<int>",
43 … self.expect_expr("emptyTypePackAfterAnonTypeParam", result_type="TypePackAfterAnonTypeParam<int>",
49 self.expect_expr("emptyTypePackAfterTypeParam", result_type="TypePackAfterTypeParam<int>",
51 …self.expect_expr("oneElemTypePackAfterTypeParam", result_type="TypePackAfterTypeParam<int, float>",
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class-template-non-type-parameter-pack/
H A DTestClassTemplateNonTypeParameterPack.py14 self.expect_expr("emptyNonTypePack", result_type="NonTypePack<>",
16 self.expect_expr("oneElemNonTypePack", result_type="NonTypePack<1>",
18 self.expect_expr("twoElemNonTypePack", result_type="NonTypePack<1, 2>",
22 self.expect_expr("emptyAnonNonTypePack", result_type="AnonNonTypePack<>",
24 self.expect_expr("oneElemAnonNonTypePack", result_type="AnonNonTypePack<1>",
26 self.expect_expr("twoElemAnonNonTypePack", result_type="AnonNonTypePack<1, 2>",
30 …self.expect_expr("emptyAnonNonTypePackAfterTypeParam", result_type="AnonNonTypePackAfterTypeParam<…
43 …self.expect_expr("emptyNonTypePackAfterAnonTypeParam", result_type="NonTypePackAfterAnonTypeParam<…
49 … self.expect_expr("emptyNonTypePackAfterTypeParam", result_type="NonTypePackAfterTypeParam<int>",
51 …self.expect_expr("oneElemNonTypePackAfterTypeParam", result_type="NonTypePackAfterTypeParam<int, 1…
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/vector/
H A DTestVectorFromStdModule.py35 result_type=vector_type,
41 self.expect_expr("a.size()", result_type=size_type, result_value="3")
48 self.expect_expr("a[1]", result_type=value_type, result_value="1")
49 self.expect_expr("a.back()", result_type=value_type, result_value="2")
53 self.expect_expr("a[1]", result_type=value_type, result_value="2")
58 self.expect_expr("a[1]", result_type=value_type, result_value="2")
62 result_type=iterator,
65 result_type=riterator,
68 self.expect_expr("*a.begin()", result_type="int", result_value="3")
69 self.expect_expr("*a.rbegin()", result_type="int", result_value="1")
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/multiple-inheritance/
H A DTestCppMultipleInheritance.py13 self.expect_expr("C.Base1::m_base", result_type="int", result_value="11")
14 self.expect_expr("C.Base2::m_base", result_type="int", result_value="12")
15 self.expect_expr("C.m1", result_type="int", result_value="22")
16 self.expect_expr("C.m2", result_type="int", result_value="33")
17 self.expect_expr("C.m_final", result_type="int", result_value="44")
22 self.expect_expr("C.virt1()", result_type="int", result_value="3")
23 self.expect_expr("C.virt2()", result_type="int", result_value="5")
24 self.expect_expr("C.final_virt()", result_type="int", result_value="7")
30 self.expect_expr("C.func1()", result_type="int", result_value="4")
31 self.expect_expr("C.func2()", result_type="int", result_value="6")
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/array/
H A DTestArrayFromStdModule.py33 result_type=array_type,
41 self.expect_expr("a.size()", result_type=size_type, result_value="3")
43 self.expect_expr("a[1]", result_type=value_type, result_value="1")
44 self.expect_expr("a.back()", result_type=value_type, result_value="2")
47 self.expect_expr("a.begin()", result_type=iterator)
48 self.expect_expr("a.rbegin()", result_type=riterator)
51 self.expect_expr("*a.rbegin()", result_type="int", result_value="2")
53 self.expect_expr("a.at(0)", result_type=value_type, result_value="3")
67 result_type=array_type,
77 self.expect_expr("b.begin()", result_type=iterator)
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/template-function/
H A DTestTemplateFunctions.py18 self.expect_expr("(int) foo(42)", result_type="int", result_value="42")
22 self.expect_expr("foo(42)", result_type="int", result_value="42")
25 self.expect_expr("h(10)", result_type="int", result_value="10")
28 self.expect_expr("f(A::C{})", result_type="int", result_value="4")
31 self.expect_expr("g(A::C{})", result_type="int", result_value="4")
34 self.expect_expr("var(1)", result_type="int", result_value="10")
35 self.expect_expr("var(1, 2)", result_type="int", result_value="10")
38 self.expect_expr("b1 > b2", result_type="bool", result_value="true")
39 self.expect_expr("b1 >> b2", result_type="bool", result_value="true")
40 self.expect_expr("b1 << b2", result_type="bool", result_value="true")
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Drandom205 typedef typename Engine::result_type result_type;
312 typedef typename Engine::result_type result_type;
933 explicit param_type(result_type alpha = 1, result_type beta = 1);
993 explicit param_type(result_type alpha = 1, result_type beta = 1);
1053 explicit param_type(result_type a = 0, result_type b = 1);
1113 explicit param_type(result_type mean = 0, result_type stddev = 1);
1173 explicit param_type(result_type m = 0, result_type s = 1);
1291 explicit param_type(result_type a = 0, result_type b = 1);
1351 explicit param_type(result_type m = 1, result_type n = 1);
1542 param_type(size_t nw, result_type xmin, result_type xmax,
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/queue/
H A DTestQueueFromStdModule.py30 result_type=queue_type,
35 result_type=size_type,
40 result_type="int",
43 result_type="int",
46 result_type="bool",
51 result_type="int",
60 result_type=queue_type,
71 result_type="int",
74 result_type="int",
77 result_type="bool",
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/persistent_variables/
H A DTestPersistentVariables.py20 self.expect_expr("$i + 1", result_type="int", result_value="6")
21 self.expect_expr("$i + 3", result_type="int", result_value="8")
22 self.expect_expr("$1 + $2", result_type="int", result_value="14")
23 self.expect_expr("$3", result_type="int", result_value="14")
24 self.expect_expr("$2", result_type="int", result_value="8")
25 self.expect_expr("(int)-2", result_type="int", result_value="-2")
26 self.expect_expr("$4", result_type="int", result_value="-2")
34 self.expect_expr("$2", result_type="int", result_value="8")
47 self.expect_expr("$i", result_type="int", result_value="5")
53 self.expect_expr("$i", result_type="int", result_value="5")
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/
H A DTestDbgInfoContentVectorFromStdModule.py37 result_type=vector_type,
44 self.expect_expr("a.size()", result_type=size_type, result_value="3")
45 self.expect_expr("a.front().a", result_type="int", result_value="3")
46 self.expect_expr("a[1].a", result_type="int", result_value="1")
47 self.expect_expr("a.back().a", result_type="int", result_value="2")
50 self.expect_expr("a.front().a", result_type="int", result_value="2")
56 self.expect_expr("a.back().a", result_type="int", result_value="1")
59 self.expect_expr("a.at(0).a", result_type="int", result_value="2")
62 self.expect_expr("a.back().a", result_type="int", result_value="4")
66 result_type=iterator,
[all …]

12345678910>>...15