Searched full:unless (Results 1 – 25 of 12847) sorted by relevance
12345678910>>...514
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_language_extensions.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["compiler_extensions"] 18 % next unless plugin_opts["compiler_extensions"]["header_path_implementation_codegen"] 25 % next unless plugin_opts["compiler_extensions"] 26 % next unless plugin_opts["compiler_extensions"]["function_codegen_prologue"] 38 % next unless plugin_opts["compiler_extensions"] 39 % next unless plugin_opts["compiler_extensions"]["function_codegen_epilogue"]
|
| D | intrinsics_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_intrinsics_extension"]
|
| D | compiler_interface_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_interface_extension"]
|
| D | inst_builder_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_inst_builder_extension"]
|
| D | ir-dyn-base-types.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 25 % next unless plugin_opts["compiler_base_types"] 26 % next unless plugin_opts["compiler_base_types"]["header_path_implementation_codegen"] 31 % next unless plugin_opts["compiler_extensions"] 32 % next unless plugin_opts["compiler_extensions"]["main_header_path"] 113 % next unless plugin_opts["compiler_base_types"] 114 % next unless plugin_opts["compiler_base_types"]["list_types"] 140 % next unless plugin_opts["compiler_base_types"] 141 % next unless plugin_opts["compiler_base_types"]["list_types"]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 8 # Unless required by applicable law or agreed to in writing, software 37 unless output.empty? 76 @logger.log 1, output unless output.empty? 82 @logger.log 1, output unless output.empty? 88 @logger.log 1, output unless output.empty? 94 @logger.log 3, output unless output.empty? 100 @logger.log 3, output unless output.empty? 106 @logger.log 1, output unless output.empty? 112 @logger.log 1, output unless output.empty? 119 @logger.log 1, output unless output.empty? [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 8 # Unless required by applicable law or agreed to in writing, software 37 unless output.empty? 76 @logger.log 1, output unless output.empty? 82 @logger.log 1, output unless output.empty? 88 @logger.log 1, output unless output.empty? 94 @logger.log 3, output unless output.empty? 100 @logger.log 3, output unless output.empty? 106 @logger.log 1, output unless output.empty? 112 @logger.log 1, output unless output.empty? 119 @logger.log 1, output unless output.empty? [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | regmask.rb | 10 # Unless required by applicable law or agreed to in writing, software 46 raise "RegMask is initialized with symbol, but Regmap wasn't specified" unless @regmap 47 raise "Regmap doesn't contain value for #{value}" unless @regmap.data.keys.include? value 50 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 68 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 74 raise "Wrong `position` type" unless position.is_a? Integer 84 raise "Wrong `position` type" unless position.is_a? Integer 97 raise "Symbol argument is only allowed if Regmap was specified" unless @regmap 99 raise "Register '#{other}' is not found in regmap" unless value 115 raise "Symbol argument is only allowed if Regmap was specified" unless @regmap [all …]
|
| D | function.rb | 10 # Unless required by applicable law or agreed to in writing, software 85 @regalloc_mask |= regalloc_include unless regalloc_include.nil? 86 @regalloc_mask &= ~regalloc_exclude unless regalloc_exclude.nil? 100 value = v[:default] unless value 107 …alidation.each { |name, v| raise "#{@name}: no target arch in validation value: #{name}" unless v } 153 … raise "Wrong place of `WhilePhi` instruction" unless @cf_stack[-1].kind == CfBlock::Kind::While 163 @instructions << inst unless inst.IsElse? 164 block.append inst unless inst.global? 170 return @constants[value] unless constant.nil? 180 raise "Unresolved variable is defined more than once: #{var_name}" unless resolved.inst.nil? [all …]
|
| D | options.rb | 10 # Unless required by applicable law or agreed to in writing, software 42 Dir.mkdir(Options.working_dir) unless File.exists?(Options.working_dir) 70 raise "Irtoc plugin doesn't specifiy its name: #{full_plugin_path}" unless line_matches 92 raise "Wrong arch: #{arch_str}" unless possible_arch.include?(self.arch.to_s) 96 raise "Compiler config doesn't contain `arch_info`" unless arch_info 98 raise "Arch info not found for #{self.arch}" unless arch_info 108 raise "Wrong cpu feature: #{feature}" unless possible_features.include?(feature.to_s) 111 …raise 'Supported IR APIs: ir-constructor, ir-builder, ir-inline' unless self.ir_api =~ /^ir-(const…
|
| D | instructions_data.rb | 10 # Unless required by applicable law or agreed to in writing, software 30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode" 34 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | get_intrinsic_id_llvm_ark_interface_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_inc"] 26 % next unless plugin_opts["llvmbackend_extensions"] 27 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_func"]
|
| D | llvm_ir_constructor_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["llvm_ir_constructor"]
|
| D | llvm_ir_constructor_gen.h.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["llvm_ir_constructor_h"]
|
| D | emit_intrinsic_llvm_ir_constructor_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["emit_intrinsic"]
|
| D | get_intrinsic_id_llvm_ark_interface_gen.h.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_func"]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | validate-recipes | 9 # Unless required by applicable law or agreed to in writing, software 114 die 'Internal: bad severity value' unless $severity =~ /^(ERROR|WARNING)$/; 128 die "Bad linter ID format: $_" unless /^[A-Za-z]+$/; 169 die "$r->{id}: No severity level" unless defined $r->{severity}; 173 unless recipe_check_if_skip_section($r, 'code_bad', $skip_list); 192 ' Unless required by applicable law or agreed to in writing, software', 202 die "Invalid license message: got \'$line\', but expected \'$_\'" unless $line eq $_; 245 unless $line eq $payload; 247 unless length($payload) == length($previous_line); 249 unless $previous_line eq 'Recipes'; [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | language_config_gen.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["language_config"] 31 % next unless plugin_opts["language_config"] 39 % next unless plugin_opts["language_config"] 47 % next unless plugin_opts["language_config"] 56 % next unless plugin_opts["language_config"]
|
| /arkcompiler/runtime_core/bytecode_optimizer/templates/ |
| D | reg_encoder_visitors.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["bytecodeopt"] 20 % next unless plugin_opts["bytecodeopt"]["reg_encoder_visitors_inc"]
|
| D | codegen_visitors.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["bytecodeopt"] 20 % next unless plugin_opts["bytecodeopt"]["codegen_visitors_inc"]
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_visitors_dyn.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["libabckit"] 20 % next unless plugin_opts["libabckit"]["codegen_visitors_dyn_inc"]
|
| /arkcompiler/runtime_core/isa/ |
| D | combine.rb | 9 # Unless required by applicable law or agreed to in writing, software 39 exit unless options.data 47 …raise 'Plugged in instructions must be prefixed' unless instructions.reject { |i| i['prefix'] }.em… 50 raise "Uknown data property: #{attr}" unless data.key?(attr)
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | combine.rb | 9 # Unless required by applicable law or agreed to in writing, software 39 exit unless options.data 56 …raise 'Plugged in instructions must be prefixed' unless instructions.reject { |i| i['prefix'] }.em… 59 raise "Uknown data property: #{attr}" unless data.key?(attr)
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | enums.rb | 8 # Unless required by applicable law or agreed to in writing, software 20 raise 'Unsupported enum kind' unless %w[simple flags].include?(kind) 83 return unless data 111 unless node_type_enum_flags.empty? 116 unless scope_type_enum_flags.empty?
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 9 # Unless required by applicable law or agreed to in writing, software 91 raise_error "Wrong type for search: #{match.class}" unless match.is_a? String 214 Dir.mkdir(@cwd) unless File.exists?(@cwd) 218 Dir.mkdir(module_dir_path) unless Dir.exist?(module_dir_path) 259 next unless value 262 next unless value 265 next unless value 335 next unless value 338 next unless value 339 …UN with `pgo_emit_profdata: true` (or RUN_PGO_PROF) before :pgo_use_profdata" unless @profdata_file [all …]
|
12345678910>>...514