Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb20 …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/
Doptions.cpp46 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/
Dring_buffer_test.cpp31 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/
DinterfaceType.cpp31 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()
DobjectLiteralType.cpp78 …if (desc_->properties.empty() && desc_->callSignatures.empty() && desc_->constructSignatures.empty in GetTypeFacts()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp33 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/
Dcompilation_driver.cpp47 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/
Doptions.cpp82 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/
Dprotocol_handler.cpp47 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/
Dmain.cpp30 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/
Dmodule_path_helper.cpp41 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/
Des2panda.cpp106 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/
Dopcodes.h.erb21 % 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?
Dgenerate_ecma.inl.erb61 … && 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/
DsymbolTable.cpp29 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/
Ddropframe_manager.cpp171 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/
Ddisasm.cpp66 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/
DreturnStatement.ts110 let empty : boolean = false;
115 empty = true;
127 compiler.getFuncBuilder().explicitReturn(stmt, empty);
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcommentEmitAtEndOfFile1.ts31 module empty {
DnoConstraintInReturnType1.ts22 static empty<T extends {}>(): List<T> {
DgenericConstraintDeclaration.ts22 static empty<T extends {}>(): List<T>{
Des5-asyncFunction.ts24 async function empty() {
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp78 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/
Dformats.h.erb60 % empty = false
67 % empty = true
71 % if empty
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp112 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()

12345678910>>...12