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

1 2

  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 53 #define FSI U_FIRST_STRONG_ISOLATE
  /external/clang/include/clang/Sema/
ScopeInfo.h 590 static bool classof(const FunctionScopeInfo *FSI) {
591 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
592 || FSI->Kind == SK_CapturedRegion;
618 static bool classof(const FunctionScopeInfo *FSI) {
619 return FSI->Kind == SK_Block;
661 static bool classof(const FunctionScopeInfo *FSI) {
662 return FSI->Kind == SK_CapturedRegion;
751 static bool classof(const FunctionScopeInfo *FSI) {
752 return FSI->Kind == SK_Lambda
    [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 660 static bool classof(const FunctionScopeInfo *FSI) {
661 return FSI->Kind == SK_Block || FSI->Kind == SK_Lambda
662 || FSI->Kind == SK_CapturedRegion;
688 static bool classof(const FunctionScopeInfo *FSI) {
689 return FSI->Kind == SK_Block;
731 static bool classof(const FunctionScopeInfo *FSI) {
732 return FSI->Kind == SK_CapturedRegion;
830 static bool classof(const FunctionScopeInfo *FSI) {
831 return FSI->Kind == SK_Lambda
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 56 FSI=U_FIRST_STRONG_ISOLATE, /* 19 */
86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.c 66 * 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 sequences *
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 485 Value *FSI = Builder->CreateLShr(Op0, C2->logBase2(), Op1->getName()+".f",
489 return SelectInst::Create(Cond, TSI, FSI);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 468 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 43 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE;
52 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 468 * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 42 protected static final int FSI = UCharacterDirection.FIRST_STRONG_ISOLATE;
51 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
  /external/clang/lib/AST/
Expr.cpp 609 FunctionTemplateSpecializationInfo *FSI
611 if (FSI && !FSI->isExplicitSpecialization()) {
613 = FSI->getTemplate()->getTemplateParameters();
614 const TemplateArgumentList* Args = FSI->TemplateArguments;
    [all...]

Completed in 596 milliseconds

1 2