Searched defs:AL (Results 1 - 21 of 21) sorted by relevance

/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp70 std::unique_ptr<InputArgList> AL(
74 EXPECT_TRUE(AL->hasArg(OPT_A));
75 EXPECT_TRUE(AL->hasArg(OPT_B));
76 EXPECT_TRUE(AL->hasArg(OPT_C));
77 EXPECT_TRUE(AL->hasArg(OPT_D));
78 EXPECT_TRUE(AL->hasArg(OPT_E));
79 EXPECT_TRUE(AL->hasArg(OPT_F));
80 EXPECT_TRUE(AL->hasArg(OPT_G));
83 EXPECT_EQ(AL->getLastArgValue(OPT_B), "hi");
84 EXPECT_EQ(AL
114 std::unique_ptr<InputArgList> AL; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h48 #define AL U_RIGHT_TO_LEFT_ARABIC macro
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestClassOverride.java24 private static final int AL = TestData.AL; field in class:TestClassOverride
47 L, AL, AL, AL, AL, AL, AL, R, //40-47
H A DTestData.java34 protected static final int AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; field in class:TestData
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
53 { R, AL, WS, R, AL, WS, R }, // 1
55 { L, AL, AL, AL, L, AL, AL, L, WS, EN, CS, WS, EN, CS, EN, WS, L, L }, // 3
56 { AL,
[all...]
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp502 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
553 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
H A DCGBlocks.cpp1337 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
1509 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp132 void checkPostStmt(const ObjCArrayLiteral *AL,
322 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, argument
324 unsigned NumOfElements = AL->getNumElements();
326 warnIfNilExpr(AL->getElement(i), "Array element cannot be nil", C);
H A DRetainCountChecker.cpp2591 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2787 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, argument
2790 processObjCLiterals(C, AL);
/external/icu/icu4c/source/common/
H A Dubidiimp.h50 AL= U_RIGHT_TO_LEFT_ARABIC, /* 13 */ enumerator in enum:__anon5498
78 #define MASK_RTL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(RLI))
79 #define MASK_R_AL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL))
80 #define MASK_STRONG_EN_AN (DIRPROP_FLAG(L)|DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)|DIRPROP_FLAG(EN)|DIRPROP_FLAG(AN))
156 uint16_t flags; /* bits for L or R/AL found within the pair */
335 /* lastArabicPos is index to the last AL in the text, -1 if none */
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h44 AL // Always (unconditional) Always (unconditional) enumerator in enum:llvm::ARMCC::CondCodes
84 case ARMCC::AL: return "al";
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h370 AL = 1, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/external/clang/lib/Parse/
H A DParseDecl.cpp1213 const AttributeList *AL = Attrs.getList(); local
1214 if (OnDefinition && AL && !AL->isCXX11Attribute() &&
1215 AL->isKnownToGCC())
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java531 short flags; /* bits for L or R/AL found within the pair */
968 static final byte AL = UCharacterDirection.RIGHT_TO_LEFT_ARABIC; /* 13 */ field in class:Bidi
1083 /* lastArabicPos is index to the last AL in the text, -1 if none */
1156 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI);
1158 static final int MASK_R_AL = DirPropFlag(R)|DirPropFlag(AL);
1159 static final int MASK_STRONG_EN_AN = DirPropFlag(L)|DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(EN)|DirPropFlag(AN);
1524 * (where AB represent R or AL letters) is transformed to "123BA" by the
1705 * character in the string with bidirectional character type L, R, or AL.
1707 * such character has type R or AL, RTL is returned. If the string does
1757 if (dirProp == L || dirProp == R || dirProp == AL) {
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h726 void addAttributes(AttributeList *AL) { argument
727 Attrs.addAll(AL);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1314 static void handleOwnershipAttr(Sema &S, Decl *D, const AttributeList &AL) { argument
1323 if (!AL.isArgIdent(0)) {
1324 S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type)
1325 << AL.getName() << 1 << AANT_ArgumentIdentifier;
1331 OwnershipAttr(AL.getLoc(), S.Context, nullptr, nullptr, 0,
1332 AL.getAttributeSpellingListIndex()).getOwnKind();
1338 if (AL.getNumArgs() < 2) {
1339 S.Diag(AL.getLoc(), diag::err_attribute_too_few_arguments)
1340 << AL.getName() << 2;
1345 if (AL
[all...]
H A DSemaTemplate.cpp3017 TemplateArgumentLoc &AL,
3019 const TemplateArgument &Arg = AL.getArgument();
3030 TSI = AL.getTypeSourceInfo();
3035 SourceRange SR = AL.getSourceRange();
3073 SourceLocation Loc = AL.getSourceRange().getBegin();
3093 AL = TemplateArgumentLoc(TemplateArgument(ArgType),
3104 SourceRange SR = AL.getSourceRange();
3016 CheckTemplateTypeArgument(TemplateTypeParmDecl *Param, TemplateArgumentLoc &AL, SmallVectorImpl<TemplateArgument> &Converted) argument
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h207 AL = 0xe, // Always (unconditional) Always (unconditional) enumerator in enum:llvm::AArch64CC::CondCode
230 case AL: return "al";
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h93 #define AL al macro
155 #define AL %al macro
444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
451 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
455 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX)
563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
820 #define B_AL AL
1180 #define IN_B in AL, DX
1280 #define OUT_B out DX, AL
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2460 unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass); local
2461 ALVal = DAG.getCopyFromReg(Chain, dl, AL, MVT::i8);
2570 // Conservatively forward AL on x86_64, since it might be used for varargs.
2571 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {
2572 unsigned ALVReg = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2573 Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
2907 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
16844 case MVT::i8: Reg = X86::AL; size = 1; break;
24638 case X86::AX: DestReg = X86::AL; brea
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 947 milliseconds