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 148 static bool classof(const FunctionScopeInfo *FSI) { return true; }
299 static bool classof(const FunctionScopeInfo *FSI) {
300 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda;
327 static bool classof(const FunctionScopeInfo *FSI) {
328 return FSI->Kind == SK_Block;
383 static bool classof(const FunctionScopeInfo *FSI) {
384 return FSI->Kind == SK_Lambda;
Sema.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 498 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f",
502 return SelectInst::Create(Cond, TSI, FSI);
  /external/clang/lib/Sema/
SemaChecking.cpp 471 FormatStringInfo *FSI) {
472 FSI->HasVAListArg = Format->getFirstArg() == 0;
473 FSI->FormatIdx = Format->getFormatIdx() - 1;
474 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
480 if(FSI->FormatIdx == 0)
482 --FSI->FormatIdx;
483 if (FSI->FirstDataArg != 0)
484 --FSI->FirstDataArg;
    [all...]
  /external/clang/lib/AST/
Expr.cpp 483 FunctionTemplateSpecializationInfo *FSI
485 if (FSI && !FSI->isExplicitSpecialization()) {
487 = FSI->getTemplate()->getTemplateParameters();
488 const TemplateArgumentList* Args = FSI->TemplateArguments;
    [all...]

Completed in 135 milliseconds