Searched defs:FSI (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 734 static bool classof(const FunctionScopeInfo *FSI) { in classof() 761 static bool classof(const FunctionScopeInfo *FSI) { in classof() 813 static bool classof(const FunctionScopeInfo *FSI) { in classof() 911 static bool classof(const FunctionScopeInfo *FSI) { in classof()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 844 auto *FSI = checkCoroutineContext(*this, Loc, "co_await"); in BuildUnresolvedCoawaitExpr() local 986 auto *FSI = checkCoroutineContext(*this, Loc, "co_return", IsImplicit); in BuildCoreturnStmt() local
|
H A D | SemaStmt.cpp | 391 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas() local 4444 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock() local 4527 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock() local
|
H A D | Sema.cpp | 1969 static void markEscapingByrefs(const FunctionScopeInfo &FSI, Sema &S) { in markEscapingByrefs()
|
H A D | AnalysisBasedWarnings.cpp | 642 sema::FunctionScopeInfo *FSI) { in CheckFallThroughForBody()
|
H A D | SemaChecking.cpp | 4339 FormatStringInfo *FSI) { in getFormatStringInfo() 4395 FormatStringInfo FSI; in GetFormatNSStringIdx() local 7598 FormatStringInfo FSI; in CheckFormatArguments() local
|
H A D | SemaDecl.cpp | 12318 if (FunctionScopeInfo *FSI = getCurFunction()) in AddInitializerToDecl() local 14421 FunctionScopeInfo *FSI = getCurFunction(); in ActOnFinishFunctionBody() local
|
H A D | SemaOpenMP.cpp | 458 for (const FunctionScopeInfo *FSI : llvm::reverse(SemaRef.FunctionScopes)) { in popFunction() local 2232 FunctionScopeInfo *FSI = FunctionScopes[I - 1]; in isOpenMPCapturedDecl() local
|
H A D | SemaDeclCXX.cpp | 17920 auto &FSI = InventedParameterInfos.back(); in ActOnFinishFunctionDeclarationDeclarator() local
|
H A D | SemaExpr.cpp | 17720 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 420 auto FSI = StoreNPcMap.find (IntNo); in SelectNewCircIntrinsic() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | lex.cc | 1169 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 716 FunctionTemplateSpecializationInfo *FSI in ComputeName() local
|