Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 53) sorted by relevance

123

/ark/runtime_core/verification/util/
Dlazy.h68 auto LazyFetch(C &c) in LazyFetch()
79 auto LazyFetch(const C &c) in LazyFetch()
90 auto ConstLazyFetch(const C &c) in ConstLazyFetch()
101 auto RefLazyFetch(C &c) in RefLazyFetch()
112 auto RefConstLazyFetch(const C &c) in RefConstLazyFetch()
153 auto IndicesOf(const C &c) in IndicesOf()
276 C c; variable
292 C c; variable
Dstr.h48 char c = static_cast<char>(val % Base); variable
/ark/runtime_core/verification/util/tests/
Denvironment.cpp40 …static const auto NAME_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end)… in EnvOptions()
67 …static const auto NUM_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto end) { in EnvOptions()
77 …static const auto STRING_HANDLER = [](auto a, Context &c, auto s, auto e, [[maybe_unused]] auto en… in EnvOptions()
88 [[maybe_unused]] auto e) { in EnvOptions()
103 Context c; in EnvOptions() local
/ark/runtime_core/verification/debug/parser/
Dcharset.h30 uint8_t c = static_cast<uint8_t>(c_); in operator() local
45 uint8_t c = static_cast<uint8_t>(*s); in charset() local
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_breakpoints.cpp64 static const auto OFFSET_HANDLER = [](action a, Context &c, auto from) { in BreakpointParser()
73 static const auto METHOD_NAME_HANDLER = [](action a, Context &c, auto from, auto to) { in BreakpointParser()
80 static const auto BREAKPOINT_HANDLER = [](action a, Context &c) { in BreakpointParser()
100 Context c; in RegisterConfigHandlerBreakpoints() local
Dconfig_handler_allowlist.cpp49 static const auto METHOD_NAME_HANDLER = [](action a, PandaString &c, auto from, auto to) { in AllowlistMethodParser()
79 PandaString c; in RegisterConfigHandlerAllowlist() local
Dconfig_handler_method_groups.cpp58 const auto GROUP_HANDLER = [](Context &c, PandaString &&group) { in RegisterConfigHandlerMethodGroups()
63 const auto OPTIONS_HANDLER = [](Context &c, PandaString &&options) { in RegisterConfigHandlerMethodGroups()
Dconfig_handler_options.cpp78 std::vector<PandaString> c; in Verify() local
/ark/js_runtime/ecmascript/mem/
Dc_string.cpp72 for (const auto &c : sp) { in ConvertToString() local
87 for (auto c : str) { in ConvertToString() local
131 for (auto c : str) { in CstringConvertToStdString() local
/ark/runtime_core/verification/debug/config/
Dconfig_parse.cpp53 static const auto NAME_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
64 static const auto LINE_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
77 static const auto SECTION_HANDLER = [](auto a, Context &c) { in ParseConfig()
/ark/ts2abc/ts2panda/tests/types/union/
Dunion_userDefinedType.ts18 let c: A | number[]; variable
Dunion_multi_userDefinedType.ts18 let c: A | number[]; variable
/ark/runtime_core/assembler/
Dlexer.cpp20 Token::Type FindDelim(char c) in FindDelim()
142 static bool IsQuote(char c) in IsQuote()
225 char c = curr_line_->buffer[curr_line_->pos]; in LexString() local
Dassembly-parser.cpp760 bool IsAlphaNumeric(char c) in IsAlphaNumeric()
765 bool IsNonDigit(char c) in IsNonDigit()
966 static bool IsOctal(char c) in IsOctal()
971 static bool IsHex(char c) in IsHex()
976 static uint8_t FromHex(char c) in FromHex()
991 static uint8_t FromOctal(char c) in FromOctal()
1042 char c = s[idx]; in ParseEscapeSequence() local
1094 char c = token[i++]; in ParseStringLiteral() local
Dcontext.cpp41 bool Context::ValidateRegisterName(char c, size_t n) const in ValidateRegisterName()
/ark/runtime_core/runtime/mem/
Dpanda_string.cpp71 for (auto c : sp) { in ConvertToString() local
86 for (auto c : str) { in ConvertToString() local
/ark/runtime_core/libpandabase/utils/
Dutils.h25 inline int32_t HexValue(uint32_t c) in HexValue()
/ark/js_runtime/test/moduletest/class/
Dclass.js41 var c = new Child(2, 3); variable
/ark/runtime_core/libpandabase/tests/
Dspan_test.cpp47 int c[] {1, 2, 3}; in TEST() local
69 int c[] {1, 2, 3, 4, 5}; in TEST() local
/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.h105 uint32_t c; in GetChar() local
128 uint32_t c; in PeekChar() local
167 uint32_t c; in PeekPrevChar() local
189 uint32_t c; in GetPrevChar() local
Ddyn_chunk.cpp86 int DynChunk::EmitChar(uint8_t c) in EmitChar()
/ark/runtime_core/verification/debug/breakpoint/
Dbreakpoint.h36 #define DBG_MANAGED_BRK(a, b, c) argument
/ark/js_runtime/ecmascript/base/
Djson_parser.h605 T c = 0; in ReadStringRange() local
627 T c = 0; in ReadAsciiStringRange() local
745 bool IsLegalAsciiCharacter(T c, bool &isAscii) in IsLegalAsciiCharacter()
Dnumber_helper.cpp41 static inline uint8_t ToDigit(uint8_t c) in ToDigit()
58 uint16_t c = **ptr; in GotoNonspace() local
507 uint8_t c = ToDigit(*p); in StringToDouble() local
750 uint8_t c = ToDigit(*p); in StringToBigInt() local
/ark/runtime_core/libpandafile/
Dproto_data_accessor-inl.h37 inline void ProtoDataAccessor::EnumerateTypes(const Callback &c) in EnumerateTypes()

123