Home
last modified time | relevance | path

Searched defs:literals (Results 1 – 25 of 29) sorted by relevance

12

/third_party/python/Doc/reference/
Dlexical_analysis.rst426 .. _literals: target
644 .. _string-concatenation:
825 .. _numbers:
849 .. _integers:
893 .. _floating:
923 .. _imaginary:
942 .. _operators:
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1676-macro-namespace-prefix.hpp2 nssv_inline_ns namespace literals {} namespace
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c55 uint8_t* literals) { in CopyLiteralsToByteArray()
134 uint8_t* literals = BROTLI_ALLOC(m, uint8_t, literals_count); in BrotliSplitBlock() local
Dcompress_fragment_two_pass.c242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
456 const uint8_t* literals, const size_t num_literals, in StoreCommands()
571 uint8_t* literals = literal_buf; in BrotliCompressFragmentTwoPassImpl() local
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c55 uint8_t* literals) { in CopyLiteralsToByteArray()
134 uint8_t* literals = BROTLI_ALLOC(m, uint8_t, literals_count); in BrotliSplitBlock() local
Dcompress_fragment_two_pass.c242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
456 const uint8_t* literals, const size_t num_literals, in StoreCommands()
571 uint8_t* literals = literal_buf; in BrotliCompressFragmentTwoPassImpl() local
/third_party/node/test/parallel/
Dtest-fs-error-messages.js59 function re(literals, ...values) { argument
Dtest-assert-deep.js18 function re(literals, ...values) { argument
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat.cc113 static Literal literals[] = { in ParseTime() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1397 jerry_save_literals_heap_max (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_heap_max()
1424 jerry_save_literals_down_heap (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_down_heap()
1452 jerry_save_literals_sort (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_sort()
/third_party/typescript/src/services/
Dcompletions.ts227 literals, constant
623 …const { symbols, literals, location, completionKind, symbolToOriginInfoMap, previousToken, isJsxIn… constant
778 readonly literals: readonly (string | number | PseudoBigInt)[]; property
1160 …const literals = mapDefined(contextualType && (contextualType.isUnion() ? contextualType.types : [… constant
Dservices.ts2432 … const literals = "(?:" + map(descriptors, d => "(" + escapeRegExp(d.text) + ")").join("|") + ")"; constant
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dwgsl_mutator.cc333 std::vector<std::pair<size_t, size_t>> literals = GetIntLiterals(wgsl_code); in ReplaceRandomIntLiteral() local
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp339 int literals = 0; in stb_compress_inner() local
/third_party/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp344 int literals = 0; in stb_compress_inner() local
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs299 fn literals<F: Fn(&mut Literals, &Hir) -> bool>( in literals() method
/third_party/python/Doc/whatsnew/
D3.6.rst209 .. _whatsnew36-pep526:
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1942 std::vector<unsigned> literals; in TGlslangToSpvTraverser() local
2635 std::vector<unsigned> literals; in visitUnary() local
3544 std::vector<unsigned> literals; in visitAggregate() local
4701 std::vector<unsigned> literals; in decorateStructType() local
9082 std::vector<unsigned> literals; in getSymbolId() local
DSpvBuilder.cpp1798 …::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned>& literals) in addExecutionMode()
1866 void Builder::addDecoration(Id id, Decoration decoration, const std::vector<unsigned>& literals) in addDecoration()
1951 …ecoration(Id id, unsigned int member, Decoration decoration, const std::vector<unsigned>& literals) in addMemberDecoration()
2592 const std::vector<unsigned>& literals) in createSpecConstantOp()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c1174 int literals = 0; in parser_parse_function_expression() local
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs109 pub fn literals(&self) -> &[Literal] { in literals() method

12