/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-forwarding-reference-overload.rst | 6 The check looks for perfect forwarding constructors that can hide copy or move 9 parameter of the copy constructor, so the perfect forwarding constructor will be 20 // C1: perfect forwarding ctor 24 // C2: perfect forwarding ctor with parameter default value 28 // C3: perfect forwarding ctor guarded with enable_if 38 disabled (deleted or private), because there is nothing the perfect forwarding
|
/external/llvm-project/llvm/test/Verifier/ |
D | amdgpu-cc.ll | 11 ; CHECK: Calling convention does not support varargs or perfect forwarding! 29 ; CHECK: Calling convention does not support varargs or perfect forwarding! 35 ; CHECK: Calling convention does not support varargs or perfect forwarding! 41 ; CHECK: Calling convention does not support varargs or perfect forwarding! 47 ; CHECK: Calling convention does not support varargs or perfect forwarding! 59 ; CHECK: Calling convention does not support varargs or perfect forwarding!
|
/external/pdfium/third_party/yasm/ |
D | CHROMIUM.diff | 69 diff --git a/tools/genperf/perfect.c b/tools/genperf/perfect.c 71 --- a/tools/genperf/perfect.c 72 +++ b/tools/genperf/perfect.c 73 @@ -563,7 +563,7 @@ static int perfect(
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 15 1. [Better is better than perfect](#better-is-better-than-perfect) 64 ## Better is better than perfect
|
D | best_practices.md | 57 ## Prefer the good over the perfect 64 the document, instead of forcing rounds of review until it's "perfect". Docs are 65 never perfect, and tend to gradually improve as the team learns what they really
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | size_classes.sh | 76 perfect=0 77 while [ ${perfect} -eq 0 ] ; do 84 perfect=1
|
/external/skia/tests/ |
D | BlendTest.cpp | 75 int (*perfect[])(int, int) = { in DEF_TEST() local 80 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
|
/external/llvm-project/llvm/test/Analysis/LoopNestAnalysis/ |
D | perfectnest.ll | 3 ; Test a perfect 2-dim loop nest of the form: 45 ; Test a perfect 2-dim loop nest of the form: 88 ; Test a perfect 3-dim loop nest of the form: 153 ; Test a perfect 3-dim loop nest of the form: 222 ; Test a perfect loop nest with a live out reduction:
|
/external/skqp/tests/ |
D | BlendTest.cpp | 80 int (*perfect[])(int, int) = { in DEF_TEST() local 85 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); } in DEF_TEST()
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | dwarfdump-macho-universal.test | 1 Reuse a test input from dsymutil, it's perfect for what we want to exercise
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-macho-universal.test | 1 Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | Simplifier.g | 13 * perfect. We'd need to run the tree into this until nothing
|
/external/libjpeg-turbo/ |
D | transupp.h | 134 boolean perfect; /* if TRUE, fail if partial MCUs are requested */ member
|
D | jpegtran.c | 160 transformoption.perfect = FALSE; in parse_switches() 323 transformoption.perfect = TRUE; in parse_switches()
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 15 Please read `How to write the perfect pull request 16 <https://blog.jaraco.com/how-to-write-perfect-pull-request/>`_ for some tips
|
/external/elfutils/ |
D | CONTRIBUTING | 69 to the project will review it, give feedback, and if perfect they 97 patches on these branches are works in progress, so might not be perfect
|
/external/python/cpython3/Doc/library/ |
D | asyncio.rst | 30 asyncio is often a perfect fit for IO-bound and high-level
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 127 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a 144 // as isTruncStore require that this is not a perfect 1:1 mapping since a
|
/external/rust/crates/fnv/ |
D | README.md | 27 small—a perfect use case for FNV.
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | abicheck.md | 21 abicheck.sh is not perfect, but it can catch
|
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 155 // as isSignExtLoad require that this is not a perfect 1:1 mapping since a 172 // as isTruncStore require that this is not a perfect 1:1 mapping since a
|
/external/python/cpython2/Doc/library/ |
D | imgfile.rst | 48 less than perfect, especially for computer-generated images.
|
/external/python/jinja/docs/ |
D | sandbox.rst | 39 The Jinja sandbox alone is no solution for perfect security. Especially
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | ExtendedCXX03Support.rst | 26 * RValue references and perfect forwarding.
|
/external/junit-params/ |
D | RELEASES.md | 71 …Parameters` have been refactored to use this mechanism and should serve as a perfect usage example.
|