Home
last modified time | relevance | path

Searched refs:GSE (Results 1 – 25 of 474) sorted by last modified time

12345678910>>...19

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/data/
H A DProjection_GeoTRANS_Datum_3.dat77 GSE "GUNUNG SEGARA, Indonesia" BR -403 -1 684 -1 41 -1 -6 9 106 121
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExpr.cpp18345 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local
18349 for (Expr *OrigAssocExpr : GSE->getAssocExprs()) { in rebuildPotentialResultsAsNonOdrUsed()
18362 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18363 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()
18364 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaInit.cpp162 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local
163 E = GSE->getResultExpr(); in updateStringLiteralType()
184 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local
185 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
H A DSemaOverload.cpp15033 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local
15034 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference()
15036 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
15037 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference()
15038 return GSE; in FixOverloadedFunctionReference()
15042 ArrayRef<Expr *> A = GSE->getAssocExprs(); in FixOverloadedFunctionReference()
15044 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference()
15048 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
15049 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
15050 GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(), in FixOverloadedFunctionReference()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExpr.cpp18345 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local
18349 for (Expr *OrigAssocExpr : GSE->getAssocExprs()) { in rebuildPotentialResultsAsNonOdrUsed()
18362 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18363 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()
18364 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaInit.cpp162 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local
163 E = GSE->getResultExpr(); in updateStringLiteralType()
184 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local
185 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
H A DSemaOverload.cpp15033 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local
15034 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference()
15036 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
15037 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference()
15038 return GSE; in FixOverloadedFunctionReference()
15042 ArrayRef<Expr *> A = GSE->getAssocExprs(); in FixOverloadedFunctionReference()
15044 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference()
15048 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
15049 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
15050 GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(), in FixOverloadedFunctionReference()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DIgnoreExpr.h158 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local
159 if (!GSE->isResultDependent()) in IgnoreParensSingleStep()
160 return GSE->getResultExpr(); in IgnoreParensSingleStep()
H A DJSONNodeDumper.h288 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1344 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr() argument
1345 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1344 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr() argument
1345 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h288 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
H A DIgnoreExpr.h158 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local
159 if (!GSE->isResultDependent()) in IgnoreParensSingleStep()
160 return GSE->getResultExpr(); in IgnoreParensSingleStep()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DJSONNodeDumper.h288 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
H A DIgnoreExpr.h158 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local
159 if (!GSE->isResultDependent()) in IgnoreParensSingleStep()
160 return GSE->getResultExpr(); in IgnoreParensSingleStep()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaInit.cpp162 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local
163 E = GSE->getResultExpr(); in updateStringLiteralType()
184 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local
185 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
H A DSemaOverload.cpp15033 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local
15034 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference()
15036 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
15037 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference()
15038 return GSE; in FixOverloadedFunctionReference()
15042 ArrayRef<Expr *> A = GSE->getAssocExprs(); in FixOverloadedFunctionReference()
15044 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference()
15048 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
15049 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
15050 GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(), in FixOverloadedFunctionReference()
[all …]
H A DSemaExpr.cpp18345 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local
18349 for (Expr *OrigAssocExpr : GSE->getAssocExprs()) { in rebuildPotentialResultsAsNonOdrUsed()
18362 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18363 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()
18364 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1344 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr() argument
1345 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DIgnoreExpr.h158 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local
159 if (!GSE->isResultDependent()) in IgnoreParensSingleStep()
160 return GSE->getResultExpr(); in IgnoreParensSingleStep()
H A DJSONNodeDumper.h288 void VisitGenericSelectionExpr(const GenericSelectionExpr *GSE);
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DJSONNodeDumper.cpp1344 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr() argument
1345 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaInit.cpp162 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local
163 E = GSE->getResultExpr(); in updateStringLiteralType()
184 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local
185 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
H A DSemaExpr.cpp18345 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local
18349 for (Expr *OrigAssocExpr : GSE->getAssocExprs()) { in rebuildPotentialResultsAsNonOdrUsed()
18362 GSE->getGenericLoc(), GSE->getDefaultLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18363 GSE->getRParenLoc(), GSE->getControllingExpr(), in rebuildPotentialResultsAsNonOdrUsed()
18364 GSE->getAssocTypeSourceInfos(), AssocExprs) in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaOverload.cpp15033 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local
15034 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference()
15036 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
15037 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference()
15038 return GSE; in FixOverloadedFunctionReference()
15042 ArrayRef<Expr *> A = GSE->getAssocExprs(); in FixOverloadedFunctionReference()
15044 unsigned ResultIdx = GSE->getResultIndex(); in FixOverloadedFunctionReference()
15048 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
15049 GSE->getAssocTypeSourceInfos(), AssocExprs, GSE->getDefaultLoc(), in FixOverloadedFunctionReference()
15050 GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(), in FixOverloadedFunctionReference()
[all …]

12345678910>>...19