Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DCharInfo.h49 LLVM_READONLY static inline bool isIdentifierHead(unsigned char c,
59 LLVM_READONLY static inline bool isIdentifierBody(unsigned char c,
71 LLVM_READONLY static inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace()
79 LLVM_READONLY static inline bool isVerticalWhitespace(unsigned char c) { in isVerticalWhitespace()
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()
118 LLVM_READONLY static inline bool isAlphanumeric(unsigned char c) { in isAlphanumeric()
[all …]
DDiagnosticIDs.h262 const DiagnosticsEngine &Diag) const LLVM_READONLY;
266 const DiagnosticsEngine &Diag) const LLVM_READONLY;
/external/clang/include/clang/AST/
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 …]
DCommentLexer.h82 SourceLocation getLocation() const LLVM_READONLY { return Loc; } in getLocation()
85 SourceLocation getEndLocation() const LLVM_READONLY { in getEndLocation()
91 tok::TokenKind getKind() const LLVM_READONLY { return Kind; } in getKind()
94 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; } in is()
95 bool isNot(tok::TokenKind K) const LLVM_READONLY { return Kind != K; } in isNot()
97 unsigned getLength() const LLVM_READONLY { return Length; } in getLength()
100 StringRef getText() const LLVM_READONLY { in getText()
111 StringRef getUnknownCommandName() const LLVM_READONLY { in getUnknownCommandName()
122 unsigned getCommandID() const LLVM_READONLY { in getCommandID()
132 unsigned getVerbatimBlockID() const LLVM_READONLY { in getVerbatimBlockID()
[all …]
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()
108 SourceLocation getLocEnd() const LLVM_READONLY { return Body->getLocEnd(); } in getLocEnd()
136 SourceLocation getLocStart() const LLVM_READONLY { return AtFinallyLoc; } in getLocStart()
137 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
241 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; } in getLocStart()
242 SourceLocation getLocEnd() const LLVM_READONLY;
298 SourceLocation getLocStart() const LLVM_READONLY { return AtSynchronizedLoc; } in getLocStart()
299 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
[all …]
DExprCXX.h62 SourceRange getSourceRangeImpl() const LLVM_READONLY;
86 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc()
93 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
94 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
146 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc()
233 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart()
234 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; } in getLocEnd()
235 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; } in getAngleBrackets()
486 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart()
487 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd()
[all …]
DExpr.h224 SourceLocation getExprLoc() const LLVM_READONLY;
720 Expr *IgnoreImpCasts() LLVM_READONLY;
724 Expr *IgnoreImplicit() LLVM_READONLY { in IgnoreImplicit()
728 const Expr *IgnoreImplicit() const LLVM_READONLY { in IgnoreImplicit()
736 Expr *IgnoreParens() LLVM_READONLY;
740 Expr *IgnoreParenCasts() LLVM_READONLY;
743 Expr *IgnoreCasts() LLVM_READONLY;
747 Expr *IgnoreParenImpCasts() LLVM_READONLY;
751 Expr *IgnoreConversionOperator() LLVM_READONLY;
753 const Expr *IgnoreConversionOperator() const LLVM_READONLY { in IgnoreConversionOperator()
[all …]
DStmt.h357 SourceRange getSourceRange() const LLVM_READONLY; in LLVM_ALIGNAS()
358 SourceLocation getLocStart() const LLVM_READONLY; in LLVM_ALIGNAS()
359 SourceLocation getLocEnd() const LLVM_READONLY; in LLVM_ALIGNAS()
473 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; } in getLocStart()
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; } in getLocEnd()
534 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; } in getLocStart()
535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; } in getLocEnd()
626 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; } in getLocStart()
627 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; } in getLocEnd()
680 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart()
[all …]
DExprObjC.h47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; } in getLocStart()
48 SourceLocation getLocEnd() const LLVM_READONLY { return String->getLocEnd(); } in getLocEnd()
74 SourceLocation getLocStart() const LLVM_READONLY { return Loc; } in getLocStart()
75 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; } in getLocEnd()
117 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
118 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
119 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
167 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
168 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
169 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
[all …]
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()
198 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; } in getLocStart()
199 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
284 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc; } in getLocStart()
285 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();} in getLocEnd()
352 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
355 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
[all …]
DComment.h216 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
218 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
222 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
226 SourceLocation getLocation() const LLVM_READONLY { return Loc; } in getLocation()
287 StringRef getText() const LLVM_READONLY { return Text; } in getText()
401 StringRef getTagName() const LLVM_READONLY { return TagName; } in getTagName()
403 SourceRange getTagNameSourceRange() const LLVM_READONLY { in getTagNameSourceRange()
695 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph()
710 CommandMarkerKind getCommandMarker() const LLVM_READONLY { in getCommandMarker()
751 PassDirection getDirection() const LLVM_READONLY { in getDirection()
[all …]
DExprOpenMP.h104 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
107 SourceLocation getLocEnd() const LLVM_READONLY { return RBracketLoc; } in getLocEnd()
115 SourceLocation getExprLoc() const LLVM_READONLY { in getExprLoc()
DDecl.h221 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
455 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
564 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
568 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; } in getLocStart()
692 SourceRange getSourceRange() const override LLVM_READONLY;
693 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
943 SourceRange getSourceRange() const override LLVM_READONLY;
1403 SourceRange getSourceRange() const override LLVM_READONLY;
1755 SourceRange getSourceRange() const override LLVM_READONLY;
2463 SourceRange getSourceRange() const override LLVM_READONLY;
[all …]
DDeclarationName.h535 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
538 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
541 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
DNestedNameSpecifier.h270 SourceRange getSourceRange() const LLVM_READONLY;
468 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
DDeclCXX.h126 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
203 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
204 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
205 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
2096 SourceRange getSourceRange() const LLVM_READONLY;
2583 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()
2591 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2698 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
2814 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange()
3161 SourceRange getSourceRange() const override LLVM_READONLY;
[all …]
/external/llvm/include/llvm/CodeGen/
DValueTypes.h373 bool isExtendedFloatingPoint() const LLVM_READONLY;
374 bool isExtendedInteger() const LLVM_READONLY;
375 bool isExtendedScalarInteger() const LLVM_READONLY;
376 bool isExtendedVector() const LLVM_READONLY;
377 bool isExtended16BitVector() const LLVM_READONLY;
378 bool isExtended32BitVector() const LLVM_READONLY;
379 bool isExtended64BitVector() const LLVM_READONLY;
380 bool isExtended128BitVector() const LLVM_READONLY;
381 bool isExtended256BitVector() const LLVM_READONLY;
382 bool isExtended512BitVector() const LLVM_READONLY;
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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;
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h146 LLVM_READONLY
503 LLVM_READONLY
506 LLVM_READONLY
544 LLVM_READONLY
547 LLVM_READONLY
550 LLVM_READONLY
553 LLVM_READONLY
556 LLVM_READONLY
559 LLVM_READONLY
562 LLVM_READONLY
DAMDGPUInstrInfo.h64 LLVM_READONLY
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h279 unsigned getPrimitiveSizeInBits() const LLVM_READONLY;
284 unsigned getScalarSizeInBits() const LLVM_READONLY;
293 Type *getScalarType() const LLVM_READONLY;
/external/llvm/include/llvm/IR/
DType.h277 unsigned getPrimitiveSizeInBits() const LLVM_READONLY;
282 unsigned getScalarSizeInBits() const LLVM_READONLY;
291 Type *getScalarType() const LLVM_READONLY;
/external/llvm/include/llvm/Support/
DCompiler.h170 #define LLVM_READONLY __attribute__((__pure__)) macro
172 #define LLVM_READONLY macro
/external/clang/include/clang/Sema/
DDeclSpec.h502 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
503 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
504 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
1087 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
1090 SourceLocation getLocStart() const LLVM_READONLY { return StartLocation; } in getLocStart()
1091 SourceLocation getLocEnd() const LLVM_READONLY { return EndLocation; } in getLocEnd()
1760 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange()
1761 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); } in getLocStart()
1762 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); } in getLocEnd()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h172 #define LLVM_READONLY __attribute__((__pure__)) macro
174 #define LLVM_READONLY macro

12