Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Interfaces/
H A DSideEffectInterfaces.cpp392 bool mlir::isPure(Operation *op) { isPure() function in mlir
/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h116 bool isPure(unsigned ID) const { isPure() function
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1829 bool isPure() const { return getSPFlags() & SPFlagPure; } isPure() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6378 AST_MATCHER(CXXMethodDecl,isPure) AST_MATCHER() argument