Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 220) sorted by relevance

123456789

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h49 size_t pos = moduleName.find(NAME_SPACE_TAG); in DeleteNamespace() local
62 size_t pos = moduleName.find(NAME_SPACE_TAG); in GetHarName() local
73 size_t pos = recordName.find(SLASH_TAG); in AdaptOldIsaRecord() local
88 size_t pos = moduleRequestName.find(COLON_TAG); in GetStrippedModuleName() local
101 size_t pos = moduleRequestName.find(COLON_TAG); in GetInternalModulePrefix() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h272 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Clr() local
278 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Set() local
284 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Invert() local
317 for (size_t pos = 0; pos < numFullWords; pos++) { variable
363 for (size_t pos = posFrom + 1; pos < posTo; ++pos) { in Process() local
392 size_t pos = 0; in Process() local
463 for (size_t pos = 0; pos < numFullWords; pos++) { in ForAllIdxVal() local
479 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in ForAllIdxOf() local
504 size_t pos = from >> POS_SHIFT; variable
540 size_t pos = 0; in SetBitsCount() local
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp45 const lexer::SourcePosition &pos) in ValidateTypeArguments()
90 auto pos = (typeArgs == nullptr) ? lexer::SourcePosition() : typeArgs->Range().start; in InstantiateType() local
96 … const Substitution *substitution, lexer::SourcePosition pos) in CheckInstantiationConstraints()
130 const lexer::SourcePosition &pos) in InstantiateType()
DtypeRelationContext.h168 const lexer::SourcePosition &pos) in InstantiationContext()
178 const lexer::SourcePosition &pos) in InstantiationContext()
Darithmetic.cpp414lexer::SourcePosition pos, checker::Type *leftType, in CheckBinaryOperatorLogical()
450 … checker::Type *const rightType, lexer::SourcePosition pos) in LogOperatorCannotBeApplied()
493 lexer::SourcePosition pos, in CheckBinaryOperatorStrictEqual()
530lexer::SourcePosition pos) in CheckBinaryOperatorEqualError()
557lexer::SourcePosition pos, checker::Type *leftType, in CheckBinaryOperatorEqual()
614 lexer::SourcePosition pos) in CheckBinaryOperatorEqualDynamic()
647lexer::SourcePosition pos, bool isEqualOp, in CheckBinaryOperatorLessGreater()
706 std::tuple<Type *, Type *> ETSChecker::CheckBinaryOperatorInstanceOf(lexer::SourcePosition pos, che… in CheckBinaryOperatorInstanceOf()
749 lexer::SourcePosition pos) in CheckBinaryOperatorNullishCoalescing()
814 lexer::SourcePosition pos; member
[all …]
DcastingContext.h29 lexer::SourcePosition const &pos; member
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp92 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in ConcatImportFileNormalizedOhmurlWithRecordName() local
130 auto pos = requestName.rfind(PACKAGE_PATH_SEGMENT); in ReformatPath() local
134 auto pos = requestName.find(PathHelper::SLASH_TAG); in ReformatPath() local
156 size_t pos = CString::npos; in ParseAbcPathAndOhmUrl() local
251 size_t pos = oldEntryPoint.find(PathHelper::SLASH_TAG); in TransformToNormalizedOhmUrl() local
415 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in MakeNewRecord() local
498 size_t pos = recordName.find(PathHelper::SLASH_TAG); in FindPackageInTopLevelWithNamespace() local
515 size_t pos = moduleName.find(PathHelper::NAME_SPACE_TAG); in FindPackageInTopLevelWithNamespace() local
549 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage() local
578 size_t pos = 0; in ParseThirdPartyPackage() local
[all …]
/arkcompiler/ets_frontend/es2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set()
52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
DcommonUtil.cpp31 size_t pos = str.find(delimiter); in Split() local
47 size_t pos = normalizedImport.find(SLASH_TAG); in GetPkgNameFromNormalizedImport() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp255 auto pos = GetCurrentPosition(); in Align16() local
536 auto pos = GetCurrentPosition(); in Callq() local
562 auto pos = GetCurrentPosition(); in Jmp() local
615 auto pos = GetCurrentPosition(); in Ja() local
647 auto pos = GetCurrentPosition(); in Jb() local
678 auto pos = GetCurrentPosition(); in Jz() local
710 auto pos = GetCurrentPosition(); in Je() local
737 size_t pos = GetCurrentPosition(); in Bind() local
914 auto pos = GetCurrentPosition(); in Jne() local
954 auto pos = GetCurrentPosition(); in Jbe() local
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp51 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError()
77 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError()
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp78 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError()
83 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError()
91 …LogTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in LogTypeError()
96 void Checker::LogTypeError(std::string_view message, const lexer::SourcePosition &pos) in LogTypeError()
115 …eportWarning(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ReportWarning()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dstack_trace_test.cpp73 auto pos = 0; in TEST_F() local
106 auto pos = 0; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/
Dbitset.cpp47 void BitSet::Set(size_t pos) noexcept in Set()
52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
DimportPathManager.cpp49 const size_t pos = currentModulePath.Mutf8().find_last_of(pathDelimiter_); in ResolvePath() local
72 const size_t pos = importPath.Mutf8().find(pathDelimiter_); in ResolvePath() local
112 std::string::size_type pos = fileName.find_last_of('.'); in UnixWalkThroughDirectoryAndAddToParseList() local
DerrorHandler.cpp29 const lexer::SourcePosition &pos) in ThrowSyntaxError()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.h25 void ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos, in ThrowSyntaxError()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.cpp32 auto pos = iter - string.begin(); in JsonEscape() local
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.cpp32 auto pos = iter - string.begin(); in JsonEscape() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp133 size_t MapleString::find(const char *str, size_t pos, size_t n) const in find()
173 MapleString MapleString::substr(size_t pos, size_t len) const in substr()
192 MapleString &MapleString::insert(size_t pos, const MapleString &str) in insert()
220 MapleString &MapleString::insert(size_t pos, const MapleString &str, size_t subPos, size_t subLen) in insert()
227 MapleString &MapleString::insert(size_t pos, const char *s) in insert()
241 MapleString &MapleString::insert(size_t pos, const char *s, size_t n) in insert()
257 MapleString &MapleString::insert(size_t pos, size_t n, char c) in insert()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp88 void VarBinder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) … in ThrowRedeclaration() argument
95 void VarBinder::ThrowUnresolvableVariable(const lexer::SourcePosition &pos, const util::StringView … in ThrowUnresolvableVariable() argument
102 void VarBinder::ThrowUnresolvableType(const lexer::SourcePosition &pos, const util::StringView &nam… in ThrowUnresolvableType() argument
109 void VarBinder::ThrowTDZ(const lexer::SourcePosition &pos, const util::StringView &name) const in ThrowTDZ() argument
116 void VarBinder::ThrowInvalidCapture(const lexer::SourcePosition &pos, const util::StringView &name)… in ThrowInvalidCapture() argument
123 void VarBinder::ThrowPrivateFieldMismatch(const lexer::SourcePosition &pos, const util::StringView … in ThrowPrivateFieldMismatch() argument
131 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dstring_utils.cpp49 size_t pos = src.find_last_of(target); in GetStrAfterLast() local
58 size_t pos = src.find_last_of(target); in GetStrBeforeLast() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h290 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl()
307 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args … in AddTsDecl()
325 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl()
342 T *Binder::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&… in AddDecl()
/arkcompiler/runtime_core/static_core/tests/panda/run/
Dcommon.h54 auto pos = path.rfind(Separator()); in SetEnv() local
/arkcompiler/ets_frontend/ets2panda/checker/typeChecker/
DTypeChecker.h41 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError()

123456789