Home
last modified time | relevance | path

Searched refs:Deduce (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiation-backtrace.cpp40 typename ResultTy<T2>::error Deduce( void (T1::*member)(T2) ) {} // \ in Deduce() function
48 Deduce(&Cls::method); // expected-error {{no matching function}} \ in test()
/llvm-project-15.0.7/llvm/test/Analysis/
H A Dalias-analysis-uses.ll5 ; CHECK: Executing Pass 'Deduce function attributes'
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/
H A DPasses.td44 let summary = "Deduce and attach minimal (version, capabilities, extensions) "
/llvm-project-15.0.7/llvm/docs/
H A DOptBisect.rst129 BISECT: running pass (13) Deduce function attributes on SCC (<<null function>>)
132 BISECT: running pass (16) Deduce function attributes on SCC (f)
135 BISECT: NOT running pass (19) Deduce function attributes on SCC (g)
H A DPasses.rst512 ``-function-attrs``: Deduce function attributes
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1503 Expr *Deduce = Inits[0]; in BuildCXXTypeConstructExpr() local
1504 if (isa<InitListExpr>(Deduce)) in BuildCXXTypeConstructExpr()
1506 Diag(Deduce->getBeginLoc(), diag::err_auto_expr_init_paren_braces) in BuildCXXTypeConstructExpr()
1509 if (DeduceAutoType(TInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXTypeConstructExpr()
1511 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()
1512 << Deduce->getSourceRange()); in BuildCXXTypeConstructExpr()
2042 Expr *Deduce = Inits[0]; in BuildCXXNew() local
2043 if (isa<InitListExpr>(Deduce)) in BuildCXXNew()
2048 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
2050 << AllocType << Deduce->getType() in BuildCXXNew()
[all …]
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DREADME.md285 pass 20/211 = (0.7345) (0.0000) [Deduce function attributes on SCC (?Fibonacci@@YAXHAEAH@Z)]
/llvm-project-15.0.7/mlir/docs/
H A DDeclarativeRewrites.md274 Type type = ...; // Deduce result type here