| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | CharInfo.h | 48 LLVM_READONLY inline bool isIdentifierHead(unsigned char c, 58 LLVM_READONLY inline bool isIdentifierBody(unsigned char c, 70 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() 78 LLVM_READONLY inline bool isVerticalWhitespace(unsigned char c) { in isVerticalWhitespace() 87 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() 93 LLVM_READONLY inline bool isDigit(unsigned char c) { in isDigit() 99 LLVM_READONLY inline bool isLowercase(unsigned char c) { in isLowercase() 105 LLVM_READONLY inline bool isUppercase(unsigned char c) { in isUppercase() 111 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter() 117 LLVM_READONLY inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric() [all …]
|
| D | TypeTraits.h | 62 const char *getTraitName(TypeTrait T) LLVM_READONLY; 63 const char *getTraitName(ArrayTypeTrait T) LLVM_READONLY; 64 const char *getTraitName(UnaryExprOrTypeTrait T) LLVM_READONLY; 67 const char *getTraitSpelling(TypeTrait T) LLVM_READONLY; 68 const char *getTraitSpelling(ArrayTypeTrait T) LLVM_READONLY; 69 const char *getTraitSpelling(UnaryExprOrTypeTrait T) LLVM_READONLY;
|
| D | ExpressionTraits.h | 30 const char *getTraitName(ExpressionTrait T) LLVM_READONLY; 33 const char *getTraitSpelling(ExpressionTrait T) LLVM_READONLY;
|
| D | DiagnosticIDs.h | 324 const DiagnosticsEngine &Diag) const LLVM_READONLY; 328 const DiagnosticsEngine &Diag) const LLVM_READONLY;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| D | AMDGPUBaseInfo.h | 274 LLVM_READONLY 277 LLVM_READONLY 297 LLVM_READONLY 310 LLVM_READONLY 313 LLVM_READONLY 316 LLVM_READONLY 334 LLVM_READONLY 337 LLVM_READONLY 340 LLVM_READONLY 343 LLVM_READONLY [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | RawCommentList.h | 50 CommentKind getKind() const LLVM_READONLY { in getKind() 54 bool isInvalid() const LLVM_READONLY { in isInvalid() 58 bool isMerged() const LLVM_READONLY { in isMerged() 63 bool isAttached() const LLVM_READONLY { in isAttached() 76 bool isTrailingComment() const LLVM_READONLY { in isTrailingComment() 83 bool isAlmostTrailingComment() const LLVM_READONLY { in isAlmostTrailingComment() 88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() 93 bool isDocumentation() const LLVM_READONLY { in isDocumentation() 107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() 108 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() [all …]
|
| D | CommentLexer.h | 80 SourceLocation getLocation() const LLVM_READONLY { return Loc; } in getLocation() 83 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation() 89 tok::TokenKind getKind() const LLVM_READONLY { return Kind; } in getKind() 92 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; } in is() 93 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot() 95 unsigned getLength() const LLVM_READONLY { return Length; } in getLength() 98 StringRef getText() const LLVM_READONLY { in getText() 109 StringRef getUnknownCommandName() const LLVM_READONLY { in getUnknownCommandName() 120 unsigned getCommandID() const LLVM_READONLY { in getCommandID() 130 unsigned getVerbatimBlockID() const LLVM_READONLY { in getVerbatimBlockID() [all …]
|
| D | StmtObjC.h | 57 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; } in getBeginLoc() 58 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 110 SourceLocation getBeginLoc() const LLVM_READONLY { return AtCatchLoc; } in getBeginLoc() 111 SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); } in getEndLoc() 143 SourceLocation getBeginLoc() const LLVM_READONLY { return AtFinallyLoc; } in getBeginLoc() 144 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 252 SourceLocation getBeginLoc() const LLVM_READONLY { return AtTryLoc; } in getBeginLoc() 253 SourceLocation getEndLoc() const LLVM_READONLY; 313 SourceLocation getBeginLoc() const LLVM_READONLY { return AtSynchronizedLoc; } in getBeginLoc() 314 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() [all …]
|
| D | ExprObjC.h | 72 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() 73 SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); } in getEndLoc() 104 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() 105 SourceLocation getEndLoc() const LLVM_READONLY { return Loc; } in getEndLoc() 159 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() 160 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() 162 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() 216 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() 217 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() 218 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() [all …]
|
| D | Comment.h | 214 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() 216 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() 218 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() 220 SourceLocation getLocation() const LLVM_READONLY { return Loc; } in getLocation() 281 StringRef getText() const LLVM_READONLY { return Text; } in getText() 395 StringRef getTagName() const LLVM_READONLY { return TagName; } in getTagName() 397 SourceRange getTagNameSourceRange() const LLVM_READONLY { in getTagNameSourceRange() 689 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph() 704 CommandMarkerKind getCommandMarker() const LLVM_READONLY { in getCommandMarker() 745 PassDirection getDirection() const LLVM_READONLY { in getDirection() [all …]
|
| D | ExprCXX.h | 91 SourceRange getSourceRangeImpl() const LLVM_READONLY; 152 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() 218 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() 317 DecomposedForm getDecomposedForm() const LLVM_READONLY; 336 SourceLocation getOperatorLoc() const LLVM_READONLY { in getOperatorLoc() 339 SourceLocation getExprLoc() const LLVM_READONLY { return getOperatorLoc(); } in getExprLoc() 345 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 348 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 351 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() 409 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() [all …]
|
| D | Expr.h | 244 SourceLocation getExprLoc() const LLVM_READONLY; 812 Expr *IgnoreImpCasts() LLVM_READONLY; 823 Expr *IgnoreCasts() LLVM_READONLY; 833 Expr *IgnoreImplicit() LLVM_READONLY; 843 Expr *IgnoreImplicitAsWritten() LLVM_READONLY; 855 Expr *IgnoreParens() LLVM_READONLY; 869 Expr *IgnoreParenImpCasts() LLVM_READONLY; 878 Expr *IgnoreParenCasts() LLVM_READONLY; 885 Expr *IgnoreConversionOperatorSingleStep() LLVM_READONLY; 898 Expr *IgnoreParenLValueCasts() LLVM_READONLY; [all …]
|
| D | StmtCXX.h | 43 SourceLocation getBeginLoc() const LLVM_READONLY { return CatchLoc; } in getBeginLoc() 44 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 92 SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); } in getBeginLoc() 206 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; } in getBeginLoc() 207 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 296 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc() 297 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 421 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 425 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 492 SourceLocation getBeginLoc() const LLVM_READONLY { return CoreturnLoc; } in getBeginLoc() [all …]
|
| D | ExprOpenMP.h | 113 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 116 SourceLocation getEndLoc() const LLVM_READONLY { return RBracketLoc; } in getEndLoc() 127 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc() 198 SourceLocation getBeginLoc() const LLVM_READONLY { return LPLoc; } in getBeginLoc() 199 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 374 SourceLocation getBeginLoc() const LLVM_READONLY { return IteratorKwLoc; } in getBeginLoc() 375 SourceLocation getEndLoc() const LLVM_READONLY { return RPLoc; } in getEndLoc()
|
| D | Stmt.h | 1171 SourceRange getSourceRange() const LLVM_READONLY; in alignas() 1172 SourceLocation getBeginLoc() const LLVM_READONLY; in alignas() 1173 SourceLocation getEndLoc() const LLVM_READONLY; in alignas() 1317 SourceLocation getBeginLoc() const LLVM_READONLY { return StartLoc; } in getBeginLoc() 1556 inline SourceLocation getEndLoc() const LLVM_READONLY; 1695 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 1741 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 1826 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() 1889 SourceLocation getEndLoc() const LLVM_READONLY { return SubStmt->getEndLoc();} in getEndLoc() 2091 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() [all …]
|
| D | ExprConcepts.h | 124 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 128 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 540 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 543 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc()
|
| D | Decl.h | 258 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY; 526 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 651 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 655 SourceLocation getBeginLoc() const LLVM_READONLY { return LocStart; } in getBeginLoc() 776 SourceRange getSourceRange() const override LLVM_READONLY; 778 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() 1079 SourceRange getSourceRange() const override LLVM_READONLY; 1686 SourceRange getSourceRange() const override LLVM_READONLY; 2062 SourceRange getSourceRange() const override LLVM_READONLY; 3022 SourceRange getSourceRange() const override LLVM_READONLY; [all …]
|
| D | DeclCXX.h | 114 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 190 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() 191 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() 192 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); } in getEndLoc() 195 SourceLocation getBaseTypeLoc() const LLVM_READONLY { in getBaseTypeLoc() 2338 SourceRange getSourceRange() const LLVM_READONLY; 2847 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() 2855 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 2970 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 3083 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() [all …]
|
| D | NestedNameSpecifier.h | 287 SourceRange getSourceRange() const LLVM_READONLY; 483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
|
| D | DeclObjC.h | 285 SourceLocation getBeginLoc() const LLVM_READONLY { return getLocation(); } in getBeginLoc() 286 SourceLocation getEndLoc() const LLVM_READONLY; 287 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 619 SourceRange getSourceRange() const override LLVM_READONLY; 925 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 1102 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 1291 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 2216 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() 2800 SourceRange getSourceRange() const override LLVM_READONLY; 2802 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 494 bool isExtendedFloatingPoint() const LLVM_READONLY; 495 bool isExtendedInteger() const LLVM_READONLY; 496 bool isExtendedScalarInteger() const LLVM_READONLY; 497 bool isExtendedVector() const LLVM_READONLY; 498 bool isExtended16BitVector() const LLVM_READONLY; 499 bool isExtended32BitVector() const LLVM_READONLY; 500 bool isExtended64BitVector() const LLVM_READONLY; 501 bool isExtended128BitVector() const LLVM_READONLY; 502 bool isExtended256BitVector() const LLVM_READONLY; 503 bool isExtended512BitVector() const LLVM_READONLY; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | APSIntType.h | 48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert() 55 llvm::APSInt getZeroValue() const LLVM_READONLY { in getZeroValue() 60 llvm::APSInt getMinValue() const LLVM_READONLY { in getMinValue() 65 llvm::APSInt getMaxValue() const LLVM_READONLY { in getMaxValue() 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() 89 bool AllowMixedSign) const LLVM_READONLY;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIInstrInfo.h | 255 LLVM_READONLY 258 LLVM_READONLY 975 LLVM_READONLY 978 LLVM_READONLY 1169 LLVM_READONLY 1172 LLVM_READONLY 1175 LLVM_READONLY 1178 LLVM_READONLY 1181 LLVM_READONLY 1184 LLVM_READONLY [all …]
|
| D | SIRegisterInfo.h | 140 LLVM_READONLY 143 LLVM_READONLY 146 LLVM_READONLY
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | APInt.h | 213 bool EqualSlowCase(const APInt &RHS) const LLVM_READONLY; 216 unsigned countLeadingZerosSlowCase() const LLVM_READONLY; 219 unsigned countLeadingOnesSlowCase() const LLVM_READONLY; 222 unsigned countTrailingZerosSlowCase() const LLVM_READONLY; 225 unsigned countTrailingOnesSlowCase() const LLVM_READONLY; 228 unsigned countPopulationSlowCase() const LLVM_READONLY; 231 bool intersectsSlowCase(const APInt &RHS) const LLVM_READONLY; 234 bool isSubsetOfSlowCase(const APInt &RHS) const LLVM_READONLY; 253 int compare(const APInt &RHS) const LLVM_READONLY; 257 int compareSigned(const APInt &RHS) const LLVM_READONLY;
|