Searched defs:View (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DView.h24 class View : public HWEventListener { class in namespace:llvm::mca
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h32 std::unique_ptr<SourceCoverageView> View; member in struct:llvm::ExpansionView
58 std::unique_ptr<SourceCoverageView> View; member in struct:llvm::InstantiationView
34 ExpansionView(const CounterMappingRegion &Region, std::unique_ptr<SourceCoverageView> View) argument
60 InstantiationView(StringRef FunctionName, unsigned Line, std::unique_ptr<SourceCoverageView> View) argument
[all...]
H A DSourceCoverageView.cpp164 addExpansion( const CounterMappingRegion &Region, std::unique_ptr<SourceCoverageView> View) argument
170 addInstantiation( StringRef FunctionName, unsigned Line, std::unique_ptr<SourceCoverageView> View) argument
H A DCodeCoverage.cpp285 auto View = SourceCoverageView::create(DC.demangle(Function.Name), local
304 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), local
252 attachExpansionSubViews( SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, const CoverageMapping &Coverage) argument
520 auto View = createSourceFileView(SourceFile, *Coverage); local
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2836 typedef internal::StlContainerView<Container> View; typedef in class:testing::internal::ContainerEqMatcher
3129 typedef StlContainerView<RawContainer> View; typedef in class:testing::internal::QuantifierMatcherImpl
3481 typedef internal::StlContainerView<RawContainer> View; typedef in class:testing::internal::ElementsAreMatcherImpl
3735 typedef internal::StlContainerView<RawContainer> View; typedef in class:testing::internal::UnorderedElementsAreMatcherImpl
3842 typedef typename internal::StlContainerView<RawContainer>::type View; typedef
3872 typedef typename internal::StlContainerView<RawContainer>::type View; typedef
[all...]

Completed in 177 milliseconds