Home
last modified time | relevance | path

Searched defs:isPure (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp170 void WalkAST::ReportVirtualCall(const CallExpr *CE, bool isPure) { in ReportVirtualCall()
/external/clang/include/clang/Basic/
DBuiltins.h98 bool isPure(unsigned ID) const { in isPure() function
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.h98 bool isPure(unsigned ID) const { in isPure() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1758 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1977 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/external/clang/include/clang/AST/
DDecl.h1837 bool isPure() const { return IsPure; } in isPure() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3951 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument
/external/llvm-project/clang/include/clang/AST/
DDecl.h2139 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5609 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument