OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:metaprogramming
(Results
26 - 42
of
42
) sorted by null
1
2
/external/clang/test/SemaCXX/
array-bounds.cpp
209
namespace
metaprogramming
{
namespace
warn-empty-body.cpp
154
// Idiom used in some
metaprogramming
constructs.
/external/eigen/Eigen/src/Core/util/
Meta.h
20
* This file contains generic
metaprogramming
classes which are not specifically related to Eigen.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits
45
* @defgroup
metaprogramming
Metaprogramming
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits
45
* @defgroup
metaprogramming
Metaprogramming
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits
45
* @defgroup
metaprogramming
Metaprogramming
[
all
...]
/external/clang/lib/CodeGen/
EHScopeStack.h
64
/// A
metaprogramming
class for ensuring that a value will dominate an
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits
57
* @defgroup
metaprogramming
Metaprogramming
[
all
...]
/external/clang/include/clang/AST/
TypeLoc.h
303
/// A
metaprogramming
base class for TypeLoc classes which correspond
454
/// A
metaprogramming
class designed for concrete subtypes of abstract
[
all
...]
/external/clang/lib/AST/
Stmt.cpp
220
// Amusing macro
metaprogramming
hack: check whether a class provides
[
all
...]
Expr.cpp
169
// Amusing macro
metaprogramming
hack: check whether a class provides
[
all
...]
/external/clang/utils/
FindSpecRefs
486
('20.5
Metaprogramming
and type traits', '473'),
[
all
...]
/external/eigen/doc/
InsideEigenExample.dox
491
We see that all the C++ abstraction of Eigen goes away during compilation and that we indeed are precisely controlling which assembly instructions we emit. Such is the beauty of C++! Since we have such precise control over the emitted assembly instructions, but such complex logic to choose the right instructions, we can say that Eigen really behaves like an optimizing compiler. If you prefer, you could say that Eigen behaves like a script for the compiler. In a sense, C++ template
metaprogramming
is scripting the compiler -- and it's been shown that this scripting language is Turing-complete. See <a href="http://en.wikipedia.org/wiki/Template_metaprogramming"> Wikipedia</a>.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h
238
//
Metaprogramming
for picking apart hash caching.
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h
238
//
Metaprogramming
for picking apart hash caching.
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h
238
//
Metaprogramming
for picking apart hash caching.
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h
250
//
Metaprogramming
for picking apart hash caching.
[
all
...]
Completed in 1070 milliseconds
1
2