HomeSort by relevance Sort by last modified time
    Searched full:templated (Results 101 - 125 of 312) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/include/clang/AST/
DeclFriend.h 26 /// which can be a function, a type, or a templated function or type.
DeclTemplate.h 332 /// reference to the templated scoped declaration: the underlying AST node.
343 // Used when there is not templated element (tt-params).
349 // Construct a template decl with name, parameters, and templated element.
361 /// Get the underlying, templated declaration.
380 /// \brief Initialize the underlying templated declaration and
707 // Construct a template decl with name, parameters, and templated element.
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 81 // FIXME: This can be removed when the attr propagation fix for templated
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 773 // we get the CXXRecordDecl of the templated declaration.
778 NamedDecl *Templated =
780 if (CXXRecordDecl *TemplatedRecord = dyn_cast<CXXRecordDecl>(Templated)) {
784 TypeAliasDecl *AliasDecl = dyn_cast<TypeAliasDecl>(Templated);
    [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 160 // Don't do this for templated classes though, as they may not be
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 317 // This shouldn't be misrecognized as a templated-scoped reference.
  /external/google-breakpad/src/client/
minidump_file_writer.h 149 // The common templated code for writing a string
  /external/libchrome/base/
lazy_instance.h 80 // We pull out some of the functionality into non-templated functions, so we
observer_list_threadsafe.h 91 // define our own templated traits class so we can friend it.
  /external/opencv3/3rdparty/openexr/Imath/
ImathColorAlgo.h 49 // Non-templated helper routines for color conversion.
  /external/regex-re2/re2/testing/
charclass_test.cc 116 // Helpers to make templated CorrectCC work with both CharClass and CharClassBuilder.
  /external/skia/include/core/
SkRefCnt.h 219 // Can't use the #define trick below to guard a bare SkAutoTUnref(...) because it's templated. :(
  /external/skia/src/gpu/
GrPathUtils.h 66 * has been templated so that the compiler can easliy unroll the loop
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 68 // mutable iterators, adapted iterators will usually provide templated
  /system/tpm/tpm_manager/server/
tpm_manager_service.h 105 // This templated method posts the provided |TaskType| to the background
  /external/ceres-solver/include/ceres/
cost_function_to_functor.h 32 // CostFunction objects in templated functors which are to be used for
54 // translation. Say we have a templated function
80 // // any other templated functor.
rotation.h 32 // Templated functions for manipulating rotations. The templated
98 // axis-angle rotation representations. Templated for use with
  /external/webrtc/webrtc/base/
scoped_ptr.h 189 // Templated constructor that destructively takes the value from another
202 // See comment in templated constructor above regarding lack of support
353 // the normal move assignment operator. By C++11 20.7.1.2.3.4, this templated
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 94 // useful; however notice that we already have the templated operator= above and e.g. in MatrixBase
95 // we didn't have to add, in addition to templated operator=, such a non-templated copy operator.
  /external/autotest/client/cros/
verity_utils.py 148 # The verity tool doesn't include a templated error value.
  /external/ceres-solver/docs/source/
tutorial.rst 83 The important thing to note here is that ``operator()`` is a templated
189 In some cases, its not possible to define a templated cost functor,
463 We begin by defining a templated object to evaluate the
617 The first step as usual is to define a templated functor that computes
  /external/ceres-solver/internal/ceres/
linear_solver.h 309 // This templated subclass of LinearSolver serves as a base class for
program_test.cc 59 // Templated base class for the CostFunction signatures.
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 13 // - templated with declared specializations with annotations
  /external/eigen/Eigen/src/Core/util/
Meta.h 110 * upcoming next STL generation (using a templated result member).

Completed in 684 milliseconds

1 2 3 45 6 7 8 91011>>