Home
last modified time | relevance | path

Searched refs:isPure (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h116 bool isPure(unsigned ID) const { in isPure() function
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp468 REGISTER_MATCHER(isPure); in RegistryMaps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1372 if (SP->isPure()) in applySubprogramAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6378 AST_MATCHER(CXXMethodDecl, isPure) { return Node.isPureVirtual(); } in AST_MATCHER() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1829 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16527 if (Context.BuiltinInfo.isPure(BuiltinID) && !FD->hasAttr<PureAttr>()) in AddKnownFunctionAttributes()