Home
last modified time | relevance | path

Searched refs:AL (Results 1 – 25 of 252) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp197 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() argument
199 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs()
206 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() argument
207 return AL.getLocation(); in getAttrLoc()
209 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() argument
274 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion() argument
276 S.Diag(AL.getLoc(), diag::err_attributes_are_not_compatible) << AL << A; in checkAttrMutualExclusion()
284 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion() argument
286 S.Diag(AL.getLocation(), diag::err_attributes_are_not_compatible) << &AL in checkAttrMutualExclusion()
363 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr() argument
[all …]
H A DParsedAttr.cpp97 for (ParsedAttr *AL : cur.Attrs) in reclaimPool()
98 deallocate(AL); in reclaimPool()
270 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() argument
272 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs()
276 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl() argument
279 if (Comp(getNumAttributeArgs(AL), Num)) { in checkAttributeNumArgsImpl()
280 S.Diag(AL.getLoc(), Diag) << AL << Num; in checkAttributeNumArgsImpl()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dia64-sync-2.c58 static long AL[18]; variable
65 if (__sync_val_compare_and_swap(AL+0, 0, 1) != 0) in do_di()
67 if (__sync_val_compare_and_swap(AL+0, 0, 1) != 1) in do_di()
69 if (__sync_bool_compare_and_swap(AL+1, 0, 1) != 1) in do_di()
71 if (__sync_bool_compare_and_swap(AL+1, 0, 1) != 0) in do_di()
74 if (__sync_lock_test_and_set(AL+2, 1) != 0) in do_di()
77 if (__sync_fetch_and_add(AL+4, 1) != 0) in do_di()
79 if (__sync_fetch_and_add(AL+5, 4) != 0) in do_di()
81 if (__sync_fetch_and_add(AL+6, 22) != 0) in do_di()
83 if (__sync_fetch_and_sub(AL+7, 12) != 0) in do_di()
[all …]
H A Dia64-sync-1.c31 static long AL[12]; variable
38 __sync_val_compare_and_swap(AL+0, 0, 1); in do_noret_di()
39 __sync_bool_compare_and_swap(AL+1, 0, 1); in do_noret_di()
40 __sync_lock_test_and_set(AL+2, 1); in do_noret_di()
41 __sync_lock_release(AL+3); in do_noret_di()
43 __sync_fetch_and_add(AL+4, 1); in do_noret_di()
44 __sync_fetch_and_add(AL+5, 4); in do_noret_di()
45 __sync_fetch_and_add(AL+6, 22); in do_noret_di()
46 __sync_fetch_and_sub(AL+7, 12); in do_noret_di()
47 __sync_fetch_and_and(AL+8, 7); in do_noret_di()
[all …]
H A Dia64-sync-3.c34 static long AL[4]; variable
41 if (__sync_val_compare_and_swap(AL+0, -30, -115) != -30) in do_di()
43 if (__sync_val_compare_and_swap(AL+0, -30, -115) != -115) in do_di()
45 if (__sync_bool_compare_and_swap(AL+1, -30, -115) != 1) in do_di()
47 if (__sync_bool_compare_and_swap(AL+1, -30, -115) != 0) in do_di()
50 if (__sync_val_compare_and_swap(AL+2, AL[2], 25) != -50) in do_di()
52 if (__sync_val_compare_and_swap(AL+2, AL[2], 25) != 25) in do_di()
54 if (__sync_bool_compare_and_swap(AL+3, AL[3], 25) != 1) in do_di()
56 if (__sync_bool_compare_and_swap(AL+3, AL[3], 25) != 1) in do_di()
63 memcpy(AL, init_di, sizeof(init_di)); in main()
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DLineBreak.txt21 # "AI", "AL", "B2", "BA", "BB", "CB", "CJ", "CL", "CP", "EB",
64 0023;AL # Po NUMBER SIGN
67 0026;AL # Po AMPERSAND
71 002A;AL # Po ASTERISK
79 003C..003E;AL # Sm [3] LESS-THAN SIGN..GREATER-THAN SIGN
81 0040;AL # Po COMMERCIAL AT
82 0041..005A;AL # Lu [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z
86 005E;AL # Sk CIRCUMFLEX ACCENT
87 005F;AL # Pc LOW LINE
88 0060;AL # Sk GRAVE ACCENT
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDLineBreak.txt552 0023 ; AL # Po NUMBER SIGN
553 0026 ; AL # Po AMPERSAND
554 002A ; AL # Po ASTERISK
555 003C..003E ; AL # Sm [3] LESS-THAN SIGN..GREATER-THAN SIGN
556 0040 ; AL # Po COMMERCIAL AT
557 0041..005A ; AL # L& [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z
558 005E ; AL # Sk CIRCUMFLEX ACCENT
559 005F ; AL # Pc LOW LINE
560 0060 ; AL # Sk GRAVE ACCENT
561 0061..007A ; AL # L& [26] LATIN SMALL LETTER A..LATIN SMALL LETTER Z
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp79 AttributeSet visitAttributeIndex(AttributeList AL, unsigned Index) { in visitAttributeIndex() argument
81 visitAttributeSet(AL.getAttributes(Index), AttributesToPreserve); in visitAttributeIndex()
88 AttributeList visitAttributeList(AttributeList AL) { in visitAttributeList() argument
90 NewAttrList.reserve(AL.getNumAttrSets()); in visitAttributeList()
92 for (unsigned SetIdx : AL.indexes()) { in visitAttributeList()
96 AttributeSet AttrSet = visitAttributeIndex(AL, SetIdx); in visitAttributeList()
105 visitAttributeIndex(AL, AttributeList::FunctionIndex); in visitAttributeList()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAllocatorList.h58 AllocatorList &AL; member
60 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()
62 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
66 AllocatorList &AL; member
68 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()
72 AL.getAlloc().Deallocate(N); in operator()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h79 using AL = SPSAllocActionCallPair::AsArgList; variable
83 return AL::size(AAP.Finalize, AAP.Dealloc); in size()
88 return AL::serialize(OB, AAP.Finalize, AAP.Dealloc); in serialize()
93 return AL::deserialize(IB, AAP.Finalize, AAP.Dealloc); in deserialize()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp185 .addImm(ARMCC::AL) in runOnMachineFunction()
1046 .addImm(ARMCC::AL) in emitJumpTableInsts()
1408 .addImm(ARMCC::AL) in emitInstruction()
1445 .addImm(ARMCC::AL).addReg(0) in emitInstruction()
1454 .addImm(ARMCC::AL) in emitInstruction()
1463 .addImm(ARMCC::AL) in emitInstruction()
1474 .addImm(ARMCC::AL) in emitInstruction()
1487 .addImm(ARMCC::AL) in emitInstruction()
1515 TmpInst.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
1547 TmpInst.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
[all …]
H A DARMFrameLowering.cpp539 ARMCC::CondCodes Pred = ARMCC::AL, unsigned PredReg = 0) { in emitRegPlusImmediate()
552 ARMCC::CondCodes Pred = ARMCC::AL, in emitSPUpdate()
673 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
678 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
688 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
693 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
703 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
983 .add(predOps(ARMCC::AL)); in emitPrologue()
991 .add(predOps(ARMCC::AL)); in emitPrologue()
996 .add(predOps(ARMCC::AL)); in emitPrologue()
[all …]
H A DARMExpandPseudoInsts.cpp907 MIB.add(predOps(ARMCC::AL)); in ExpandMQQPRLoadStore()
1115 BuildMI(MBB, MBBI, DL, TII->get(ARM::t2CLRM)).add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1128 .add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1134 .add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1233 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1238 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1254 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1261 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1268 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1276 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
[all …]
H A DARMInstructionSelector.cpp257 MIB.add(predOps(ARMCC::AL)); in selectMergeValues()
289 MIB.add(predOps(ARMCC::AL)); in selectUnmergeValues()
393 std::pair<ARMCC::CondCodes, ARMCC::CondCodes> Preds = {ARMCC::AL, ARMCC::AL}; in getComparePreds()
454 assert(Preds.first != ARMCC::AL && "No comparisons needed?"); in getComparePreds()
497 .add(predOps(ARMCC::AL)) in putConstant()
553 if (ARMConds.second == ARMCC::AL) { in selectCmp()
583 .add(predOps(ARMCC::AL)); in insertComparison()
591 .add(predOps(ARMCC::AL)); in insertComparison()
650 MIB.add(predOps(ARMCC::AL)); in selectGlobal()
699 .add(predOps(ARMCC::AL)); in selectGlobal()
[all …]
H A DThumb1InstrInfo.cpp31 .addImm(ARMCC::AL) in getNop()
54 .add(predOps(ARMCC::AL)); in copyPhysReg()
70 .add(predOps(ARMCC::AL)) in copyPhysReg()
73 .add(predOps(ARMCC::AL)) in copyPhysReg()
103 .add(predOps(ARMCC::AL)); in storeRegToStackSlot()
131 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
H A DThumb1FrameLowering.cpp87 MRI.emitLoadConstPool(MBB, MBBI, dl, ScratchReg, 0, NumBytes, ARMCC::AL, in emitPrologueEpilogueSPUpdate()
93 .add(predOps(ARMCC::AL)) in emitPrologueEpilogueSPUpdate()
319 .add(predOps(ARMCC::AL)); in emitPrologue()
327 .add(predOps(ARMCC::AL)); in emitPrologue()
460 .add(predOps(ARMCC::AL)); in emitPrologue()
466 .add(predOps(ARMCC::AL)); in emitPrologue()
472 .add(predOps(ARMCC::AL)); in emitPrologue()
476 .add(predOps(ARMCC::AL)); in emitPrologue()
488 .add(predOps(ARMCC::AL)); in emitPrologue()
552 .add(predOps(ARMCC::AL)) in emitEpilogue()
[all …]
H A DMVETailPredUtils.h112 MIB.addImm(ARMCC::AL);
120 MIB.addImm(ARMCC::AL);
140 .add(predOps(ARMCC::AL)); in RevertDoLoopStart()
154 MIB.addImm(ARMCC::AL);
177 MIB.addImm(ARMCC::AL);
H A DThumb2InstrInfo.cpp53 return MCInstBuilder(ARM::tHINT).addImm(0).addImm(ARMCC::AL).addReg(0); in getNop()
76 if (CC != ARMCC::AL) in ReplaceTailWithBranchTo()
84 if (CC != ARMCC::AL) { in ReplaceTailWithBranchTo()
122 return getITInstrPredicate(*MBBI, PredReg) == ARMCC::AL; in isLegalToSplitMBBAt()
160 .add(predOps(ARMCC::AL)); in copyPhysReg()
184 .add(predOps(ARMCC::AL)); in storeRegToStackSlot()
200 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in storeRegToStackSlot()
227 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
243 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
362 .add(predOps(ARMCC::AL)); in emitT2RegPlusImmediate()
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/auxiliary/
H A DLBTest.txt29 × 0023 × 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [28.0] NUMBER SIGN (AL) ÷ [0.3]
30 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ …
31 …023 × 0308 × 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [28.0] NUMB…
32 … ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ […
33 × 0023 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EM DASH (B2) ÷ [0.3]
34 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
35 × 0023 × 0308 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] E…
36 × 0023 × 0308 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7…
37 × 0023 × 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [21.01] <CHARACTER TABULATION> (BA) ÷ [0.3]
38 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATI…
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DTypeFinder.cpp173 if (const auto *AL = dyn_cast<DIArgList>(V)) { in incorporateMDNode() local
174 for (auto *Arg : AL->getArgs()) in incorporateMDNode()
194 void TypeFinder::incorporateAttributes(AttributeList AL) { in incorporateAttributes() argument
195 if (!VisitedAttributes.insert(AL).second) in incorporateAttributes()
198 for (AttributeSet AS : AL) in incorporateAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1322 AttributeList AL; in initializeRuntimeFunctions() local
1323 AL = AL.addFnAttribute(C, Attribute::NoUnwind); in initializeRuntimeFunctions()
1324 AL = AL.addFnAttribute( in initializeRuntimeFunctions()
1326 AL = AL.addRetAttribute(C, Attribute::ZExt); in initializeRuntimeFunctions()
1328 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL); in initializeRuntimeFunctions()
1331 AttributeList AL; in initializeRuntimeFunctions() local
1332 AL = AL.addFnAttribute(C, Attribute::NoUnwind); in initializeRuntimeFunctions()
1333 AL = AL.addFnAttribute( in initializeRuntimeFunctions()
1335 AL = AL.addRetAttribute(C, Attribute::ZExt); in initializeRuntimeFunctions()
1337 "__dfsan_load_label_and_origin", DFSanLoadLabelAndOriginFnTy, AL); in initializeRuntimeFunctions()
[all …]
/openbsd-src/share/misc/
H A Dzipcodes15114 35004:Moody, AL
15115 35005:Adamsville, AL
15116 35006:Adger, AL
15117 35007:Alabaster, AL
15118 35010:Alexander City, AL
15119 35013:Allgood, AL
15120 35014:Alpine, AL
15121 35015:Alton, AL
15122 35016:Arab, AL
15123 35019:Baileyton, AL
[all …]
H A Dusb_hid_usages908 0x181 AL Launch Button Configuration Tool
909 0x182 AL Programmable Button Configuration
910 0x183 AL Consumer Control Configuration
911 0x184 AL Word Processor
912 0x185 AL Text Editor
913 0x186 AL Spreadsheet
914 0x187 AL Graphics Editor
915 0x188 AL Presentation App
916 0x189 AL Database App
917 0x18A AL Email Reader
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h45 AL // Always (unconditional) Always (unconditional) enumerator
73 default: return ARMCC::AL; in getSwappedCondition()
162 case ARMCC::AL: return "al"; in ARMCondCodeToString()
185 .Case("al", ARMCC::AL) in ARMCondCodeFromString()
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dclass.t77 # lib/unicore/lib/Bc/AL.pl. U+070E is unassigned, currently, but still has
78 # bidi class AL. The first one in the sequence that doesn't is 0711, which is
82 is(($str =~ /(\P{BidiClass: AL}+)/)[0], "\x{0711}");
84 is(($str =~ /(\P{bc=AL}+)/)[0], "\x{0711}");

1234567891011