Searched refs:FSI (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h53 #define FSI U_FIRST_STRONG_ISOLATE macro
/external/clang/include/clang/Sema/
H A DScopeInfo.h590 static bool classof(const FunctionScopeInfo *FSI) { argument
591 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
592 || FSI->Kind == SK_CapturedRegion;
618 static bool classof(const FunctionScopeInfo *FSI) { argument
619 return FSI->Kind == SK_Block;
661 static bool classof(const FunctionScopeInfo *FSI) { argument
662 return FSI->Kind == SK_CapturedRegion;
751 static bool classof(const FunctionScopeInfo *FSI) { argument
752 return FSI
[all...]
H A DSema.h9343 FormatStringInfo *FSI);
/external/icu/icu4c/source/common/
H A Dubidiimp.h56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */ enumerator in enum:__anon7288
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
H A Dubidi.c66 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
425 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
426 * When encountering an FSI, it is initially replaced with an LRI, which is the
451 NOT_SEEKING_STRONG, /* 0: not contextual paraLevel, not after FSI */
453 SEEKING_STRONG_FOR_FSI, /* 2: looking for first strong after FSI */
454 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
542 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
548 if(dirProp==FSI) {
605 /* Resolve direction of still unresolved open FSI sequence
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1876 FormatStringInfo *FSI) {
1877 FSI->HasVAListArg = Format->getFirstArg() == 0;
1878 FSI->FormatIdx = Format->getFormatIdx() - 1;
1879 FSI->FirstDataArg = FSI->HasVAListArg ? 0 : Format->getFirstArg() - 1;
1885 if(FSI->FormatIdx == 0)
1887 --FSI->FormatIdx;
1888 if (FSI->FirstDataArg != 0)
1889 --FSI->FirstDataArg;
1931 FormatStringInfo FSI; local
1875 getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, FormatStringInfo *FSI) argument
4033 FormatStringInfo FSI; local
[all...]
H A DSemaStmt.cpp3650 sema::FunctionScopeInfo *FSI = getCurFunction(); local
3653 if (!getLangOpts().Borland && FSI->FirstSEHTryLoc.isValid()) {
3655 Diag(FSI->FirstSEHTryLoc, diag::note_conflicting_try_here) << "'__try'";
3724 FSI->setHasCXXTry(TryLoc);
3733 sema::FunctionScopeInfo *FSI = getCurFunction(); local
3738 if (FSI->FirstCXXTryLoc.isValid()) {
3740 Diag(FSI->FirstCXXTryLoc, diag::note_conflicting_try_here) << "'try'";
3744 FSI->setHasSEHTry(TryLoc);
H A DSemaExpr.cpp13617 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; local
13618 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp485 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f", local
489 return SelectInst::Create(Cond, TSI, FSI);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java468 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
946 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in class:Bidi
1140 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1759 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
1760 * When encountering an FSI, it is initially replaced with an LRI, which is the
1764 static final int NOT_SEEKING_STRONG = 0; /* 0: not contextual paraLevel, not after FSI */
1766 static final int SEEKING_STRONG_FOR_FSI = 2; /* 2: looking for first strong after FSI */
1767 static final int LOOKING_FOR_PDI = 3; /* 3: found strong after FSI, looking for PDI */
1881 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LR
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestData.java43 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in class:TestData
52 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java468 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
971 static final byte FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; /* 19 */ field in class:Bidi
1165 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI);
1794 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
1795 * When encountering an FSI, it is initially replaced with an LRI, which is the
1799 static final int NOT_SEEKING_STRONG = 0; /* 0: not contextual paraLevel, not after FSI */
1801 static final int SEEKING_STRONG_FOR_FSI = 2; /* 2: looking for first strong after FSI */
1802 static final int LOOKING_FOR_PDI = 3; /* 3: found strong after FSI, looking for PDI */
1916 if (dirProp >= FSI && dirProp <= RLI) { /* FSI, LR
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestData.java42 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE; field in class:TestData
51 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
/external/clang/lib/AST/
H A DExpr.cpp609 FunctionTemplateSpecializationInfo *FSI local
611 if (FSI && !FSI->isExplicitSpecialization()) {
613 = FSI->getTemplate()->getTemplateParameters();
614 const TemplateArgumentList* Args = FSI->TemplateArguments;

Completed in 1845 milliseconds