Searched refs:TargetT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp57 const auto *TargetT = local
60 if (!TargetT || !isa<CXXMethodDecl>(Target))
63 if (TargetT->isConst())
65 if (TargetT->isVolatile())
67 if (TargetT->isRestrict())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h47 template <typename ChannelT, typename TargetT>
266 auto IS = LocalIndirectStubsInfo<TargetT>::create(
284 TargetT::ResolverCodeSize, nullptr,
289 TargetT::writeResolverCode(static_cast<char *>(ResolverBlock.base()),
309 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) /
310 TargetT::TrampolineSize;
313 TargetT::writeTrampolines(
337 uint32_t PointerSize = TargetT::PointerSize;
339 uint32_t TrampolineSize = TargetT::TrampolineSize;
340 uint32_t IndirectStubSize = TargetT
[all...]
H A DIndirectionUtils.h365 template <typename TargetT>
441 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize);
461 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1614 /// A VariadicDynCastAllOfMatcher<SourceT, TargetT> object is a
1615 /// variadic functor that takes a number of Matcher<TargetT> and returns a
1616 /// Matcher<SourceT> that matches TargetT nodes that are matched by all of the
1617 /// given matchers, if SourceT can be dynamically casted into TargetT.
1625 template <typename SourceT, typename TargetT>
1627 : public VariadicFunction<BindableMatcher<SourceT>, Matcher<TargetT>,
1628 makeDynCastAllOfComposite<SourceT, TargetT>> {

Completed in 66 milliseconds