HomeSort by relevance Sort by last modified time
    Searched defs:LLVM_READONLY (Results 1 - 18 of 18) 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 256 SourceRange getSourceRange() const LLVM_READONLY;
439 SourceRange getSourceRange() const LLVM_READONLY {
Decl.h 113 NamedDecl *getUnderlyingDeclImpl() LLVM_READONLY;
331 SourceRange getSourceRange() const override LLVM_READONLY {
444 SourceRange getSourceRange() const override LLVM_READONLY {
448 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
573 SourceRange getSourceRange() const override LLVM_READONLY;
574 SourceLocation getLocStart() const LLVM_READONLY {
802 SourceRange getSourceRange() const override LLVM_READONLY;
    [all...]
TemplateBase.h 459 SourceRange getSourceRange() const LLVM_READONLY;
DeclBase.h 355 virtual SourceRange getSourceRange() const LLVM_READONLY {
358 SourceLocation getLocStart() const LLVM_READONLY {
361 SourceLocation getLocEnd() const LLVM_READONLY {
402 ASTContext &getASTContext() const LLVM_READONLY;
852 FunctionDecl *getAsFunction() LLVM_READONLY;
    [all...]
DeclTemplate.h 130 SourceRange getSourceRange() const LLVM_READONLY {
266 SourceRange getSourceRange() const override LLVM_READONLY {
    [all...]
ExprCXX.h 64 SourceRange getSourceRangeImpl() const LLVM_READONLY;
89 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
90 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
210 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
212 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; }
442 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
443 SourceLocation getLocEnd() const LLVM_READONLY { return Loc; }
470 SourceLocation getLocStart() const LLVM_READONLY { return Loc; }
471 SourceLocation getLocEnd() 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 {
620 SourceRange getSourceRange() const override LLVM_READONLY {
779 SourceRange getSourceRange() const override LLVM_READONLY {
    [all...]
Stmt.h 363 SourceRange getSourceRange() const LLVM_READONLY;
364 SourceLocation getLocStart() const LLVM_READONLY;
365 SourceLocation getLocEnd() const LLVM_READONLY;
473 SourceLocation getLocStart() const LLVM_READONLY { return StartLoc; }
474 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
534 SourceLocation getLocStart() const LLVM_READONLY { return SemiLoc; }
535 SourceLocation getLocEnd() const LLVM_READONLY { return SemiLoc; }
617 SourceLocation getLocStart() const LLVM_READONLY { return LBracLoc; }
618 SourceLocation getLocEnd() const LLVM_READONLY { return RBracLoc; }
672 SourceLocation getLocStart() const LLVM_READONLY { return KeywordLoc;
    [all...]
Expr.h 227 SourceLocation getExprLoc() const LLVM_READONLY;
683 Expr *IgnoreImpCasts() LLVM_READONLY;
687 Expr *IgnoreImplicit() LLVM_READONLY {
691 const Expr *IgnoreImplicit() const LLVM_READONLY {
699 Expr *IgnoreParens() LLVM_READONLY;
703 Expr *IgnoreParenCasts() LLVM_READONLY;
706 Expr *IgnoreCasts() LLVM_READONLY;
710 Expr *IgnoreParenImpCasts() LLVM_READONLY;
714 Expr *IgnoreConversionOperator() LLVM_READONLY;
716 const Expr *IgnoreConversionOperator() const LLVM_READONLY {
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 252 const DiagnosticsEngine &Diag) const LLVM_READONLY;
256 const DiagnosticsEngine &Diag) const LLVM_READONLY;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 350 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...]
  /external/llvm/include/llvm/IR/
Metadata.h 144 Value *getOperand(unsigned i) const LLVM_READONLY;
Function.h 118 unsigned lookupIntrinsicID() const LLVM_READONLY;
155 unsigned getIntrinsicID() const LLVM_READONLY;
Type.h 293 unsigned getPrimitiveSizeInBits() const LLVM_READONLY;
298 unsigned getScalarSizeInBits() const LLVM_READONLY;
307 const Type *getScalarType() const LLVM_READONLY;
308 Type *getScalarType() LLVM_READONLY;
  /external/llvm/include/llvm/Support/
Compiler.h 183 #define LLVM_READONLY __attribute__((__pure__))
185 #define LLVM_READONLY
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 860 milliseconds