Searched refs:GSE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | JSONNodeDumper.h | 280 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOverload.cpp | 14636 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local 14637 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference() 14639 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference() 14640 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference() 14641 return GSE; in FixOverloadedFunctionReference() 14645 ArrayRef<Expr *> A = GSE->getAssocExprs(); in FixOverloadedFunctionReference() 14647 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference() 14651 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference() 14652 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference() 14653 GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(), in FixOverloadedFunctionReference() [all …]
|
| HD | SemaInit.cpp | 156 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local 157 E = GSE->getResultExpr(); in updateStringLiteralType() 178 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local 179 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
|
| HD | SemaExpr.cpp | 16668 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local 16672 for (Expr *OrigAssocExpr : GSE->getAssocExprs()) { in rebuildPotentialResultsAsNonOdrUsed() 16685 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed() 16686 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed() 16687 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | JSONNodeDumper.cpp | 1294 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr() argument 1295 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
|
| HD | Expr.cpp | 2917 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local 2918 if (!GSE->isResultDependent()) in IgnoreParensSingleStep() 2919 return GSE->getResultExpr(); in IgnoreParensSingleStep()
|
| /freebsd-11-stable/share/misc/ |
| HD | pci_vendors | 28278 27ac Mobile 945GSE Express Memory Controller Hub 28280 27ad Mobile 945GSE Express PCI Express Root Port 28281 27ae Mobile 945GSE Express Integrated Graphics Controller
|