Home
last modified time | relevance | path

Searched full:else (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp29 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
51 } else { in Create()
58 } else { in Create()
65 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
72 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
79 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
86 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
93 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
100 } else if (ret == Result::TYPE_ERROR) { // optional value in Create()
123 } else { in Create()
[all …]
Dpt_types.cpp191 } else if (tagged->IsBoolean()) { in PrimitiveRemoteObject()
197 } else if (tagged->IsUndefined()) { in PrimitiveRemoteObject()
199 } else if (tagged->IsNumber()) { in PrimitiveRemoteObject()
205 } else if (tagged->IsBigInt()) { in PrimitiveRemoteObject()
419 } else if (jsVKey->IsString()) { in DescriptionForMap()
421 } else { in DescriptionForMap()
429 } else if (jsVValue->IsString()) { in DescriptionForMap()
431 } else { in DescriptionForMap()
464 } else if (jsValue->IsString()) { in DescriptionForSet()
466 } else { in DescriptionForSet()
[all …]
/arkcompiler/runtime_core/verification/value/
Dabstract_type.h43 } else { in AbstractType()
109 } else if (IsTypeSet()) { in IsConsistent()
112 } else { in IsConsistent()
125 } else if (rhs_type <= lhs_type) {
127 } else {
130 } else if (rhs.IsTypeSet()) {
132 } else {
135 } else if (IsTypeSet()) {
138 } else if (rhs.IsTypeSet()) {
140 } else {
[all …]
/arkcompiler/toolchain/websocket/
DBUILD.gn32 } else if (is_mingw) {
34 } else if (is_mac) {
39 } else if (target_os == "android") {
44 } else if (target_os == "ios") {
49 } else {
59 } else if (current_cpu == "arm64") {
66 } else if (current_cpu == "x86") {
68 } else if (current_cpu == "amd64" || current_cpu == "x64" ||
87 } else {
93 } else if (target_os == "android") {
[all …]
/arkcompiler/toolchain/inspector/
DBUILD.gn35 } else if (is_mingw) {
37 } else if (is_mac) {
42 } else if (target_os == "android") {
47 } else if (target_os == "ios") {
52 } else {
67 } else {
73 } else if (target_os == "android") {
75 } else {
107 } else if (target_os == "android") {
109 } else {
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-if.js22 if(0) alma = 0; else fa = 1
26 else fa = 1
28 if(0) {alma = 0} else fa = 1
30 if (0);else
34 if(0); else if(0) ;else if(1) alma = 'fa'; else;
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h93 } else if constexpr (std::is_same_v<T, uint8_t>) { in GetType()
95 } else if constexpr (std::is_same_v<T, int8_t>) { in GetType()
97 } else if constexpr (std::is_same_v<T, uint16_t>) { in GetType()
99 } else if constexpr (std::is_same_v<T, int16_t>) { in GetType()
101 } else if constexpr (std::is_same_v<T, uint32_t>) { in GetType()
103 } else if constexpr (std::is_same_v<T, int32_t>) { in GetType()
105 } else if constexpr (std::is_same_v<T, uint64_t>) { in GetType()
107 } else if constexpr (std::is_same_v<T, int64_t>) { in GetType()
109 } else if constexpr (std::is_same_v<T, float>) { in GetType()
111 } else if constexpr (std::is_same_v<T, double>) { in GetType()
[all …]
Dconstructor_test.cpp83 #else in TEST_F()
88 #else in TEST_F()
96 #else in TEST_F()
113 #else in TEST_F()
123 #else in TEST_F()
133 #else in TEST_F()
143 #else in TEST_F()
159 #else in TEST_F()
167 #else in TEST_F()
174 #else in TEST_F()
[all …]
/arkcompiler/toolchain/build/config/
DBUILDCONFIG.gn28 } else {
43 } else {
70 } else if (current_os == "linux") {
77 } else if (current_os == "mingw") {
94 } else if (is_clang) {
96 } else {
99 } else {
110 } else if (target_os == "linux") {
113 } else {
116 } else {
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h67 } else if (str.compare(".rodata.cst4") == 0) { in ElfSection()
69 } else if (str.compare(".rodata.cst8") == 0) { in ElfSection()
71 } else if (str.compare(".rodata.cst16") == 0) { in ElfSection()
73 } else if (str.compare(".rodata.cst32") == 0) { in ElfSection()
75 } else if (str.compare(".text") == 0) { in ElfSection()
77 } else if (str.compare(".data") == 0) { in ElfSection()
79 } else if (str.compare(".got") == 0) { in ElfSection()
81 } else if (str.compare(".rela.text") == 0) { in ElfSection()
83 } else if (str.compare(".strtab") == 0) { in ElfSection()
85 } else if (str.compare(".symtab") == 0) { in ElfSection()
[all …]
DBUILD.gn18 } else {
34 } else {
40 } else if (is_mac) {
46 } else {
52 } else {
58 } else {
138 } else {
144 } else if (is_mac) {
147 } else {
150 } else {
[all …]
/arkcompiler/runtime_core/runtime/include/
Druntime_options.h141 #else in UseMallocForInternalAllocations()
144 } else if (option == "malloc") { in UseMallocForInternalAllocations()
146 } else if (option == "panda_allocators") { in UseMallocForInternalAllocations()
148 } else { in UseMallocForInternalAllocations()
161 #else in IsG1TrackFreedObjects()
164 } else if (option == "true") { in IsG1TrackFreedObjects()
166 } else if (option == "false") { in IsG1TrackFreedObjects()
168 } else { in IsG1TrackFreedObjects()
185 } else { in InitializeRuntimeSpacesAndType()
191 } else { in InitializeRuntimeSpacesAndType()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp67 "--force-full-gc: if true trigger full gc, else trigger semi and old gc. Default: true\n"
202 } else { in ParseCommand()
216 } else { in ParseCommand()
227 } else { in ParseCommand()
238 } else { in ParseCommand()
252 } else { in ParseCommand()
260 } else { in ParseCommand()
268 } else { in ParseCommand()
276 } else { in ParseCommand()
284 } else { in ParseCommand()
[all …]
Ddate_parse.cpp32 } else { in ParseDateString()
38 } else { in ParseDateString()
58 } else if (proxy->GetDate().IsFourDecimalDigit()) { in IsIsoDateTime()
61 } else { in IsIsoDateTime()
136 } else if (proxy->GetDate().IsSign()) { in ParseIsoDateTime()
139 } else { in ParseIsoDateTime()
160 } else { in ParseIsoDateTime()
192 } else if (proxy->GetDate().IsSymbol('.') && timeValue->IsValidSecond(num)) { in ParseLegacyDates()
207 } else if (timeValue->IsValid(num)) { in ParseLegacyDates()
212 } else { in ParseLegacyDates()
[all …]
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni32 } else {
60 } else {
69 } else {
82 } else {
87 } else {
93 } else {
99 } else {
106 } else {
112 } else {
118 } else {
[all …]
/arkcompiler/runtime_core/assembler/
Dassembly-ins.cpp27 } else { in RegsToString()
33 } else { in RegsToString()
46 } else { in ImmsToString()
53 } else { in ImmsToString()
67 } else { in IdsToString()
97 } else { in RegToString()
103 } else { in RegToString()
121 } else { in ImmToString()
127 } else { in ImmToString()
144 } else { in IdToString()
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp64 } else if (option == "reg-changes") { in ProcessSectionShow()
66 } else if (option == "cflow") { in ProcessSectionShow()
68 } else if (option == "jobfill") { in ProcessSectionShow()
70 } else { in ProcessSectionShow()
99 } else if (c == "reg-usage") { in ProcessSectionCheck()
101 } else if (c == "resolve-id") { in ProcessSectionCheck()
103 } else if (c == "typing") { in ProcessSectionCheck()
105 } else if (c == "absint") { in ProcessSectionCheck()
107 } else { in ProcessSectionCheck()
136 } else if (name == "warning") { in MethodOptionsProcessor()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h153 } else if (*current_ >= '1' && *current_ <= '9') { in ParseNumber()
157 } else { in ParseNumber()
243 } else if (UNLIKELY(*current_ > ASCII_END)) { in SlowParseString()
250 } else { in SlowParseString()
255 } else { in SlowParseString()
290 } else { in ParseString()
337 } else if (*current_ == ']') { in ParseArray()
340 } else { in ParseArray()
368 } else { in ParseObject()
377 } else { in ParseObject()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb41 else
49 else
57 else
67 else
84 else
154 else
158 else
175 else
181 else
185 else
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp32 } else { in Pushq()
66 } else if (dst == rax) { in Addq()
70 } else { in Addq()
96 } else if (dst == rax) { in Addl()
100 } else { in Addl()
118 } else if (dst == rax) { in Subq()
122 } else { in Subq()
148 } else if (dst == rax) { in Subl()
152 } else { in Subl()
170 } else if (dst == rax) { in Cmpq()
[all …]
/arkcompiler/ets_frontend/ts2panda/src/
DaddVariable2Scope.ts65 } else {
78 } else {
102 } else if (scope.getUseArgs()){
125 } else if (hoistDecl instanceof FuncDecl) {
127 } else {
151 } else if (decl instanceof ConstDecl) {
153 } else if (decl instanceof FuncDecl) {
157 } else if (ts.isFunctionExpression(funcNode)) {
161 } else if (decl instanceof CatchParameter) {
163 } else if (decl instanceof ClassDecl) {
[all …]
Dhoisting.ts44 } else if (decl instanceof FuncDecl) {
47 } else {
59 } else if (scope instanceof FunctionScope || scope instanceof ModuleScope) {
64 } else {
67 } else {
80 …} else if ((scope instanceof FunctionScope) || (scope instanceof LocalScope) || (scope instanceof …
85 } else {
88 } else {
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp142 } else if (src0.GetSize() > src1.GetSize()) { in EncodeJump()
146 } else { in EncodeJump()
151 } else if (src0.GetType() == FLOAT32_TYPE) { in EncodeJump()
153 } else { in EncodeJump()
166 } else { in EncodeJump()
190 } else { in EncodeJump()
202 } else if (src0.GetSize() > src1.GetSize()) { in EncodeJumpTest()
206 } else { in EncodeJumpTest()
226 } else { in EncodeJumpTest()
246 } else { in EncodeJump()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp57 } else { in Create()
110 } else { in Ldp()
142 } else { in Stp()
276 } else { in Ldr()
320 } else { in Str()
381 } else if (halfWord == 0) { in Mov()
419 } else if (oneImm.IsValid()) { in Mov()
421 } else { in Mov()
449 } else { in Mov()
482 } else { in UpdateImm()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.cpp27 } else { // NOLINT(readability-else-after-return) in FindOrInsertString()
61 } else if (charSeq[i] == '\r') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()
63 } else if (charSeq[i] == '\n') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()
65 } else if (charSeq[i] == '\\') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()
67 } else if (charSeq[i] == '\t') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()
69 } else if (charSeq[i] == '\f') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()
71 } else if (charSeq[i] < ' ') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in FormatString()

12345678910>>...50