| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 49 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/ |
| D | bit_vector.h | 272 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/ |
| D | typeRelationContext.cpp | 45 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()
|
| D | typeRelationContext.h | 168 const lexer::SourcePosition &pos) in InstantiationContext() 178 const lexer::SourcePosition &pos) in InstantiationContext()
|
| D | arithmetic.cpp | 414 … lexer::SourcePosition pos, checker::Type *leftType, in CheckBinaryOperatorLogical() 450 … checker::Type *const rightType, lexer::SourcePosition pos) in LogOperatorCannotBeApplied() 493 lexer::SourcePosition pos, in CheckBinaryOperatorStrictEqual() 530 … lexer::SourcePosition pos) in CheckBinaryOperatorEqualError() 557 … lexer::SourcePosition pos, checker::Type *leftType, in CheckBinaryOperatorEqual() 614 lexer::SourcePosition pos) in CheckBinaryOperatorEqualDynamic() 647 … lexer::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 …]
|
| D | castingContext.h | 29 lexer::SourcePosition const &pos; member
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 92 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/ |
| D | bitset.cpp | 47 void BitSet::Set(size_t pos) noexcept in Set() 52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
|
| D | commonUtil.cpp | 31 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/ |
| D | assembler_x64.cpp | 255 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/ |
| D | checker.cpp | 51 …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/ |
| D | checker.cpp | 78 …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/ |
| D | stack_trace_test.cpp | 73 auto pos = 0; in TEST_F() local 106 auto pos = 0; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | bitset.cpp | 47 void BitSet::Set(size_t pos) noexcept in Set() 52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
|
| D | importPathManager.cpp | 49 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
|
| D | errorHandler.cpp | 29 const lexer::SourcePosition &pos) in ThrowSyntaxError()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | defaultParameterLowering.h | 25 void ThrowSyntaxError(std::string_view errorMessage, const lexer::SourcePosition &pos, in ThrowSyntaxError()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | json_builder.cpp | 32 auto pos = iter - string.begin(); in JsonEscape() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.cpp | 32 auto pos = iter - string.begin(); in JsonEscape() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
| D | maple_string.cpp | 133 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/ |
| D | varbinder.cpp | 88 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/ |
| D | string_utils.cpp | 49 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/ |
| D | binder.h | 290 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/ |
| D | common.h | 54 auto pos = path.rfind(Separator()); in SetEnv() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/typeChecker/ |
| D | TypeChecker.h | 41 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError()
|