Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h99 bool isPure(unsigned ID) const { in isPure() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d490 private enum bool isPure = in Task() local
499 private enum bool isPure = false; in Task() local
507 private enum bool isPure = false; in Task() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d474 private enum bool isPure = in Task() local
483 private enum bool isPure = false; in Task() local
491 private enum bool isPure = false; in Task() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1356 final PURE isPure() in isPure() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1966 bool isPure() const { return getSPFlags() & SPFlagPure; } in isPure() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c3822 PURE FuncDeclaration::isPure() in isPure() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2159 bool isPure() const { return FunctionDeclBits.IsPure; } in isPure() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5897 AST_MATCHER(CXXMethodDecl, isPure) { in AST_MATCHER() argument