Home
last modified time | relevance | path

Searched refs:LLVM_READONLY (Results 1 – 25 of 31) sorted by relevance

12

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h49 LLVM_READONLY static inline bool isIdentifierHead(unsigned char c,
59 LLVM_READONLY static inline bool isIdentifierBody(unsigned char c,
88 LLVM_READONLY static inline bool isWhitespace(unsigned char c) { in isWhitespace()
94 LLVM_READONLY static inline bool isDigit(unsigned char c) { in isDigit()
100 LLVM_READONLY static inline bool isLowercase(unsigned char c) { in isLowercase()
106 LLVM_READONLY static inline bool isUppercase(unsigned char c) { in isUppercase()
112 LLVM_READONLY static inline bool isLetter(unsigned char c) { in isLetter()
124 LLVM_READONLY static inline bool isHexDigit(unsigned char c) { in isHexDigit()
140 LLVM_READONLY static inline bool isPrintable(unsigned char c) { in isPrintable()
165 LLVM_READONLY static inline char toLowercase(char c) { in toLowercase()
[all …]
H A DDiagnosticIDs.h262 const DiagnosticsEngine &Diag) const LLVM_READONLY;
266 const DiagnosticsEngine &Diag) const LLVM_READONLY;
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h46 CommentKind getKind() const LLVM_READONLY { in getKind()
50 bool isInvalid() const LLVM_READONLY { in isInvalid()
54 bool isMerged() const LLVM_READONLY { in isMerged()
59 bool isAttached() const LLVM_READONLY { in isAttached()
72 bool isTrailingComment() const LLVM_READONLY { in isTrailingComment()
80 bool isAlmostTrailingComment() const LLVM_READONLY { in isAlmostTrailingComment()
85 bool isOrdinary() const LLVM_READONLY { in isOrdinary()
91 bool isDocumentation() const LLVM_READONLY { in isDocumentation()
96 bool isParseAllComments() const LLVM_READONLY { in isParseAllComments()
110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
[all …]
H A DCommentLexer.h85 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation()
100 StringRef getText() const LLVM_READONLY { in getText()
122 unsigned getCommandID() const LLVM_READONLY { in getCommandID()
132 unsigned getVerbatimBlockID() const LLVM_READONLY { in getVerbatimBlockID()
142 StringRef getVerbatimBlockText() const LLVM_READONLY { in getVerbatimBlockText()
153 unsigned getVerbatimLineID() const LLVM_READONLY { in getVerbatimLineID()
163 StringRef getVerbatimLineText() const LLVM_READONLY { in getVerbatimLineText()
174 StringRef getHTMLTagStartName() const LLVM_READONLY { in getHTMLTagStartName()
185 StringRef getHTMLIdent() const LLVM_READONLY { in getHTMLIdent()
196 StringRef getHTMLQuotedString() const LLVM_READONLY { in getHTMLQuotedString()
[all …]
H A DStmtObjC.h58 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart()
59 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
107 SourceLocation getLocStart() const LLVM_READONLY { return AtCatchLoc; } in getLocStart()
135 SourceLocation getLocStart() const LLVM_READONLY { return AtFinallyLoc; } in getLocStart()
136 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
240 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; } in getLocStart()
241 SourceLocation getLocEnd() const LLVM_READONLY;
298 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
330 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart()
331 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
[all …]
H A DExprCXX.h64 SourceRange getSourceRangeImpl() const LLVM_READONLY;
502 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
505 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
508 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
834 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
1209 SourceLocation getLocStart() const LLVM_READONLY;
1210 SourceLocation getLocEnd() const LLVM_READONLY;
1266 SourceLocation getLocEnd() const LLVM_READONLY;
1306 SourceLocation getLocEnd() const LLVM_READONLY;
2052 SourceLocation getLocEnd() const LLVM_READONLY;
[all …]
H A DExpr.h227 SourceLocation getExprLoc() const LLVM_READONLY;
688 Expr *IgnoreImpCasts() LLVM_READONLY;
692 Expr *IgnoreImplicit() LLVM_READONLY { in IgnoreImplicit()
704 Expr *IgnoreParens() LLVM_READONLY;
708 Expr *IgnoreParenCasts() LLVM_READONLY;
711 Expr *IgnoreCasts() LLVM_READONLY;
715 Expr *IgnoreParenImpCasts() LLVM_READONLY;
719 Expr *IgnoreConversionOperator() LLVM_READONLY;
731 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
743 Expr *ignoreParenBaseCasts() LLVM_READONLY;
[all …]
H A DStmt.h363 SourceRange getSourceRange() const LLVM_READONLY;
364 SourceLocation getLocStart() const LLVM_READONLY;
365 SourceLocation getLocEnd() const LLVM_READONLY;
678 SourceLocation getLocEnd() const LLVM_READONLY;
728 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
921 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
1017 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
1073 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
1195 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
1376 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
[all …]
H A DExprObjC.h74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart()
75 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd()
117 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
516 SourceLocation getLocStart() const LLVM_READONLY {
731 SourceLocation getLocStart() const LLVM_READONLY {
830 SourceLocation getLocStart() const LLVM_READONLY {
1438 SourceLocation getLocStart() const LLVM_READONLY {
1442 SourceLocation getBaseLocEnd() const LLVM_READONLY {
1516 SourceLocation getLocStart() const LLVM_READONLY {
1521 SourceLocation getExprLoc() const LLVM_READONLY {
[all …]
H A DComment.h218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
751 PassDirection getDirection() const LLVM_READONLY { in getDirection()
755 bool isDirectionExplicit() const LLVM_READONLY { in isDirectionExplicit()
778 bool isParamIndexValid() const LLVM_READONLY { in isParamIndexValid()
782 bool isVarArgParam() const LLVM_READONLY { in isVarArgParam()
791 unsigned getParamIndex() const LLVM_READONLY { in getParamIndex()
848 bool isPositionValid() const LLVM_READONLY { in isPositionValid()
889 StringRef getText() const LLVM_READONLY { in getText()
1087 DeclKind getKind() const LLVM_READONLY { in getKind()
[all …]
H A DStmtCXX.h44 SourceLocation getLocStart() const LLVM_READONLY { return CatchLoc; } in getLocStart()
45 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
88 SourceLocation getLocStart() const LLVM_READONLY { return getTryLoc(); } in getLocStart()
89 SourceLocation getLocEnd() const LLVM_READONLY { return getEndLoc(); } in getLocEnd()
192 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart()
193 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
278 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart()
279 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd()
H A DDecl.h117 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
342 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
461 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
590 SourceRange getSourceRange() const override LLVM_READONLY;
591 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
817 SourceRange getSourceRange() const override LLVM_READONLY;
1278 SourceRange getSourceRange() const override LLVM_READONLY;
1634 SourceRange getSourceRange() const override LLVM_READONLY;
2340 SourceRange getSourceRange() const override LLVM_READONLY;
2382 SourceRange getSourceRange() const override LLVM_READONLY;
[all …]
H A DNestedNameSpecifier.h269 SourceRange getSourceRange() const LLVM_READONLY;
467 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
H A DDeclarationName.h532 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
535 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
538 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
H A DDeclCXX.h124 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
201 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
2071 SourceRange getSourceRange() const LLVM_READONLY;
2523 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
2531 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2638 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2754 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2989 SourceRange getSourceRange() const override LLVM_READONLY;
3068 SourceRange getSourceRange() const override LLVM_READONLY;
[all …]
H A DDeclObjC.h291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); } in getLocStart()
292 SourceLocation getLocEnd() const LLVM_READONLY;
293 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
621 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
780 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
1665 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2349 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2420 SourceRange getSourceRange() const override LLVM_READONLY;
2422 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart()
H A DDeclBase.h356 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
359 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
362 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
403 ASTContext &getASTContext() const LLVM_READONLY;
857 FunctionDecl *getAsFunction() LLVM_READONLY;
H A DDeclFriend.h136 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h49 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert()
56 llvm::APSInt getZeroValue() const LLVM_READONLY { in getZeroValue()
61 llvm::APSInt getMinValue() const LLVM_READONLY { in getMinValue()
66 llvm::APSInt getMaxValue() const LLVM_READONLY { in getMaxValue()
70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue()
90 bool AllowMixedSign) const LLVM_READONLY;
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h350 bool isExtendedFloatingPoint() const LLVM_READONLY;
351 bool isExtendedInteger() const LLVM_READONLY;
352 bool isExtendedVector() const LLVM_READONLY;
353 bool isExtended16BitVector() const LLVM_READONLY;
354 bool isExtended32BitVector() const LLVM_READONLY;
355 bool isExtended64BitVector() const LLVM_READONLY;
356 bool isExtended128BitVector() const LLVM_READONLY;
357 bool isExtended256BitVector() const LLVM_READONLY;
358 bool isExtended512BitVector() const LLVM_READONLY;
359 bool isExtended1024BitVector() const LLVM_READONLY;
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DType.h293 unsigned getPrimitiveSizeInBits() const LLVM_READONLY;
298 unsigned getScalarSizeInBits() const LLVM_READONLY;
307 const Type *getScalarType() const LLVM_READONLY;
308 Type *getScalarType() LLVM_READONLY;
H A DFunction.h121 unsigned lookupIntrinsicID() const LLVM_READONLY;
161 unsigned getIntrinsicID() const LLVM_READONLY;
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h192 #define LLVM_READONLY __attribute__((__pure__)) macro
194 #define LLVM_READONLY macro
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h503 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
504 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
505 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
1049 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
1052 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart()
1053 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd()
1675 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
1676 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
1677 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h660 LLVM_READONLY
671 LLVM_READONLY

12