Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLModifierFlags.h79 bool isPure() const { return SkToBool(*this & ModifierFlag::kPure); } in isPure() function
/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/pytorch/torch/csrc/jit/tensorexpr/
Dir.h876 bool isPure() 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2007 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3951 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDecl.h1837 bool isPure() const { return IsPure; } in isPure() function