Home
last modified time | relevance | path

Searched refs:templated (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/SemaCXX/
Denable_if.cpp202 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()
Dattr-unavailable.cpp73 template <class T> void templated(T&);
75 templated(UC); in untemplated()
78 templated(UC); in untemplated_marked()
/external/catch2/docs/
Dtest-fixtures.md36 with templated fixtures and templated template fixtures to perform
Drelease-notes.md117 * 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/
DFunctionsTakingEigenTypes.dox9 …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/
DAutoDiff19 * templated scalar type wrapper AutoDiffScalar.
/external/googletest/googlemock/scripts/generator/
DREADME29 Not all code will be generated properly. For example, when mocking templated
/external/google-breakpad/src/testing/scripts/generator/
DREADME30 Not all code will be generated properly. For example, when mocking templated
/external/icu/tools/icu4c_srcgen/jinja_templates/
Dshim.cpp.j219 beginning of a Jinja2 templated section, and {# begins a comment.
/external/eigen/bench/btl/
DREADME124 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/
D2001-09-18-OptimizeExceptions.txt23 exception specifications on generic, templated code. But it is trivial
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt23 exception specifications on generic, templated code. But it is trivial
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt23 exception specifications on generic, templated code. But it is trivial
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DRelocation.txt13 templated functions. For example:
/external/google-fruit/tests/
Dtested_features.md34 * **TODO** Also for a templated class
35 * **TODO** Also for a templated constructor (only explicitly or using Inject)
/external/libchrome/mojo/core/
DBUILD.gn24 # This is templated because it's consumed by both the ":embedder_internal"
/external/swiftshader/third_party/SPIRV-Tools/test/
DCMakeLists.txt51 # triggered by some heavily templated types.
/external/deqp-deps/SPIRV-Tools/test/
DCMakeLists.txt51 # triggered by some heavily templated types.
/external/gemmlowp/doc/
Ddesign.md152 The pack.h and unpack.h files contain generic templated code that can be
Dkernel.md148 templated in the corresponding kernel format.
/external/clang/docs/
DSourceBasedCodeCoverage.rst121 templated functions and their instantiations. For our example program, we get
/external/clang/docs/analyzer/
DIPA.txt60 This option controls whether C++ templated functions may be inlined.
/external/llvm/docs/
DCommandLine.rst1383 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/
DCommandLine.rst1371 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
DCompileCudaWithLLVM.rst405 For the purposes of the wrong-side rule, templated functions also behave like

12