Searched defs:FSI (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp498 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f", local
502 return SelectInst::Create(Cond, TSI, FSI);
/external/clang/include/clang/Sema/
H A DScopeInfo.h148 static bool classof(const FunctionScopeInfo *FSI) { return true; } argument
299 static bool classof(const FunctionScopeInfo *FSI) { argument
300 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda;
327 static bool classof(const FunctionScopeInfo *FSI) { argument
328 return FSI->Kind == SK_Block;
383 static bool classof(const FunctionScopeInfo *FSI) { argument
384 return FSI->Kind == SK_Lambda;
/external/clang/lib/AST/
H A DExpr.cpp483 FunctionTemplateSpecializationInfo *FSI local
485 if (FSI && !FSI->isExplicitSpecialization()) {
487 = FSI->getTemplate()->getTemplateParameters();
488 const TemplateArgumentList* Args = FSI->TemplateArguments;
/external/clang/lib/Sema/
H A DSemaChecking.cpp471 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;
1835 FormatStringInfo FSI; local
470 getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, FormatStringInfo *FSI) argument
[all...]

Completed in 117 milliseconds