Home
last modified time | relevance | path

Searched refs:Instantiated (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Ddeduction_guides_sfinae_checks.h25 template<template<typename ...> class Instantiated, class ...CtrArgs,
26 class = decltype(Instantiated(std::declval<CtrArgs>()...))>
29 template<template<typename ...> class Instantiated, class ...CtrArgs>
32 template<template<typename ...> class Instantiated, class ...CtrArgs>
34 decltype(SFINAEs_away_impl<Instantiated, CtrArgs...>(0))::value;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1832 FunctionDecl *Instantiated = nullptr; in VisitFunctionTemplateDecl() local
1834 Instantiated = cast_or_null<FunctionDecl>(VisitCXXMethodDecl(DMethod, in VisitFunctionTemplateDecl()
1837 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl( in VisitFunctionTemplateDecl()
1841 if (!Instantiated) in VisitFunctionTemplateDecl()
1847 = Instantiated->getDescribedFunctionTemplate(); in VisitFunctionTemplateDecl()
H A DSemaType.cpp8889 bool Instantiated = false; in RequireCompleteTypeImpl() local
8903 Instantiated = true; in RequireCompleteTypeImpl()
8919 Instantiated = true; in RequireCompleteTypeImpl()
8924 if (Instantiated) { in RequireCompleteTypeImpl()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td107 // Instantiated below.