Home
last modified time | relevance | path

Searched defs:Pure (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d853 static struct Pure { this(int) pure nothrow @nogc @safe {} } in this() argument
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1360 static struct Pure { this(int) pure nothrow @nogc @safe {} } in this() argument
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp874 const bool Pure = Record.readInt(); in VisitFunctionDecl() local