Home
last modified time | relevance | path

Searched refs:metaprogramming (Results 1 – 18 of 18) sorted by relevance

/external/google-fruit/extras/packaging/
Ddebian.control14 It uses C++ metaprogramming together with some new C++11 features to detect
23 It uses C++ metaprogramming together with some new C++11 features to detect
Dlibfruit.spec30 It uses C++ metaprogramming together with some new C++11 features to detect
43 It uses C++ metaprogramming together with some new C++11 features to detect
/external/google-fruit/
DMETADATA2 …r C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with…
DREADME.md7 …r C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with…
/external/clang/test/SemaCXX/
Darray-bounds.cpp209 namespace metaprogramming { namespace
/external/llvm-project/clang/test/SemaCXX/
Darray-bounds.cpp209 namespace metaprogramming { namespace
/external/llvm-project/clang/
DNOTES.txt91 metaprogramming.
/external/llvm-project/clang/test/SemaOpenCLCXX/
Daddress-space-lambda.cl21 // objects in OpenCL. Once we add metaprogramming utility
/external/clang/
DNOTES.txt98 metaprogramming.
/external/llvm-project/libcxx/docs/DesignDocs/
DExtendedCXX03Support.rst62 Alias templates should be used instead of class templates in metaprogramming. Unlike class template…
/external/swiftshader/docs/
DReactor.md33 …n be done statically, by explicitly writing each variant or by using metaprogramming to generate m…
35metaprogramming, the ability of a JIT-compiler to do it at run-time is often disregarded. Speciali…
/external/python/pybind11/docs/
Dfaq.rst146 using C++14 template metaprogramming.
182 *template metaprogramming*, which is a way of performing computation at compile
Dbasics.rst129 automatically inferred using template metaprogramming. This overall
/external/llvm-project/mlir/docs/Rationale/
DRationaleGenericDAGRewriter.md117 metaprogramming (MLIR has similar facilities). Here's a simple example:
DRationaleLinalgDialect.md235 way of metaprogramming the HalideIR and applying transformations declaratively
/external/eigen/doc/
DInsideEigenExample.dox491 …gen behaves like a script for the compiler. In a sense, C++ template metaprogramming is scripting …
/external/python/cpython2/Misc/
DHISTORY13458 do metaprogramming by using an instance as a base class. Not for the
/external/python/cpython3/Misc/
DHISTORY30837 do metaprogramming by using an instance as a base class. Not for the