Home
last modified time | relevance | path

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

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