/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | binary_section.h | 72 if (str.compare(".rodata") == 0) { in ElfSection() 74 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection() 76 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection() 78 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection() 80 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection() 82 } else if (str.compare(".text") == 0) { in ElfSection() 84 } else if (str.compare(".data") == 0) { in ElfSection() 86 } else if (str.compare(".got") == 0) { in ElfSection() 88 } else if (str.compare(".rela.text") == 0) { in ElfSection() 90 } else if (str.compare(".strtab") == 0) { in ElfSection() [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | reverseInferenceInContextualInstantiation.ts | 21 function compare<T>(a: T, b: T): number { 29 x.sort(compare); // Error, but shouldn't be 30 AssertType(x.sort(compare), "number[]"); 32 AssertType(compare, "<T>(T, T) => number");
|
D | commentsTypeParameters.ts | 33 function compare</**type*/T>(a: T, b: T) { function
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph_cloner.cpp | 217 auto compare = ifimm->GetInput(0).GetInst(); in SplitBackEdge() local 218 ASSERT(compare->GetOpcode() == Opcode::Compare); in SplitBackEdge() 220 if (ifimm->GetPrev() != compare) { in SplitBackEdge() 221 auto new_cmp = compare->Clone(compare->GetBasicBlock()->GetGraph()); in SplitBackEdge() 222 new_cmp->SetInput(0, compare->GetInput(0).GetInst()); in SplitBackEdge() 223 new_cmp->SetInput(1, compare->GetInput(1).GetInst()); in SplitBackEdge() 226 compare = new_cmp; in SplitBackEdge() 228 if (compare->GetPrev() != nullptr) { in SplitBackEdge() 229 auto back_edge_split = back_edge->SplitBlockAfterInstruction(compare->GetPrev(), true); in SplitBackEdge() 303 auto compare = unroll_data->backedge->GetLastInst()->GetPrev(); in UpdateUsersAfterNoSideExitsUnroll() local [all …]
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | unionType.cpp | 92 auto compare = constituentTypes.begin(); in RemoveDuplicatedTypes() local 94 while (compare != constituentTypes.end()) { in RemoveDuplicatedTypes() 95 auto it = compare + 1; in RemoveDuplicatedTypes() 100 (*compare)->Identical(relation, *it); in RemoveDuplicatedTypes() 109 compare++; in RemoveDuplicatedTypes()
|
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/ |
D | formatrangetoparts.js | 23 function compare(actual, expected, message) { function 38 compare(dtf.formatRangeToParts(-0.9, date), expected, "formatRangeToParts(-0.9)");
|
/arkcompiler/ets_frontend/testTs/ |
D | run_testTs.py | 122 result = compare(args.file, True) 126 result = compare(args.file) 136 result = compare(test_path, True) 140 result = compare(test_path) 150 result = compare(test_path, True) 154 result = compare(test_path) 193 def compare(file, flag=False): function
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | mergeProgram.cpp | 54 if (fileName.substr(fileName.find_last_of(".") + 1).compare(protoBinSuffix) == 0) { in GetProtoFiles() 79 if (fileName.substr(fileName.find_last_of(".") + 1).compare(protoBinSuffix) == 0) { in GetProtoFiles() 100 if (filePath.substr(filePath.find_last_of(".") + 1).compare(protoBinSuffix) == 0) { in AppendProtoFiles()
|
/arkcompiler/toolchain/build/third_party_gn/protobuf/ |
D | BUILD.gn | 71 cflags_cc = [ "-Wno-sign-compare" ] 73 "-Wno-sign-compare", 130 "-Wno-sign-compare", 135 "-Wno-sign-compare", 208 "-Wno-sign-compare", 212 "-Wno-sign-compare", 289 "-Wno-sign-compare", 293 "-Wno-sign-compare", 396 "-Wno-sign-compare", 402 "-Wno-sign-compare", [all …]
|
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/ |
D | containersstack_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueue_fuzzer/ |
D | containersqueue_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueueadd_fuzzer/ |
D | containersqueueadd_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/ |
D | containersstackpush_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/ |
D | containersstackiterator_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetsize_fuzzer/ |
D | containersqueuegetsize_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetiteratorobj_fuzzer/ |
D | containersqueuegetiteratorobj_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/ |
D | containersstacklocate_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/ |
D | containersstackgetlength_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/ |
D | containersstackpeek_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/ |
D | containersqueuegetfirst_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/ |
D | containersstackpop_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/ |
D | containersstackisempty_fuzzer.cpp | 67 …JSHandle<JSAPIStack> CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIStack() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIStack()
|
/arkcompiler/runtime_core/tests/checked/ |
D | ifcvt.pa | 24 # Construction before is necessary for compare the quantity of base blocks after pass "MemoryCoal… 43 # Construction after is necessary for compare the quantity of base blocks after pass "MemoryCoale…
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/ |
D | containersqueuepop_fuzzer.cpp | 67 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 69 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|
/arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/ |
D | containersqueueforeach_fuzzer.cpp | 72 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument 74 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()
|