Home
last modified time | relevance | path

Searched full:implicitly (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md9 - Bot() - subtype of all types, subtyping relation is made implicitly upon type creation.
10 - Top() - supertype of all types, subtyping rel is created implicitly.
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md47 In _stack-based_ approach, operands are implicitly encoded in the operation, which results in
91 * Implicitly addressed accumulator register.
97 ### Implicitly addressed accumulator register
99 Panda bytecode has a dedicated register called _accumulator_, which is addressed implicitly
111 be an accumulator register. Having an implicitly addressed accumulator register de facto borrows
Ddesign-of-interpreter.md42 1. There is a dedicated register called accumulator, which is addressed implicitly by some
Dassembly_format.md250 …he nested record must be specified. However, in this context this name implicitly denotes a `dref`…
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.cpp73 …"Call signature, which lacks return-type annotation, implicitly has an 'any' return type.", Start(… in Check()
77 …"Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.", S… in Check()
DtsPropertySignature.cpp62 checker->ThrowTypeError("Property implicitly has an 'any' type.", Start()); in Check()
DtsMethodSignature.cpp75 …"Method signature, which lacks return-type annotation, implicitly has an 'any' return type.", Star… in Check()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp97 …rowTypeError({"Variable ", declarator->Id()->AsIdentifier()->Name(), " implicitly has an any type.… in CheckSimpleVariableDeclaration()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DrecursiveFunction-expected.txt509 TypeError: foo implicitly has return type 'any' because it does not have a return type annotation a…
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp353 …ThrowTypeError({"Variable ", declarator->Id()->AsIdentifier()->Name(), " implicitly has an any typ… in InferSimpleVariableDeclaratorType()
421 … ThrowTypeError({"Parameter ", ident->Name(), " implicitly has an 'any' type."}, ident->Start()); in GetTypeOfVariable()
Dfunction.cpp110 … " implicitly has return type 'any' because it does not have a return type annotation and is " in ThrowReturnTypeCircularityError()
116 …"Function implicitly has return type 'any' because it does not have a return type annotation and i… in ThrowReturnTypeCircularityError()
129 ThrowTypeError({"Parameter ", param->Name(), " implicitly has any type."}, param->Start()); in CheckFunctionIdentifierParameter()
/arkcompiler/runtime_core/libpandabase/
DREADME.md87 and can be any type of argument. Compound arguments implicitly have default value `false` and user …
/arkcompiler/runtime_core/verification/type/
Dtype_system.h66 6. There are special initial and final types, named as Bot and Top, and all types are implicitly re…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dstobj.64.yaml524 description: Check that verifier does not allow to convert f64 -> f32 implicitly
/arkcompiler/runtime_core/verification/jobs/
Dcache.h95 …// prevent accidental calls where e.g. `const CachedClass &` is implicitly converted to `CachedCla…
/arkcompiler/runtime_core/isa/
Disa.yaml33 …Accumulator is a special register which is implicitly used by instructions as a source and/or dest…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2implicitly has type 'any' because the global type 'JSX.Element' does not exist."),Property_0_in_ty…