Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h72 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/
DreverseInferenceInContextualInstantiation.ts21 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");
DcommentsTypeParameters.ts33 function compare</**type*/T>(a: T, b: T) { function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp217 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/
DunionType.cpp92 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/
Dformatrangetoparts.js23 function compare(actual, expected, message) { function
38 compare(dtf.formatRangeToParts(-0.9, date), expected, "formatRangeToParts(-0.9)");
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py122 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/
DmergeProgram.cpp54 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/
DBUILD.gn71 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/
Dcontainersstack_fuzzer.cpp67 …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/
Dcontainersqueue_fuzzer.cpp67 …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/
Dcontainersqueueadd_fuzzer.cpp67 …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/
Dcontainersstackpush_fuzzer.cpp67 …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/
Dcontainersstackiterator_fuzzer.cpp67 …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/
Dcontainersqueuegetsize_fuzzer.cpp67 …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/
Dcontainersqueuegetiteratorobj_fuzzer.cpp67 …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/
Dcontainersstacklocate_fuzzer.cpp67 …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/
Dcontainersstackgetlength_fuzzer.cpp67 …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/
Dcontainersstackpeek_fuzzer.cpp67 …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/
Dcontainersqueuegetfirst_fuzzer.cpp67 …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/
Dcontainersstackpop_fuzzer.cpp67 …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/
Dcontainersstackisempty_fuzzer.cpp67 …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/
Difcvt.pa24 # 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/
Dcontainersqueuepop_fuzzer.cpp67 …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/
Dcontainersqueueforeach_fuzzer.cpp72 …JSHandle<JSAPIQueue> CreateJSAPIQueue(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Und… in CreateJSAPIQueue() argument
74 JSHandle<JSTaggedValue> compareHandle(thread, compare); in CreateJSAPIQueue()

123