HomeSort by: relevance | last modified time | path
    Searched refs:IsPure (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 119 bool IsPure = MD->isPure();
126 if (IsPure)
134 if (IsPure)
140 IsPure ? C.generateErrorNode() : C.generateNonFatalErrorNode();
144 const std::unique_ptr<BugType> &BT = IsPure ? BT_Pure : BT_Impure;
152 if (ShowFixIts && !IsPure) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1568 uint64_t IsPure : 1;
Decl.h 2159 bool isPure() const { return FunctionDeclBits.IsPure; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2859 FunctionDeclBits.IsPure = false;
3023 FunctionDeclBits.IsPure = P;
Expr.cpp 3401 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>());
3402 if (IsPure || !IncludePossibleEffects)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 879 if (OpenCLBuiltin.IsPure)

Completed in 31 milliseconds