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

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 566 class Concept;
573 std::vector<std::unique_ptr<Concept>> AAs;
580 /// A private abstract base class describing the concept of an individual alias
589 class AAResults::Concept {
591 virtual ~Concept() = 0;
646 /// A private class template which derives from \c Concept and wraps some other
649 /// This models the concept by directly forwarding each interface point to the
652 template <typename AAResultT> class AAResults::Model final : public Concept {
697 /// analysis results concept.
    [all...]
TargetTransformInfo.h 63 /// \brief Construct a TTI object using a type implementing the \c Concept
71 /// the \c Concept API below.
619 class Concept;
625 std::unique_ptr<Concept> TTIImpl;
628 class TargetTransformInfo::Concept {
630 virtual ~Concept() = 0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AliasAnalysis.h 720 class Concept;
728 std::vector<std::unique_ptr<Concept>> AAs;
737 /// A private abstract base class describing the concept of an individual alias
746 class AAResults::Concept {
748 virtual ~Concept() = 0;
    [all...]
TargetTransformInfo.h 80 /// Construct a TTI object using a type implementing the \c Concept
88 /// the \c Concept API below.
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 420 TargetTransformInfo::Concept::~Concept() {}
AliasAnalysis.cpp 509 AAResults::Concept::~Concept() {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysis.cpp 638 AAResults::Concept::~Concept() = default;
TargetTransformInfo.cpp     [all...]
  /external/antlr/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 139 milliseconds