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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.h54 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h54 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator in enum:__anon11941
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
113 * characters which are ignored: unmatched PDF or PDI; LRx, RLx or FSI
/external/clang/include/clang/Sema/
H A DScopeInfo.h512 static bool classof(const FunctionScopeInfo *FSI) { argument
513 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
514 || FSI->Kind == SK_CapturedRegion;
540 static bool classof(const FunctionScopeInfo *FSI) { argument
541 return FSI->Kind == SK_Block;
582 static bool classof(const FunctionScopeInfo *FSI) { argument
583 return FSI->Kind == SK_CapturedRegion;
681 static bool classof(const FunctionScopeInfo *FSI) { argument
682 return FSI
[all...]
/external/icu/icu4c/source/common/
H A Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator in enum:__anon21731
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
/external/clang/lib/AST/
H A DExpr.cpp574 FunctionTemplateSpecializationInfo *FSI local
576 if (FSI && !FSI->isExplicitSpecialization()) {
578 = FSI->getTemplate()->getTemplateParameters();
579 const TemplateArgumentList* Args = FSI->TemplateArguments;
/external/clang/lib/Sema/
H A DSemaChecking.cpp681 FormatStringInfo *FSI) {
682 FSI->HasVAListArg = Format->getFirstArg() == 0;
683 FSI->FormatIdx = Format->getFormatIdx() - 1;
684 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
690 if(FSI->FormatIdx == 0)
692 --FSI->FormatIdx;
693 if (FSI->FirstDataArg != 0)
694 --FSI->FirstDataArg;
2214 FormatStringInfo FSI; local
680 getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, FormatStringInfo *FSI) argument
[all...]

Completed in 111 milliseconds