/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 202 T templated(T m) __attribute__((enable_if(true, ""))) { return T(); } in templated() function 204 T templated(T m) __attribute__((enable_if(false, ""))) { return T(); } in templated() function 206 int (*p)(int) = templated<int>; in test4() 207 int (*p2)(int) = &templated<int>; in test4() 209 a = templated<int>; in test4() 210 a = &templated<int>; in test4() 408 template <int N> constexpr int templated() __attribute__((enable_if(N, ""))) { in templated() function 412 constexpr int A = templated<0>(); // expected-error{{no matching function for call to 'templated'}}… 413 static_assert(templated<1>() == 1, ""); 415 template <int N> constexpr int callTemplated() { return templated<N>(); } in callTemplated()
|
D | attr-unavailable.cpp | 73 template <class T> void templated(T&); 75 templated(UC); in untemplated() 78 templated(UC); in untemplated_marked()
|
/external/catch2/docs/ |
D | test-fixtures.md | 36 with templated fixtures and templated template fixtures to perform
|
D | release-notes.md | 117 * Added support for templated tests via `TEMPLATE_TEST_CASE` (#1437) 256 * Fixed compilation error when a type has an `operator<<` with templated lhs (#1285, #1306) 622 * It was causing trouble when `REQUIRE_THROWS_AS` was used inside templated functions 767 …aused by Catch's operator overloads being ambiguous in regards to user-defined templated operators.
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 9 …n common that they all inherit a few common, templated base classes. By letting your function take… 61 <b> Multiple templated arguments example </b><br/><br/> 80 \section TopicUsingRefClass How to write generic, but non-templated function? 82 …lows to write very generic code, but it is often desirable to write non templated function and sti… 173 \b Note: The const cast hack will only work with templated functions. It will not work with the Mat…
|
/external/eigen/unsupported/Eigen/ |
D | AutoDiff | 19 * templated scalar type wrapper AutoDiffScalar.
|
/external/googletest/googlemock/scripts/generator/ |
D | README | 29 Not all code will be generated properly. For example, when mocking templated
|
/external/google-breakpad/src/testing/scripts/generator/ |
D | README | 30 Not all code will be generated properly. For example, when mocking templated
|
/external/icu/tools/icu4c_srcgen/jinja_templates/ |
D | shim.cpp.j2 | 19 beginning of a Jinja2 templated section, and {# begins a comment.
|
/external/eigen/bench/btl/ |
D | README | 124 The bench algorithm (generic_bench/bench.hh) is templated with an action itself templated with
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 23 exception specifications on generic, templated code. But it is trivial
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 23 exception specifications on generic, templated code. But it is trivial
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 23 exception specifications on generic, templated code. But it is trivial
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Relocation.txt | 13 templated functions. For example:
|
/external/google-fruit/tests/ |
D | tested_features.md | 34 * **TODO** Also for a templated class 35 * **TODO** Also for a templated constructor (only explicitly or using Inject)
|
/external/libchrome/mojo/core/ |
D | BUILD.gn | 24 # This is templated because it's consumed by both the ":embedder_internal"
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | CMakeLists.txt | 51 # triggered by some heavily templated types.
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | CMakeLists.txt | 51 # triggered by some heavily templated types.
|
/external/gemmlowp/doc/ |
D | design.md | 152 The pack.h and unpack.h files contain generic templated code that can be
|
D | kernel.md | 148 templated in the corresponding kernel format.
|
/external/clang/docs/ |
D | SourceBasedCodeCoverage.rst | 121 templated functions and their instantiations. For our example program, we get
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 60 This option controls whether C++ templated functions may be inlined.
|
/external/llvm/docs/ |
D | CommandLine.rst | 1383 options, and is the one used most of the time. It is a templated class which 1414 options. It too is a templated class which can take up to three arguments: 1435 options in the form of a bit vector. It is also a templated class which can
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 1371 options, and is the one used most of the time. It is a templated class which 1402 options. It too is a templated class which can take up to three arguments: 1423 options in the form of a bit vector. It is also a templated class which can
|
D | CompileCudaWithLLVM.rst | 405 For the purposes of the wrong-side rule, templated functions also behave like
|