HomeSort by relevance Sort by last modified time
    Searched defs:LLVM_READONLY (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 49 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {
56 llvm::APSInt getZeroValue() const LLVM_READONLY {
61 llvm::APSInt getMinValue() const LLVM_READONLY {
66 llvm::APSInt getMaxValue() const LLVM_READONLY {
70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY {
90 bool AllowMixedSign) const LLVM_READONLY;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 269 SourceRange getSourceRange() const LLVM_READONLY;
467 SourceRange getSourceRange() const LLVM_READONLY {
Decl.h 153 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
385 SourceRange getSourceRange() const override LLVM_READONLY {
504 SourceRange getSourceRange() const override LLVM_READONLY {
508 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
632 SourceRange getSourceRange() const override LLVM_READONLY;
633 SourceLocation getLocStart() const LLVM_READONLY {
870 SourceRange getSourceRange() const override LLVM_READONLY;
    [all...]
TemplateBase.h 461 SourceRange getSourceRange() const LLVM_READONLY;
DeclBase.h 369 virtual SourceRange getSourceRange() const LLVM_READONLY {
372 SourceLocation getLocStart() const LLVM_READONLY {
375 SourceLocation getLocEnd() const LLVM_READONLY {
416 ASTContext &getASTContext() const LLVM_READONLY;
895 FunctionDecl *getAsFunction() LLVM_READONLY;
    [all...]
DeclTemplate.h 136 SourceRange getSourceRange() const LLVM_READONLY {
370 SourceRange getSourceRange() const override LLVM_READONLY {
    [all...]
ExprCXX.h 64 SourceRange getSourceRangeImpl() const LLVM_READONLY;
89 SourceLocation getExprLoc() const LLVM_READONLY {
96 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
97 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
217 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
219 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; }
449 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
450 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
479 SourceLocation getLocStart() const LLVM_READONLY { return Loc;
    [all...]
DeclCXX.h 124 SourceRange getSourceRange() const override LLVM_READONLY {
201 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
202 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
203 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
    [all...]
DeclObjC.h 291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
292 SourceLocation getLocEnd() const LLVM_READONLY;
293 SourceRange getSourceRange() const override LLVM_READONLY {
574 SourceRange getSourceRange() const override LLVM_READONLY;
807 SourceRange getSourceRange() const override LLVM_READONLY {
    [all...]
Stmt.h 345 SourceRange getSourceRange() const LLVM_READONLY;
346 SourceLocation getLocStart() const LLVM_READONLY;
347 SourceLocation getLocEnd() const LLVM_READONLY;
461 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; }
462 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
522 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
523 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
614 SourceLocation getLocStart() const LLVM_READONLY { return LBraceLoc; }
615 SourceLocation getLocEnd() const LLVM_READONLY { return RBraceLoc; }
668 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc;
    [all...]
Expr.h 223 SourceLocation getExprLoc() const LLVM_READONLY;
712 Expr *IgnoreImpCasts() LLVM_READONLY;
716 Expr *IgnoreImplicit() LLVM_READONLY {
720 const Expr *IgnoreImplicit() const LLVM_READONLY {
728 Expr *IgnoreParens() LLVM_READONLY;
732 Expr *IgnoreParenCasts() LLVM_READONLY;
735 Expr *IgnoreCasts() LLVM_READONLY;
739 Expr *IgnoreParenImpCasts() LLVM_READONLY;
743 Expr *IgnoreConversionOperator() LLVM_READONLY;
745 const Expr *IgnoreConversionOperator() const LLVM_READONLY {
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 262 const DiagnosticsEngine &Diag) const LLVM_READONLY;
266 const DiagnosticsEngine &Diag) const LLVM_READONLY;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 368 bool isExtendedFloatingPoint() const LLVM_READONLY;
369 bool isExtendedInteger() const LLVM_READONLY;
370 bool isExtendedVector() const LLVM_READONLY;
371 bool isExtended16BitVector() const LLVM_READONLY;
372 bool isExtended32BitVector() const LLVM_READONLY;
373 bool isExtended64BitVector() const LLVM_READONLY;
374 bool isExtended128BitVector() const LLVM_READONLY;
375 bool isExtended256BitVector() const LLVM_READONLY;
376 bool isExtended512BitVector() const LLVM_READONLY;
377 bool isExtended1024BitVector() const LLVM_READONLY;
    [all...]
  /external/llvm/include/llvm/Support/
Compiler.h 164 #define LLVM_READONLY __attribute__((__pure__))
166 #define LLVM_READONLY
  /external/llvm/include/llvm/IR/
Type.h 286 unsigned getPrimitiveSizeInBits() const LLVM_READONLY;
291 unsigned getScalarSizeInBits() const LLVM_READONLY;
300 Type *getScalarType() const LLVM_READONLY;
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 1053 milliseconds