HomeSort by relevance Sort by last modified time
    Searched refs:FSI (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 463 static bool classof(const FunctionScopeInfo *FSI) {
464 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda;
490 static bool classof(const FunctionScopeInfo *FSI) {
491 return FSI->Kind == SK_Block;
545 static bool classof(const FunctionScopeInfo *FSI) {
546 return FSI->Kind == SK_Lambda;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 470 FormatStringInfo *FSI) {
471 FSI->HasVAListArg = Format->getFirstArg() == 0;
472 FSI->FormatIdx = Format->getFormatIdx() - 1;
473 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
479 if(FSI->FormatIdx == 0)
481 --FSI->FormatIdx;
482 if (FSI->FirstDataArg != 0)
483 --FSI->FirstDataArg;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 745 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f",
749 return SelectInst::Create(Cond, TSI, FSI);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 547 FunctionTemplateSpecializationInfo *FSI
549 if (FSI && !FSI->isExplicitSpecialization()) {
551 = FSI->getTemplate()->getTemplateParameters();
552 const TemplateArgumentList* Args = FSI->TemplateArguments;
    [all...]

Completed in 1045 milliseconds