Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dgmsl-cameras.dtsi50 /* Deduce from the enabled cameras which GMSL channels are active. */
61 /* Deduce the camera model compatible string. */
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1548 Expr *Deduce = Inits[0]; in BuildCXXTypeConstructExpr() local
1549 if (isa<InitListExpr>(Deduce)) in BuildCXXTypeConstructExpr()
1554 TemplateDeductionInfo Info(Deduce->getExprLoc()); in BuildCXXTypeConstructExpr()
1556 DeduceAutoType(TInfo->getTypeLoc(), Deduce, DeducedType, Info); in BuildCXXTypeConstructExpr()
1559 << Ty << Deduce->getType() << FullRange in BuildCXXTypeConstructExpr()
1560 << Deduce->getSourceRange()); in BuildCXXTypeConstructExpr()
2092 Expr *Deduce = Inits[0]; in BuildCXXNew() local
2093 if (isa<InitListExpr>(Deduce)) in BuildCXXNew()
2098 TemplateDeductionInfo Info(Deduce->getExprLoc()); in BuildCXXNew()
2103 << AllocType << Deduce->getType() << TypeRange in BuildCXXNew()
[all …]