/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
D | intrinsics_flags.inl.erb | 20 …ompiler::intrinsics.any? {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.empty?} 23 …er::intrinsics.select {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.empty?}.e… 26 …constexpr auto clear_flags = <%= intrinsic.clear_flags.empty? ? "0U" : intrinsic.clear_flags.colle… 27 …constexpr auto set_flags = <%= intrinsic.set_flags.empty? ? "0U" : intrinsic.set_flags.collect { |… 32 % if !intrinsic.clear_flags.empty? 35 % if !intrinsic.set_flags.empty?
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | options.cpp | 46 if (!argparser_->Parse(argc, argv) || opHelp.GetValue() || protoPathInput.GetValue().empty()) { in Parse() 62 if (!protoBinSuffix.GetValue().empty()) { in Parse() 65 if (!outputFileName.GetValue().empty()) { in Parse() 68 if (!outputFilePath.GetValue().empty()) { in Parse()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | ring_buffer_test.cpp | 31 ASSERT_TRUE(buffer.empty()); in TEST() 49 ASSERT_FALSE(buffer.empty()); in TEST() 65 ASSERT_FALSE(buffer.empty()); in TEST() 83 ASSERT_TRUE(buffer.empty()); in TEST() 109 ASSERT_FALSE(buffer.empty()); in TEST() 118 ASSERT_FALSE(buffer.empty()); in TEST() 130 ASSERT_TRUE(buffer.empty()); in TEST()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | interfaceType.cpp | 31 if (!typeParamTypes_.empty()) { in ToString() 221 …if (desc_->properties.empty() && desc_->callSignatures.empty() && desc_->constructSignatures.empty… in GetTypeFacts() 223 if (bases_.empty()) { in GetTypeFacts() 229 if (!(*it)->Properties().empty() || !(*it)->CallSignatures().empty() || in GetTypeFacts() 230 … !(*it)->ConstructSignatures().empty() || (*it)->StringIndexInfo() || (*it)->NumberIndexInfo()) { in GetTypeFacts()
|
D | objectLiteralType.cpp | 78 …if (desc_->properties.empty() && desc_->callSignatures.empty() && desc_->constructSignatures.empty… in GetTypeFacts()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_params.cpp | 33 if (!error.empty()) { in Create() 104 if (!error.empty()) { in Create() 149 if (!error.empty()) { in Create() 171 if (!error.empty()) { in Create() 193 if (!error.empty()) { in Create() 215 if (!error.empty()) { in Create() 237 if (!error.empty()) { in Create() 267 if (!error.empty()) { in Create() 323 if (!error.empty()) { in Create() 351 if (!breakpointList.empty()) { in Create() [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compilation_driver.cpp | 47 if (!optionSelectMethods.empty() && !optionSkipMethods.empty()) { in CompilationDriver() 52 if (!optionSelectMethods.empty()) { in CompilationDriver() 56 if (!optionSkipMethods.empty()) { in CompilationDriver() 125 while (!recordList.empty()) { in TopologicalSortForRecords() 201 if (!optionSelectMethods_.empty()) { in FilterMethod() 203 } else if (!optionSkipMethods_.empty()) { in FilterMethod() 244 if (optionMap.empty()) { in FilterOption()
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | options.cpp | 82 if (!token.empty()) { in GetStringItems() 87 if (!input.empty()) { in GetStringItems() 298 …arseStatus || opHelp.GetValue() || (inputFile.GetValue().empty() && base64Input.GetValue().empty()… in Parse() 313 bool inputIsEmpty = inputFile.GetValue().empty(); in Parse() 314 bool base64InputIsEmpty = base64Input.GetValue().empty(); in Parse() 315 bool outputIsEmpty = outputFile.GetValue().empty(); in Parse() 351 if (!extension.empty()) { in Parse() 376 if (recordName_.empty()) { in Parse() 377 recordName_ = compilerOutput_.empty() ? "Base64Output" : in Parse() 403 if (base64Input_.empty()) { in Parse() [all …]
|
/arkcompiler/toolchain/tooling/ |
D | protocol_handler.cpp | 47 if (requestQueue_.empty()) { in GetDispatchStatus() 59 if (requestQueue_.empty()) { in ProcessCommand() 69 while (!dispatchingQueue.empty()) { in ProcessCommand() 112 if (str.empty()) { in SendReply()
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | main.cpp | 30 if (input.empty() || output.empty()) { in Preprocess() 43 if (output.empty()) { in Preprocess() 57 if (options.GetCompileByPipeArg() || input.empty() || output.empty()) { in HandleNpmEntries()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | module_path_helper.cpp | 41 if (entryPoint.empty() && thread->GetEcmaVM()->EnableReportModuleResolvingFailure()) { in ConcatFileNameWithMerge() 226 if (!entryPoint.empty()) { in MakeNewRecord() 231 if (!entryPoint.empty()) { in MakeNewRecord() 269 if (!ohpmKey.empty()) { in FindOhpmEntryPoint() 274 if (ohpmKey.empty()) { in FindOhpmEntryPoint() 321 if (!entryPoint.empty()) { in FindPackageInTopLevelWithNamespace() 349 if (!entryPoint.empty()) { in ParseOhpmPackage() 375 if (!entryPoint.empty()) { in ParseThirdPartyPackage() 399 if (!entryPoint.empty()) { in ParseThirdPartyPackage() 407 if (!entryPoint.empty()) { in ParseThirdPartyPackage() [all …]
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.cpp | 106 std::string debugInfoSourceFile = options.debugInfoSourceFile.empty() ? in Compile() 124 bool needDumpSymbolFile = !options.patchFixOptions.dumpSymbolTable.empty(); in InitPatchFixHelper() 125 …eratePatch = options.patchFixOptions.generatePatch && !options.patchFixOptions.symbolTable.empty(); in InitPatchFixHelper() 161 …if (!options.patchFixOptions.symbolTable.empty() || !options.patchFixOptions.dumpSymbolTable.empty… in CompileFiles() 199 if (err.Message().empty() && options.parseOnly) { in CompileFile()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | opcodes.h.erb | 21 % flags = inst.flags.empty? ? ['none'] : inst.flags 22 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo') 23 % flags << 'no_dst' if inst.operands.empty? || !inst.operands.first.is_dst?
|
D | generate_ecma.inl.erb | 61 … && inst->GetImms().size() > <%= imm_index %>); // NOLINTNEXTLINE(readability-container-size-empty) 66 … && inst->GetImms().size() > <%= imm_index %>); // NOLINTNEXTLINE(readability-container-size-empty) 71 … && inst->GetImms().size() > <%= imm_index %>); // NOLINTNEXTLINE(readability-container-size-empty) 79 … && inst->GetImms().size() > <%= imm_index %>); // NOLINTNEXTLINE(readability-container-size-empty)
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | symbolTable.cpp | 29 if (!symbolTable_.empty() && !ReadSymbolTable(symbolTable_)) { in Initialize() 34 if (!dumpSymbolTable_.empty()) { in Initialize() 136 if (!token.empty()) { in GetStringItems() 143 if (!tail.empty()) { in GetStringItems()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | dropframe_manager.cpp | 171 if (modifiedLexVar_.empty()) { in GetLexModifyRecordOfTopFrame() 179 if (modifiedLexVar_.empty()) { in RemoveLexModifyRecordOfTopFrame() 194 if (modifiedLexVar_.empty()) { in MergeLexModifyRecordOfTopFrame() 207 if (!modifiedLexVar_.empty()) { in MergeLexModifyRecordOfTopFrame() 217 if (modifiedLexVar_.empty() || existRecord) { in MergeLexModifyRecordOfTopFrame()
|
/arkcompiler/runtime_core/disassembler/ |
D | disasm.cpp | 66 if (input_file.GetValue().empty() || output_file.GetValue().empty() || help.GetValue()) { in ProcessArgs() 72 if (debug_file.GetValue().empty()) { in ProcessArgs()
|
/arkcompiler/ets_frontend/ts2panda/src/statement/ |
D | returnStatement.ts | 110 let empty : boolean = false; 115 empty = true; 127 compiler.getFuncBuilder().explicitReturn(stmt, empty);
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | commentEmitAtEndOfFile1.ts | 31 module empty {
|
D | noConstraintInReturnType1.ts | 22 static empty<T extends {}>(): List<T> {
|
D | genericConstraintDeclaration.ts | 22 static empty<T extends {}>(): List<T>{
|
D | es5-asyncFunction.ts | 24 async function empty() {
|
/arkcompiler/runtime_core/assembler/ |
D | pandasm.cpp | 78 if (input_file.GetValue().empty() || output_file.GetValue().empty() || help.GetValue()) { in PrepareArgs() 84 if (log_file.GetValue().empty()) { in PrepareArgs() 144 if (!scopes_file.GetValue().empty()) { in DumpProgramInJson() 262 if (!w.empty()) { in main()
|
/arkcompiler/ets_frontend/es2panda/compiler/templates/ |
D | formats.h.erb | 60 % empty = false 67 % empty = true 71 % if empty
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | codegen_test.cpp | 112 EXPECT_FALSE(bc_gen.GetResult().empty()); in __anon0774c0120102() 150 EXPECT_FALSE(bc_gen.GetResult().empty()); in __anon0774c0120202() 196 EXPECT_FALSE(graph_visitor.GetResult().empty()); in __anon0774c0120302() 205 EXPECT_FALSE(graph_visitor.GetResult().empty()); in __anon0774c0120302() 214 EXPECT_FALSE(graph_visitor.GetResult().empty()); in __anon0774c0120302() 250 EXPECT_FALSE(bc_gen.GetResult().empty()); in __anon0774c0120402() 302 EXPECT_FALSE(graph_visitor.GetResult().empty()); in __anon0774c0120502() 308 EXPECT_FALSE(graph_visitor.GetResult().empty()); in __anon0774c0120502()
|