HomeSort by relevance Sort by last modified time
    Searched refs:Concept (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 17 // Maybe in the next release we can kill off the "Concept" suffix for good.
24 struct BOOST_PP_CAT(name,Concept) \
28 BOOST_PP_CAT(name,Concept)(); \
39 struct BOOST_PP_CAT(name,Concept) \
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 62 /// \brief Construct a TTI object using a type implementing the \c Concept
70 /// the \c Concept API below.
538 class Concept;
544 std::unique_ptr<Concept> TTIImpl;
547 class TargetTransformInfo::Concept {
549 virtual ~Concept() = 0;
640 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
    [all...]
AliasAnalysis.h 555 class Concept;
560 std::vector<std::unique_ptr<Concept>> AAs;
567 /// A private abstract base class describing the concept of an individual alias
576 class AAResults::Concept {
578 virtual ~Concept() = 0;
633 /// A private class template which derives from \c Concept and wraps some other
636 /// This models the concept by directly forwarding each interface point to the
639 template <typename AAResultT> class AAResults::Model final : public Concept {
684 /// analysis results concept.
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 391 AAResults::Concept::~Concept() {}
TargetTransformInfo.cpp 344 TargetTransformInfo::Concept::~Concept() {}
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 51 http://www.antlr.org/wiki/display/~admin/2007/07/02/Exploring+Concept+of+TreeWizard
52 for more background on the concept of a tree wizard.

Completed in 194 milliseconds