Home
last modified time | relevance | path

Searched defs:Expressions (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/src/doc/style-guide/src/
Dexpressions.md1 ## Expressions section
3 ### Blocks
117 ### Closures
156 ### Struct literals
183 ### Tuple literals
199 ### Tuple struct literals
205 ### Enum literals
220 ### Array literals
256 ### Array accesses, indexing, and slicing.
278 ### Unary operations
[all …]
Dadvice.md3 ## Expressions section in Other style advice
/third_party/python/Doc/library/
Dast.rst347 Expressions section in Node classes
569 Subscripting
614 Comprehensions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingWriter.h42 ArrayRef<CounterExpression> Expressions; variable
47 ArrayRef<CounterExpression> Expressions, in CoverageMappingWriter()
DCoverageMappingReader.h39 ArrayRef<CounterExpression> Expressions; member
144 std::vector<CounterExpression> &Expressions; variable
151 std::vector<CounterExpression> &Expressions, in RawCoverageMappingReader()
197 std::vector<CounterExpression> Expressions; variable
DCoverageMapping.h158 std::vector<CounterExpression> Expressions; variable
282 ArrayRef<CounterExpression> Expressions; variable
288 : Expressions(Expressions), CounterValues(CounterValues) {} in Expressions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingWriter.cpp50 ArrayRef<CounterExpression> Expressions; member in __anond3e85ee60111::CounterExpressionsMinimizer
55 CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions, in CounterExpressionsMinimizer()
111 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions, in encodeCounter()
122 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C, in writeCounter()
/third_party/mesa3d/docs/
Disaspec.rst231 Expressions chapter
/third_party/mesa3d/src/compiler/isaspec/
DREADME.rst231 Expressions chapter
/third_party/selinux/secilc/docs/
Dcil_reference_guide.md187 Expressions section in CIL Information
/third_party/jerryscript/docs/
D08.CODING-STANDARDS.md393 ## Expressions section in JerryScript Coding Standards
/third_party/python/Doc/howto/
Dregex.rst293 .. _the-backslash-plague:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h99 std::vector<Expression> Expressions; variable
/third_party/python/Doc/tutorial/
Dcontrolflow.rst969 .. _tut-docstrings:
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DCoverageMappingWrapper.cpp139 std::vector<coverage::CounterExpression> Expressions; in LLVMRustCoverageWriteMappingToBuffer() local
/third_party/python/Doc/reference/
Dexpressions.rst5 Expressions title
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcoercion.rs1359 enum Expressions<'tcx, 'exprs, E: AsCoercionSite> { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1829 NodeArray Expressions; variable