Home
last modified time | relevance | path

Searched defs:expressions (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Doc/reference/
Dexpressions.rst2 .. _expressions: target
412 .. _yieldexpr:
526 .. _generator-methods:
528 Generator-iterator methods
602 Examples
637 Asynchronous generator functions
702 Asynchronous generator-iterator methods
/third_party/mbedtls/scripts/mbedtls_dev/
Dc_build_helper.py52 def generate_c_printf_expressions(c_file, cast_to, printf_format, expressions): argument
125 expressions, argument
/third_party/typescript/src/compiler/transformers/
DtypeSerializer.ts157 const expressions: SerializedTypeNode[] = []; constant
Djsx.ts387 const expressions = flatten( constant
Dgenerators.ts1021 … const expressions = reduceLeft(elements, reduceElement, [] as Expression[], numInitialElements); constant
1088 …const expressions = reduceLeft(properties, reduceProperty, [] as Expression[], numInitialPropertie… constant
2890 const expressions = labelExpressions[label]; constant
Des2015.ts2774 const expressions: Expression[] = []; constant
/third_party/rust/rust/src/doc/style-guide/src/
Dexpressions.md560 #### Single line `if else`
/third_party/rust/rust/tests/ui/lint/
Dlint-attr-everywhere-late.rs144 fn expressions() { in expressions() function
Dlint-attr-everywhere-early.rs120 fn expressions() { in expressions() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dmap_data.rs38 expressions: IndexVec<InjectedExpressionIndex, Option<Expression>>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dgrammar.rs32 mod expressions; module
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java484 String[] expressions = new String[count]; in processFile() local
/third_party/cups/tools/
Dippfind.c212 ippfind_expr_t *expressions = NULL, in main() local
1744 ippfind_expr_t *expressions) /* I - Expressions */ in eval_expr()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dcoerce.rs64 expressions: Vec<ExprId>, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcoercion.rs1351 expressions: Expressions<'tcx, 'exprs, E>, field
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3873 TIntermAggregate* expressions = nullptr; in acceptAttributes() local
/third_party/mesa3d/src/compiler/glsl/
Dast.h276 exec_list expressions; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Darithmetic_simplify.cc926 static std::vector<Expression> expressions = { variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp3405 std::string expressions[] = { "a", "b", "c", "0 + 1" }; in test_shader_compilation() local
/third_party/typescript/lib/
DtypingsInstaller.js17121 function inlineExpressions(expressions) { argument
Dtsc.js22412 function inlineExpressions(expressions) { argument
91244 function addObjectLiteralMembers(expressions, node, receiver, start) { argument