Home
last modified time | relevance | path

Searched full:values (Results 1 – 25 of 5537) sorted by relevance

12345678910>>...222

/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py196 values = {}
197 values["fctrl"] = "0x037f"
198 values["fstat"] = "0x0000"
199 values["ftag"] = "0x00ff"
200 values["fop"] = "0x0000"
201 values["fiseg"] = "0x00000000"
202 values["fioff"] = "0x0040011e"
203 values["foseg"] = "0x00000000"
204 values["fooff"] = "0x00000000"
205 values["mxcs
[all...]
/llvm-project/llvm/test/tools/llvm-cov/Inputs/
H A Dmcdc-const-folding.proftext6 # Counter Values:
12 # Bitmap Byte Values:
21 # Counter Values:
27 # Bitmap Byte Values:
36 # Counter Values:
42 # Bitmap Byte Values:
51 # Counter Values:
57 # Bitmap Byte Values:
66 # Counter Values:
72 # Bitmap Byte Values:
[all …]
/llvm-project/clang/test/Sema/
H A Dvector-ops.c13 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()
16 … (vector of 2 'unsigned int' values) from '__attribute__((__vector_size__(2 * sizeof(int)))) int' … in test1()
20 …]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsigned int' values}} in test1()
32 …-error {{logical expression with vector types 'v2u' (vector of 2 'unsigned int' values) and 'v2u'}} in testLogicalVecVec()
33 …-error {{logical expression with vector types 'v2u' (vector of 2 'unsigned int' values) and 'v2u'}} in testLogicalVecVec()
35 …ession with vector types 'v2s' (vector of 2 'int' values) and 'v2u' (vector of 2 'unsigned int' va… in testLogicalVecVec()
36 …ession with vector types 'v2s' (vector of 2 'int' values) and 'v2u' (vector of 2 'unsigned int' va… in testLogicalVecVec()
38 …n with vector types 'v2u' (vector of 2 'unsigned int' values) and 'v2f' (vector of 2 'float' value… in testLogicalVecVec()
39 …n with vector types 'v2u' (vector of 2 'unsigned int' values) and 'v2f' (vector of 2 'float' value… in testLogicalVecVec()
41 …expression with vector types 'v2s' (vector of 2 'int' values) and 'v2f' (vector of 2 'float' value… in testLogicalVecVec()
[all …]
H A Dvector-assign.c15 …ector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' v… in test1()
16 …v1 = v3; // expected-error {{assigning to 'v2s' (vector of 2 'int' values) from incompatible type … in test1()
17 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' value… in test1()
18 …e vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
20 … types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2s' (vector of 2 'int' values in test1()
21 …v2 = v3; // expected-error {{assigning to 'v2u' (vector of 2 'unsigned int' values) from incompati… in test1()
22 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' value… in test1()
23 …types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' valu… in test1()
25 …igning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2s' (vector of 2 'int' values)}} in test1()
26 … 'v1s' (vector of 1 'int' value) from incompatible type 'v2u' (vector of 2 'unsigned int' values)}} in test1()
[all …]
H A Dvector-gcc-compat.c107 … expected-error {{invalid argument type 'v2i64' (vector of 2 'long long' values) to unary expressi… in logicTest()
110 … v2i64_c; // expected-error {{used type 'v2i64' (vector of 2 'long long' values) where arithmetic … in logicTest()
124 …r {{logical expression with vector type 'v2i64' (vector of 2 'long long' values) and non-vector ty… in logicTest()
125 …r {{logical expression with vector type 'v2i64' (vector of 2 'long long' values) and non-vector ty… in logicTest()
127 … {{logical expression with vector types 'v2i64' (vector of 2 'long long' values) and 'v2i64' is on… in logicTest()
128 … {{logical expression with vector types 'v2i64' (vector of 2 'long long' values) and 'v2i64' is on… in logicTest()
150 …t between scalar type 'int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestConstant()
185 … scalar type 'unsigned int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
186 …r type 'unsigned long long' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
191 … type 'unsigned long long' and vector type 'v4f64' (vector of 4 'double' values) as implicit conve… in floatTestUnsignedType()
[all …]
H A Dext_vector_casts.c27 vec3 += vec2; // expected-error {{cannot convert between vector values of different size}} in test()
28 vec4 += vec3; // expected-error {{cannot convert between vector values of different size}} in test()
39 i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and integer type 'int' of different size}} in test()
40 i = ivec4; // expected-error {{assigning to 'int' from incompatible type 'int4' (vector of 4 'int' values)}} in test()
42 ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and scalar type 'int *'}} in test()
44 vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' (vector of 4 'float' values) and 'float2' (vector of 2 'float' values)}} in test()
49 vec4 %= 4; // expected-error {{invalid operands to binary expression ('float4' (vector of 4 'float' values) and 'int')}} in test()
51 ivec4 += vec4; // expected-error {{cannot convert between vector values of different size ('int4' (vector of 4 'int' values) an in test()
[all...]
H A Dvector-gcc-compat.cpp125 …t between scalar type 'int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestConstant()
160 … scalar type 'unsigned int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
161 …r type 'unsigned long long' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestUnsignedType()
166 … type 'unsigned long long' and vector type 'v4f64' (vector of 4 'double' values) as implicit conve… in floatTestUnsignedType()
175 …t between scalar type 'int' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestSignedType()
176 …een scalar type 'long long' and vector type 'v4f32' (vector of 4 'float' values) as implicit conve… in floatTestSignedType()
181 …en scalar type 'long long' and vector type 'v4f64' (vector of 4 'double' values) as implicit conve… in floatTestSignedType()
195 … {{implicit conversion loses integer precision: 'long long' to 'v2i32' (vector of 2 'int' values)}} in intTestType()
200 …een scalar type 'long long' and vector type 'v2i16' (vector of 2 'short' values) as implicit conve… in intTestType()
201 …ning {{implicit conversion loses integer precision: 'int' to 'v2i16' (vector of 2 'short' values)}} in intTestType()
[all …]
/llvm-project/llvm/utils/gn/secondary/llvm/include/llvm/Config/
H A DBUILD.gn61 values = []
64 values += [ "LLVM_ENABLE_ABI_BREAKING_CHECKS=1" ]
66 values += [ "LLVM_ENABLE_ABI_BREAKING_CHECKS=" ]
70 values += [ "LLVM_ENABLE_REVERSE_ITERATION=1" ]
72 values += [ "LLVM_ENABLE_REVERSE_ITERATION=" ]
81 values = [
138 values += [
144 values += [
152 values += [
163 values
[all...]
/llvm-project/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py52 # values A dict whose keys are C++ versions and whose values are the
84 "values": {"c++23": 202106},
89 "values": {"c++17": 201603},
94 "values": {
102 "values": {"c++17": 201411},
119 "values": {"c++17": 201606},
124 "values": {"c++17": 201603},
129 "values": {"c++17": 201603, "c++20": 201811},
134 "values"
[all...]
/llvm-project/clang/test/Profile/Inputs/
H A Dcxx-hash-v2.proftext6 # Counter Values:
15 # Counter Values:
24 # Counter Values:
33 # Counter Values:
42 # Counter Values:
52 # Counter Values:
64 # Counter Values:
76 # Counter Values:
85 # Counter Values:
95 # Counter Values:
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dvector-casts.cpp30 …(void)(E)v2si; // expected-error {{C-style cast from '__v2si' (vector of 2 'int' values) to 'E' is… in f()
31 …(void)(__v2si)e; // expected-error {{C-style cast from 'E' to '__v2si' (vector of 2 'int' values)}} in f()
32 …); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'E' is not all… in f()
33 …<__v2si>(e); // expected-error {{reinterpret_cast from 'E' to '__v2si' (vector of 2 'int' values)}} in f()
35 …); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'S' is not all… in f()
36 …d-error {{no matching conversion for C-style cast from '__v2si' (vector of 2 'int' values) to 'S'}} in f()
37 … expected-error {{reinterpret_cast from 'S' to '__v2si' (vector of 2 'int' values) is not allowed}} in f()
38 …(void)(__v2si)s; // expected-error {{cannot convert 'S' to '__v2si' (vector of 2 'int' values) wit… in f()
40 …xpected-error {{reinterpret_cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsign… in f()
41 …// expected-error {{C-style cast from vector '__v2si' (vector of 2 'int' values) to scalar 'unsign… in f()
[all …]
H A Dext-vector-type-conditional.cpp50 (void)(four_ints ? two_ll : two_ll); // expected-error {{vector condition type 'FourInts' (vector of 4 'int' values) and result type 'TwoLongLong' (vector of 2 'long long' values) do not have the same number of elements}} in Operands()
51 (void)(four_ints ? four_ll : four_ll); // expected-error {{vector condition type 'FourInts' (vector of 4 'int' values) and result type 'FourLongLong' (vector of 4 'long long' values) do not have elements of the same size}} in Operands()
52 (void)(four_ints ? two_doubles : two_doubles); // expected-error {{vector condition type 'FourInts' (vector of 4 'int' values) and result type 'TwoDoubles' (vector of 2 'double' values) do not have the same number of elements}} in Operands()
53 (void)(four_ints ? four_doubles : four_doubles); // expected-error {{vector condition type 'FourInts' (vector of 4 'int' values) and result type 'FourDoubles' (vector of 4 'double' values) do not have elements of the same size}} in Operands()
54 (void)(four_ints ?: two_ints); // expected-error {{vector operands to the vector conditional must be the same type ('FourInts' (vector of 4 'int' values) and 'TwoInts' (vector of 2 'int' values)}} in Operands()
[all...]
/llvm-project/clang/test/Parser/
H A Dlax-conv.cpp24 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test1()
27 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test2()
37 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test5()
57 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test1a()
60 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test2a()
70 …ned char' (vector of 16 'unsigned char' values)' and ''__vector unsigned int' (vector of 4 'unsign… in test5a()
83 …vector short' (vector of 8 'short' values)' and ''__vector __bool unsigned short' (vector of 8 'un… in test_bool_compat()
84 …ort' (vector of 8 'unsigned short' values)' and ''__vector __bool unsigned short' (vector of 8 'un… in test_bool_compat()
86 … (''__vector int' (vector of 4 'int' values)' and ''__vector __bool unsigned int' (vector of 4 'un… in test_bool_compat()
87 …ned int' (vector of 4 'unsigned int' values)' and ''__vector __bool unsigned int' (vector of 4 'un… in test_bool_compat()
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc51-cpp.cpp74 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
76 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
78 …h a disallowed source of seed value will generate a predictable sequence of values [cert-msc51-cpp] in f()
82 …ator seeded with a default argument will generate a predictable sequence of values [cert-msc51-cpp] in f()
84 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
86 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
88 …h a disallowed source of seed value will generate a predictable sequence of values [cert-msc51-cpp] in f()
90 …ator seeded with a default argument will generate a predictable sequence of values [cert-msc51-cpp] in f()
92 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
94 …erator seeded with a constant value will generate a predictable sequence of values [cert-msc51-cpp] in f()
[all …]
/llvm-project/clang/test/Analysis/
H A Denum-cast-out-of-range.cpp46 … value '-5' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
49 … value '-2' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
50 … value '-1' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
51 …e value '0' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
54 …e value '3' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
56 …e value '5' provided to the cast expression is not in the valid range of values for 'unscoped_unsp… in unscopedUnspecified()
60 … value '-5' provided to the cast expression is not in the valid range of values for 'unscoped_spec… in unscopedSpecified()
63 … value '-2' provided to the cast expression is not in the valid range of values for 'unscoped_spec… in unscopedSpecified()
64 … value '-1' provided to the cast expression is not in the valid range of values for 'unscoped_spec… in unscopedSpecified()
65 …e value '0' provided to the cast expression is not in the valid range of values for 'unscoped_spec… in unscopedSpecified()
[all …]
H A Dctor.mm323 int values[3];
329 clang_analyzer_eval(a.values[0] == 1); // expected-warning{{TRUE}}
330 clang_analyzer_eval(a.values[1] == 2); // expected-warning{{TRUE}}
331 clang_analyzer_eval(a.values[2] == 3); // expected-warning{{TRUE}}
335 clang_analyzer_eval(b.values[0] == 1); // expected-warning{{TRUE}}
336 clang_analyzer_eval(b.values[1] == 2); // expected-warning{{TRUE}}
337 clang_analyzer_eval(b.values[2] == 3); // expected-warning{{TRUE}}
342 clang_analyzer_eval(c.values[0] == 1); // expected-warning{{TRUE}}
343 clang_analyzer_eval(c.values[1] == 2); // expected-warning{{TRUE}}
344 clang_analyzer_eval(c.values[
[all...]
/llvm-project/llvm/test/Analysis/PhiValues/
H A Dbasic.ll1 ; RUN: opt < %s -passes='print<phi-values>' -disable-output 2>&1 | FileCheck %s
5 ; CHECK-LABEL: PHI Values for function: simple
17 ; CHECK: PHI %phi1 has values:
21 ; CHECK: PHI %phi2 has values:
28 ; CHECK-LABEL: PHI Values for function: chain
40 ; CHECK: PHI %phi1 has values:
53 ; CHECK: PHI %phi2 has values:
61 ; CHECK-LABEL: PHI Values for function: no_values
67 ; CHECK: PHI %phi has values:
73 ; CHECK-LABEL: PHI Values fo
[all...]
/llvm-project/clang/test/SemaOpenCL/
H A Dprintf-format-strings.cl34 …ttribute__((ext_vector_type(4)))' but the argument has type 'float4' (vector of 4 'float' values)}}
35 …_attribute__((ext_vector_type(4)))' but the argument has type 'half4' (vector of 4 'half' values)}}
38 …ttribute__((ext_vector_type(4)))' but the argument has type 'float4' (vector of 4 'float' values)}}
39 …_attribute__((ext_vector_type(4)))' but the argument has type 'half4' (vector of 4 'half' values)}}
42 …ttribute__((ext_vector_type(4)))' but the argument has type 'float4' (vector of 4 'float' values)}}
43 …_attribute__((ext_vector_type(4)))' but the argument has type 'half4' (vector of 4 'half' values)}}
46 …ttribute__((ext_vector_type(4)))' but the argument has type 'float4' (vector of 4 'float' values)}}
47 …_attribute__((ext_vector_type(4)))' but the argument has type 'half4' (vector of 4 'half' values)}}
50 …ttribute__((ext_vector_type(4)))' but the argument has type 'float4' (vector of 4 'float' values)}}
51 …_attribute__((ext_vector_type(4)))' but the argument has type 'half4' (vector of 4 'half' values)}}
[all …]
/llvm-project/llvm/test/Transforms/PGOProfile/Inputs/
H A Dcspgo.proftext8 # Counter Values:
17 # Counter Values:
26 # Counter Values:
34 # Counter Values:
42 # Counter Values:
51 # Counter Values:
60 # Counter Values:
77 # Counter Values:
86 # Counter Values:
98 # Counter Values:
[all …]
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp134 template<int ...Values>
138 Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}} in test_unexpanded_in_exprs()
144 (Values); // expected-error{{expression contains unexpanded parameter pack 'Values'}} in test_unexpanded_in_exprs()
146 -Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}} in test_unexpanded_in_exprs()
151 …__builtin_offsetof(OffsetMe, array[Values]); // expected-error{{expression contains unexpanded par… in test_unexpanded_in_exprs()
250 void test_unexpanded_exprs(Types ...values) { in test_unexpanded_exprs() argument
252 (void)(values + 0); // expected-error{{expression contains unexpanded parameter pack 'values'}} in test_unexpanded_exprs()
253 (void)(0 + values); // expected-error{{expression contains unexpanded parameter pack 'values'}} in test_unexpanded_exprs()
256 values.f(); // expected-error{{expression contains unexpanded parameter pack 'values'}} in test_unexpanded_exprs()
258 x.f(values); // expected-error{{expression contains unexpanded parameter pack 'values'}} in test_unexpanded_exprs()
[all …]
H A Dexample-tuple.cpp54 template<typename... Values> class tuple;
123 template<typename... Values>
124 tuple<typename make_tuple_result<Values>::type...>
125 make_tuple(const Values&... values) { in make_tuple() argument
126 return tuple<typename make_tuple_result<Values>::type...>(values...); in make_tuple()
129 template<typename... Values>
130 tuple<Values&...> tie(Values&... values) { in tie() argument
131 return tuple<Values&...>(values...); in tie()
146 template<typename... Values> struct tuple_size<tuple<Values...> > {
147 static const int value = sizeof...(Values);
[all …]
/llvm-project/flang/test/Semantics/
H A Detime.f904 subroutine bad_kind_error(values, time) argument
5 REAL(KIND=8), DIMENSION(2) :: values local
7 !ERROR: Actual argument for 'values=' has bad type or kind 'REAL(8)'
8 call etime(values, time)
11 subroutine bad_args_error(values) argument
12 REAL(KIND=4), DIMENSION(2) :: values local
14 call etime(values)
17 subroutine bad_apply_form(values) argument
18 REAL(KIND=4), DIMENSION(2) :: values local
21 call etime(values, time)
[all …]
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml412 Values:
424 Values:
434 Values:
439 Values:
447 Values:
452 Values:
459 Values:
468 Values:
474 Values:
477 Values:
[all …]
/llvm-project/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml350 Values:
359 Values:
372 Values:
382 Values:
392 Values:
402 Values:
413 Values:
422 Values:
428 Values:
434 Values:
[all …]
/llvm-project/polly/include/polly/CodeGen/
H A DRuntimeDebugBuilder.h26 /// Insert function calls that print certain LLVM values at run time.
28 /// This class inserts libc function calls to print certain LLVM values at
50 /// Print a set of LLVM-IR Values or StringRefs via printf
56 /// to provide of id values.
59 /// @param Args The list of values to print.
67 /// Handle Values.
70 std::vector<llvm::Value *> &Values, in createPrinter()
72 Values.push_back(Value); in createPrinter()
73 createPrinter(Builder, Values, args...); in createPrinter()
79 std::vector<llvm::Value *> &Values, in createPrinter()
[all...]

12345678910>>...222