Searched refs:elision (Results 1 – 25 of 25) sorted by relevance
/external/rust/crates/parking_lot/src/ |
D | lib.rs | 17 mod elision; module
|
D | raw_rwlock.rs | 8 use crate::elision::{have_elision, AtomicElisionExt};
|
/external/rust/crates/parking_lot/ |
D | README.md | 51 7. `RwLock` takes advantage of hardware lock elision on processors that 96 - `RwLock` will not be able to take advantage of hardware lock elision for
|
/external/libgav1/libgav1/cmake/ |
D | libgav1_build_definitions.cmake | 85 # Quiet warnings in copy-list-initialization where {} elision has always
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | x86-32-intrcc.ll | 145 ; Test argument copy elision when copied to a local alloca.
|
D | x86-64-intrcc.ll | 161 ; Test argument copy elision when copied to a local alloca.
|
/external/llvm/docs/ |
D | InAlloca.rst | 106 We also want to be able to support copy elision into these argument
|
/external/llvm-project/llvm/docs/ |
D | InAlloca.rst | 106 We also want to be able to support copy elision into these argument
|
D | Coroutines.rst | 413 RAII idiom and is suitable for allocation elision optimization which avoid 452 coroutine heap allocation elision optimization, the resulting main will be: 1707 allocation elision optimization. If so, it replaces 1730 elision optimization across ABI boundaries.
|
/external/rust/crates/async-trait/ |
D | README.md | 140 Be aware that async fn syntax does not allow lifetime elision outside of `&` and
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 198 BENIGN_LANGOPT(ElideConstructors , 1, 1, "C++ copy constructor elision")
|
D | DiagnosticSemaKinds.td | 5172 "moving a local object in a return statement prevents copy elision">, 5175 "moving a temporary object prevents copy elision">,
|
/external/rust/cxx/book/src/ |
D | extern-c++.md | 147 // or with lifetime elision:
|
/external/llvm-project/mlir/test/IR/ |
D | affine-map.mlir | 170 // Parenthesis elision.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 262 BENIGN_LANGOPT(ElideConstructors , 1, 1, "C++ copy constructor elision")
|
D | DiagnosticSemaKinds.td | 6297 "moving a local object in a return statement prevents copy elision">, 6300 "moving a temporary object prevents copy elision">,
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusPaperStatus.csv | 31 "`P0475R1 <https://wg21.link/P0475R1>`__","LWG","LWG 2511: guaranteed copy elision for piecewise co…
|
/external/llvm-project/mlir/docs/ |
D | LangRef.md | 1154 copy elision and in-place updates. If an affine map composition is not specified
|
/external/clang/docs/ |
D | UsersManual.rst | 383 Turns off elision in template type printing.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 937 HelpText<"Disable C++ copy constructor elision">, Flags<[CC1Option]>;
|
/external/llvm-project/clang/docs/ |
D | DiagnosticsReference.rst | 10392 |:warning:`warning:` |nbsp| :diagtext:`moving a temporary object prevents copy elision`| 10396 …ng:`warning:` |nbsp| :diagtext:`moving a local object in a return statement prevents copy elision`|
|
D | UsersManual.rst | 525 Turns off elision in template type printing.
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 1654 HelpText<"Disable C++ copy constructor elision">, Flags<[CC1Option]>;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|