HomeSort by: relevance | last modified time | path
    Searched refs:Brackets (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 184 // This objects maintains the current score brackets of each wait counter, and
189 // the brackets. When multiple types of event happen in the bracket,
1185 // Update waitcnt brackets after determining the required wait.
1378 /// Merge the pending events and associater score brackets of \p Other into
1379 /// this brackets status.
1382 /// (i.e. the merged brackets strictly dominate the original brackets).
1633 std::unique_ptr<WaitcntBrackets> Brackets;
1645 if (!Brackets)
1646 Brackets = std::make_unique<WaitcntBrackets>(*BI.Incoming)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 637 SmallVector<Bracket, 8> Brackets;
642 Brackets.push_back(Paren);
644 if (Brackets.empty() || Brackets.back() == Brace)
646 Brackets.pop_back();
648 Brackets.push_back(Brace);
650 if (Brackets.empty() || Brackets.back() == Paren)
652 Brackets.pop_back();
655 return Brackets.empty()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3034 /// The range spanned by the left and right array brackets.
3035 SourceRange Brackets;
3039 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(); }
3093 /// The range spanned by the left and right array brackets.
3094 SourceRange Brackets;
    [all...]
DeclObjC.h 659 /// Location of the left and right angle brackets.
660 SourceRange Brackets;
708 SourceLocation getLAngleLoc() const { return Brackets.getBegin(); }
709 SourceLocation getRAngleLoc() const { return Brackets.getEnd(); }
710 SourceRange getSourceRange() const { return Brackets; }
2037 /// protocols are referenced using angle brackets as follows:
ASTContext.h 1336 SourceRange Brackets) const;
1346 SourceRange Brackets) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 2317 /// \param Brackets The range from the opening '[' to the closing ']'.
2326 SourceRange Brackets, DeclarationName Entity) {
2328 SourceLocation Loc = Brackets.getBegin();
2352 if (RequireNonAbstractType(Brackets.getBegin(), T,
2443 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets);
2448 T = Context.getDependentSizedArrayType(T, ArraySize, ASM, Quals, Brackets);
2459 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets);
2468 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets);
SemaInit.cpp 8027 SourceRange Brackets;
8029 // Scavange the location of the brackets from the entity, if we can.
8035 Brackets = ArrayLoc.getBracketsRange();
8044 Brackets);
SemaExpr.cpp 5075 ArrayRef<SourceRange> Brackets) {
5090 LParenLoc, RParenLoc, Dims, Brackets);
5144 LParenLoc, RParenLoc, NewDims, Brackets);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1465 : Brackets(lAngleLoc, rAngleLoc), NumParams(typeParams.size()) {
ASTContext.cpp 3612 SourceRange Brackets) const {
3621 IndexTypeQuals, Brackets);
3626 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets);
3640 SourceRange brackets) const {
3654 brackets);
3679 brackets);
3699 ASM, elementTypeQuals, brackets);
Type.cpp 206 SourceRange brackets)
208 Context(Context), SizeExpr((Stmt*) e), Brackets(brackets) {}
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1913 SourceRange Brackets, DeclarationName Entity);
5273 ArrayRef<SourceRange> Brackets);

Completed in 84 milliseconds