Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
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()
/external/llvm/test/Analysis/
Dalias-analysis-uses.ll5 ; CHECK: Executing Pass 'Deduce function attributes'
/external/llvm/test/Other/
Dpass-pipelines.ll34 ; CHECK-O2-NEXT: Deduce function attributes
63 ; CHECK-O2-NEXT: Deduce function attributes in RPO
/external/clang/lib/Sema/
DSemaExprCXX.cpp1550 Expr *Deduce = Inits[0]; in BuildCXXNew() local
1552 if (DeduceAutoType(AllocTypeInfo, Deduce, DeducedType) == DAR_Failed) in BuildCXXNew()
1554 << AllocType << Deduce->getType() in BuildCXXNew()
1555 << TypeRange << Deduce->getSourceRange()); in BuildCXXNew()
/external/llvm/docs/
DPasses.rst514 ``-functionattrs``: Deduce function attributes