HomeSort by: relevance | last modified time | path
    Searched defs:FSI (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 844 auto *FSI = checkCoroutineContext(*this, Loc, "co_await");
845 if (!FSI)
855 auto *Promise = FSI->CoroutinePromise;
986 auto *FSI = checkCoroutineContext(*this, Loc, "co_return", IsImplicit);
987 if (!FSI)
1014 VarDecl *Promise = FSI->CoroutinePromise;
SemaStmt.cpp 391 FunctionScopeInfo *FSI = getCurFunction();
392 assert(FSI);
393 FSI->setUsesFPIntrin();
4444 sema::FunctionScopeInfo *FSI = getCurFunction();
4447 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) {
4449 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'";
4518 FSI->setHasCXXTry(TryLoc);
4527 sema::FunctionScopeInfo *FSI = getCurFunction();
4532 if (FSI->FirstCXXTryLoc.isValid()) {
4534 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'"
    [all...]
SemaDecl.cpp 12318 if (FunctionScopeInfo *FSI = getCurFunction())
12323 FSI->markSafeWeakUse(Init);
14421 FunctionScopeInfo *FSI = getCurFunction();
14424 if (FSI->UsesFPIntrin && !FD->hasAttr<StrictFPAttr>())
14430 if (getLangOpts().Coroutines && FSI->isCoroutine())
14507 computeNRVO(Body, FSI);
14631 computeNRVO(Body, FSI);
14633 if (FSI->ObjCShouldCallSuper) {
14636 FSI->ObjCShouldCallSuper = false;
14638 if (FSI->ObjCWarnForNoDesignatedInitChain)
    [all...]
SemaChecking.cpp 4339 FormatStringInfo *FSI) {
4340 FSI->HasVAListArg = Format->getFirstArg() == 0;
4341 FSI->FormatIdx = Format->getFormatIdx() - 1;
4342 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
4348 if(FSI->FormatIdx == 0)
4350 --FSI->FormatIdx;
4351 if (FSI->FirstDataArg != 0)
4352 --FSI->FirstDataArg;
4395 FormatStringInfo FSI;
    [all...]
SemaExpr.cpp 17720 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex];
17721 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 716 FunctionTemplateSpecializationInfo *FSI
718 if (FSI && !FSI->isExplicitSpecialization()) {
720 = FSI->getTemplate()->getTemplateParameters();
721 const TemplateArgumentList* Args = FSI->TemplateArguments;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 420 auto FSI = StoreNPcMap.find (IntNo);
421 if (FSI != StoreNPcMap.end()) {
435 MachineSDNode *Res = CurDAG->getMachineNode(FSI->second, DL, RTys, Ops);
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1271 case kind::FSI:
1280 /* PDI terminates the scope of the last LRI, RLI, or FSI whose
1320 case kind::FSI:
1409 return bidi::kind::FSI;
1500 return bidi::kind::FSI;
1580 result = bidi::kind::FSI;
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1265 case kind::FSI:
1274 /* PDI terminates the scope of the last LRI, RLI, or FSI whose
1314 case kind::FSI:
1402 return bidi::kind::FSI;
1477 return bidi::kind::FSI;

Completed in 104 milliseconds