| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1633 std::unique_ptr<WaitcntBrackets> Brackets; in runOnMachineFunction() local 1645 if (!Brackets) in runOnMachineFunction() 1646 Brackets = std::make_unique<WaitcntBrackets>(*BI.Incoming); in runOnMachineFunction() 1648 *Brackets = *BI.Incoming; in runOnMachineFunction() 1650 if (!Brackets) in runOnMachineFunction() 1651 Brackets = std::make_unique<WaitcntBrackets>(ST); in runOnMachineFunction() 1653 *Brackets = WaitcntBrackets(ST); in runOnMachineFunction() 1656 Modified |= insertWaitcntInBlock(MF, *BI.MBB, *Brackets); in runOnMachineFunction() 1659 if (Brackets->hasPending()) { in runOnMachineFunction() 1671 SuccBI.Incoming = std::make_unique<WaitcntBrackets>(*Brackets); in runOnMachineFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 637 SmallVector<Bracket, 8> Brackets; in CheckMatchedBrackets() local 642 Brackets.push_back(Paren); in CheckMatchedBrackets() 644 if (Brackets.empty() || Brackets.back() == Brace) in CheckMatchedBrackets() 646 Brackets.pop_back(); in CheckMatchedBrackets() 648 Brackets.push_back(Brace); in CheckMatchedBrackets() 650 if (Brackets.empty() || Brackets.back() == Paren) in CheckMatchedBrackets() 652 Brackets.pop_back(); in CheckMatchedBrackets() 655 return Brackets.empty(); in CheckMatchedBrackets()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 3035 SourceRange Brackets; 3041 SizeExpr((Stmt*) e), Brackets(brackets) {} 3052 SourceRange getBracketsRange() const { return Brackets; } 3053 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); } 3054 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); } 3094 SourceRange Brackets; 3109 SourceRange getBracketsRange() const { return Brackets; } 3110 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); } 3111 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
|
| H A D | DeclObjC.h | 660 SourceRange Brackets; variable 708 SourceLocation getLAngleLoc() const { return Brackets.getBegin(); } in getLAngleLoc() 709 SourceLocation getRAngleLoc() const { return Brackets.getEnd(); } in getRAngleLoc() 710 SourceRange getSourceRange() const { return Brackets; } in getSourceRange()
|
| H A D | ASTContext.h | 1336 SourceRange Brackets) const; 1346 SourceRange Brackets) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2326 SourceRange Brackets, DeclarationName Entity) { in BuildArrayType() argument 2328 SourceLocation Loc = Brackets.getBegin(); in BuildArrayType() 2352 if (RequireNonAbstractType(Brackets.getBegin(), T, in BuildArrayType() 2443 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType() 2448 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2459 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2468 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
|
| H A D | SemaInit.cpp | 8027 SourceRange Brackets; in Perform() local 8035 Brackets = ArrayLoc.getBracketsRange(); in Perform() 8044 Brackets); in Perform()
|
| H A D | SemaExpr.cpp | 5075 ArrayRef<SourceRange> Brackets) { in ActOnOMPArrayShapingExpr() argument 5090 LParenLoc, RParenLoc, Dims, Brackets); in ActOnOMPArrayShapingExpr() 5144 LParenLoc, RParenLoc, NewDims, Brackets); in ActOnOMPArrayShapingExpr()
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | AUTHORS | 163 Unknown W. Brackets <checkins@unknownbrackets.org>
|
| H A D | ChangeLog | 3979 * windows: fix fs_read with nbufs > 1 and offset (Unknown W. Brackets) 4042 * windows: fix fs_write with nbufs > 1 and offset (Unknown W. Brackets)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1465 : Brackets(lAngleLoc, rAngleLoc), NumParams(typeParams.size()) { in ObjCTypeParamList()
|
| H A D | ASTContext.cpp | 3612 SourceRange Brackets) const { in getVariableArrayType() 3621 IndexTypeQuals, Brackets); in getVariableArrayType() 3626 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
|
| H A D | Type.cpp | 208 Context(Context), SizeExpr((Stmt*) e), Brackets(brackets) {} in DependentSizedArrayType()
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | autotest.at | 836 AT_CHECK_AT_TITLE_CHAR([Brackets], [[[]]], [[]])
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1913 SourceRange Brackets, DeclarationName Entity); 5273 ArrayRef<SourceRange> Brackets);
|
| /netbsd-src/external/gpl2/diffutils/dist/doc/ |
| H A D | diff.texi | 3611 any unique prefix of their name. Brackets ([ and ]) indicate that an
|
| H A D | diff.info | 3459 their name. Brackets ([ and ]) indicate that an option takes an
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 3857 * troff/node.c (bracket_node::tprint): Brackets were being printed
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/po/ |
| H A D | gas.pot | 2886 msgid "Brackets in operand field incorrect"
|
| H A D | ru.po | 2925 msgid "Brackets in operand field incorrect"
|
| H A D | uk.po | 2905 msgid "Brackets in operand field incorrect"
|
| /netbsd-src/external/gpl3/binutils/dist/gas/po/ |
| H A D | gas.pot | 3084 msgid "Brackets in operand field incorrect"
|
| H A D | uk.po | 3101 msgid "Brackets in operand field incorrect"
|
| H A D | ru.po | 2974 msgid "Brackets in operand field incorrect"
|
| H A D | sv.po | 2750 msgid "Brackets in operand field incorrect"
|