Home
last modified time | relevance | path

Searched full:required (Results 1 – 25 of 3242) sorted by relevance

12345678910>>...130

/llvm-project/clang/test/Sema/
H A Daarch64-sve-vector-shift-ops.c20 … f16); // expected-error{{used type 'svfloat16_t' (aka '__SVFloat16_t') where integer is required}} in lshift()
21 … f32); // expected-error{{used type 'svfloat32_t' (aka '__SVFloat32_t') where integer is required}} in lshift()
22 … f64); // expected-error{{used type 'svfloat64_t' (aka '__SVFloat64_t') where integer is required}} in lshift()
23 (void)(i8 << 0.f); // expected-error{{used type 'float' where integer is required}} in lshift()
24 (void)(i8 << 0.); // expected-error{{used type 'double' where integer is required}} in lshift()
33 … f16); // expected-error{{used type 'svfloat16_t' (aka '__SVFloat16_t') where integer is required}} in lshift()
34 … f32); // expected-error{{used type 'svfloat32_t' (aka '__SVFloat32_t') where integer is required}} in lshift()
35 … f64); // expected-error{{used type 'svfloat64_t' (aka '__SVFloat64_t') where integer is required}} in lshift()
36 (void)(u8 << 0.f); // expected-error{{used type 'float' where integer is required}} in lshift()
37 (void)(u8 << 0.); // expected-error{{used type 'double' where integer is required}} in lshift()
[all …]
/llvm-project/lld/test/wasm/
H A Dtarget-feature-required.yaml
H A Dtarget-feature-used.yaml
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto18 required int32 varnum = 1;
22 required VarRef varref = 1;
26 required int32 val = 1;
46 required Op op = 1;
47 required Rvalue left = 2;
48 required Rvalue right = 3;
60 required Lvalue lvalue = 1;
61 required Rvalue rvalue = 2;
66 required Rvalue cond = 1;
67 required StatementSeq if_body = 2;
[all …]
H A Dcxx_loop_proto.proto22 required int32 val = 1;
32 required Arr arr = 1;
50 required Op op = 1;
51 required Rvalue left = 2;
52 required Rvalue right = 3;
64 required VarRef varref = 1;
65 required Rvalue rvalue = 2;
69 required AssignmentStatement assignment = 1;
78 required StatementSeq outer_statements = 2;
/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp25 // the required set, we no longer consider them for elimination. For strictly
28 // this by allowing the required set to be minimized as well, but need more test
117 const changeset_ty &Required) { in UpdatedSearchState()
118 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() argument
142 /// \p Required changes from the cache, executing the test if necessary.
146 /// \param Required - The set of changes which have previously been
147 /// established to be required.
149 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
156 const changeset_ty &Required;
162 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
157 const changeset_ty &Required; global() member in __anon5dbb262c0111::DeltaActiveSetHelper
172 DeltaActiveSetHelper(DAGDeltaAlgorithmImpl & DDAI,const changeset_ty & Required) DeltaActiveSetHelper() argument
284 GetTestResult(const changeset_ty & Changes,const changeset_ty & Required) GetTestResult() argument
306 changeset_ty Required; Run() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA9.td15 // required until SD and PostRA schedulers are replaced by MachineScheduler.
459 InstrStage<1, [A9_DRegsVFP], 0, Required>,
467 InstrStage<1, [A9_DRegsVFP], 0, Required>,
476 InstrStage<1, [A9_DRegsVFP], 0, Required>,
486 InstrStage<1, [A9_DRegsVFP], 0, Required>,
495 InstrStage<1, [A9_DRegsVFP], 0, Required>,
504 InstrStage<1, [A9_DRegsVFP], 0, Required>,
512 InstrStage<1, [A9_DRegsVFP], 0, Required>,
521 InstrStage<1, [A9_DRegsVFP], 0, Required>,
529 InstrStage<1, [A9_DRegsVFP], 0, Required>,
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dvirtual-base-used.cpp10 // expectations about when functions are first required for that case.
50 // expected-note@-3 {{implicit default constructor for 'B' first required here}}
51 // expected-note@-4 {{implicit destructor for 'B' first required here}}
68 // expected-note@-2 2{{implicit default constructor for 'D' first required here}}
75 // expected-note@-2 {{implicit destructor for 'B' first required here}} in foo()
101 // expected-note@-2 {{implicit destructor for 'E' first required here}}
103 // expected-note@-4 {{implicit default constructor for 'E' first required here}}
117 // expected-note@-3 {{implicit default constructor for 'F' first required here}}
118 // expected-note@-4 {{implicit destructor for 'F' first required here}}
134 // expected-note@-2 2{{implicit default constructor for 'G' first required here}}
[all …]
H A Dattr-musttail.cpp19 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestParamArityMismatch()
25 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestParamTypeMismatch()
31 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestReturnTypeMismatch()
40 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestNonMemberToMember()
47 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestMemberToNonMember()
86 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestUsesPointerToMember()
110 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in BadTemplateFunc()
135 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestIntParamMismatch()
139 [[clang::musttail]] // expected-note {{tail call required by 'musttail' attribute here}} in TestIntParamMismatch2()
149 [[clang::musttail]] // expected-note {{tail call required b in FromFunction()
[all...]
H A Dattr-require-constant-initialization.cpp84 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}} in test_basic_start_static_2_1()
97 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}}
104 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}}
117 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}}
131 …ATTR static thread_local const int &tl_temp_init; // expected-note {{required by 'require_constant…
154 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}} in test_basic_start_static_2_2()
158 … // expected-note@-1 {{required by 'require_constant_initialization' attribute here}} in test_basic_start_static_2_2()
169 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}} in test_basic_start_static_2_2()
172 // expected-note@-1 {{required by 'require_constant_initialization' attribute here}} in test_basic_start_static_2_2()
181 // expected-note@-2 {{required by 'require_constant_initialization' attribute here}}
[all …]
/llvm-project/lldb/source/Commands/
H A DOptionsBase.td16 // Field: required
17 // Default value: false (Not required)
19 // - `Required`: Marks the option as required.
20 // Example: def foo : Option<"foo", "f">, Required;
42 // - `Arg`: Sets the argument type and marks it as required.
43 // - `EnumArg`: Sets the argument type to an enum and marks it as required.
59 // Marks the option as required (see option_has_arg).
85 // - `Arg`: Sets the argument type and marks it as required.
88 // required (see option_has_arg).
92 // Marks the option as required (see option_has_arg).
[all …]
/llvm-project/.github/workflows/
H A Dllvm-project-tests.yml10 required: false
12 required: false
14 required: false
16 required: false
19 required: false
25 required: false
30 required: true
34 required: false
38 required: false
50 required
[all...]
/llvm-project/mlir/test/mlir-tblgen/
H A Dopenmp-ops.td95 Required clause description.
121 Required clause two description.
162 // DOC: Required clause description.
191 let summary = "operation with required clause";
193 Description of operation with required clause.
202 // DOC: _Operation with required clause_
208 // DOC: Description of operation with required clause.
209 // DOC: Required clause description.
214 let summary = "operation with required and optional clauses";
216 Description of operation with required an
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-function-naming.m15 // must be in Pascal case as required by Google Objective-C style guide
20 // must be in Pascal case as required by Google Objective-C style guide
25 // must be in Pascal case as required by Google Objective-C style guide
30 // must be in Pascal case as required by Google Objective-C style guide
38 // required by Google Objective-C style guide
42 // in Pascal case as required by Google Objective-C style guide
58 // required by Google Objective-C style guide
64 // 'IsPrime' must have an appropriate prefix followed by Pascal case as required
/llvm-project/clang/test/SemaTemplate/
H A Dundefined-template.cpp38 …ar_1; // expected-warning{{instantiation of variable 'C1<int>::s_var_1' required here, but no defi… in func_02()
43 …r_2; // expected-warning{{instantiation of variable 'C1<char>::s_var_2' required here, but no defi… in func_03()
48 …C1<int>::s_func_1(); // expected-warning{{instantiation of function 'C1<int>::s_func_1' required h… in func_04()
57 …(); // expected-warning{{instantiation of function 'C1<char>::s_func_2' required here, but no defi… in func_06()
62 …x->meth_1(); // expected-warning{{instantiation of function 'C1<int>::meth_1' required here, but … in func_07()
71 …x->meth_1(); // expected-warning{{instantiation of function 'C1<char>::meth_1' required here, but… in func_09()
80 …/ expected-warning{{instantiation of variable 'C1<int>::s_tvar_2<long>' required here, but no defi… in func_11()
89 … expected-warning{{instantiation of function 'C1<int>::s_tfunc_2<long>' required here, but no defi… in func_13()
98 …pected-warning {{instantiation of variable 'C1<int>::C2<char>::s_var_2' required here, but no defi… in func_15()
107 …pected-warning{{instantiation of function 'C1<int>::C2<char>::s_func_2' required here, but no defi… in func_17()
[all …]
/llvm-project/clang/test/Parser/
H A Dcxx-concepts-requires-clause.cpp91 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
98 // expected-note@-2{{parentheses are required around this expression in a requires clause}}
105 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
109 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
113 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
126 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
134 // expected-note@-2{{parentheses are required around this expression in a requires clause}}
138 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
142 // expected-error@-1{{parentheses are required around this expression in a requires clause}}
146 // expected-error@-1{{parentheses are required aroun
[all...]
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp16 int &use_X0_int(X0<int> x0i, // expected-note{{implicit instantiation first required here}} in use_X0_int()
18 x0i.f(); // expected-note{{implicit instantiation first required here}} in use_X0_int()
19 x0i.g(i); // expected-note{{implicit instantiation first required here}} in use_X0_int()
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int()
21 return X0<int>::member; // expected-note{{implicit instantiation first required here}} in use_X0_int()
50 sort(v); // expected-note{{required}} in f()
/llvm-project/clang/test/Preprocessor/
H A Dmacro_with_initializer_list.cpp35 // expected-note@-2 {{parentheses are required}} in test_EQ()
38 // expected-note@-2 {{parentheses are required}} in test_EQ()
41 // expected-note@-2 {{parentheses are required}} in test_EQ()
45 // expected-note@-2 {{parentheses are required}} in test_EQ()
48 // expected-note@-2 {{parentheses are required}} in test_EQ()
51 // expected-note@-2 {{parentheses are required}} in test_EQ()
91 // expected-note@-2 {{parentheses are required}} in test_NE()
95 // expected-note@-2 {{parentheses are required}} in test_NE()
99 // expected-note@-2 {{parentheses are required}} in test_NE()
104 // expected-note@-2 {{parentheses are required}} in test_NE()
[all …]
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dframe_index_scavenging.mir36 # P8: FALSE - Scavenging is not required.
40 # P9: FALSE - Scavenging is not required.
44 # P9-REGSPILL: FALSE - Scavenging is not required.
48 # P10: FALSE - Scavenging is not required.
68 # P8: FALSE - Scavenging is not required.
72 # P9: FALSE - Scavenging is not required.
76 # P9-REGSPILL: FALSE - Scavenging is not required.
80 # P10: FALSE - Scavenging is not required.
/llvm-project/clang/docs/
H A DItaniumMangleAbiTags.rst56 "required tags" which are not in the "available tags" set:
60 derived-tags := (required-tags - available-tags)
63 Required tags for a function
67 another function as local scope, it doesn't have any required tags.
70 have any required tags.
87 Required tags for a variable
107 required from the return type `std::string` but not available.
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacro-required-argument-err.s18 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:40: warning: pointless default value for required parameter 'par…
24 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:17: error: missing value for required parameter 'parameter' in m…
31 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:24: error: missing value for required parameter 'second' in macr…
38 # CHECK-NEXT:{{.*}}.s:[[#@LINE+8]]:24: error: missing value for required parameter 'second' in macr…
41 # CHECK-NEXT:{{.*}}.s:[[#@LINE+5]]:24: error: missing value for required parameter 'third' in macro…
48 # CHECK-NEXT:{{.*}}.s:[[#@LINE+3]]:38: error: missing value for required parameter 'second' in macr…
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dreserved-reg-errors.ll15 ; a reserved register is required by the default ABI. The final test checks no
19 ; X1: in function caller {{.*}} Return address register required, but has been reserved.
20 ; X2: in function caller {{.*}} Stack pointer required, but has been reserved.
21 ; X8: in function caller {{.*}} Frame pointer required, but has been reserved.
22 ; X10: in function caller {{.*}} Argument register required, but has been reserved.
23 ; X10: in function caller {{.*}} Return value register required, but has been reserved.
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFile.cpp16 OptionGroupFile::OptionGroupFile(uint32_t usage_mask, bool required, in OptionGroupFile() argument
22 m_option_definition.required = required; in OptionGroupFile()
46 uint32_t usage_mask, bool required, const char *long_option, in OptionGroupFileList() argument
51 m_option_definition.required = required; in OptionGroupFileList()
/llvm-project/llvm/include/llvm/Support/
H A DOptimizedStructLayout.h61 /// The required size of this field in bytes. Does not have to be
72 /// The required alignment of this field.
90 /// best-effort attempt to minimize the amount of space required.
102 /// - The size of a field is not required to be a multiple of, or even
103 /// greater than, the field's required alignment. The only constraint
113 /// - every field's size is a multiple of its required alignment and
123 /// releases. Do not use this anywhere where ABI stability is required.
135 /// The return value is the total size of the struct and its required
137 /// of the required alignment; clients which require this can do so easily.
/llvm-project/lldb/examples/python/
H A Ddisasm-stress-test.py16 required=True,
22 required=True,
29 required=False,
35 required=False,
42 required=False,
49 required=False,
55 required=False,
61 required=False,

12345678910>>...130