HomeSort by: relevance | last modified time | path
    Searched refs:betterC (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
attributes.d 4 Used to annotate `unittest`s which need to be tested in a `-betterC` environment.
9 and executed without `-betterC`.
11 package(core) enum betterC = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
attributes.d 4 Used to annotate `unittest`s which need to be tested in a `-betterC` environment.
9 and executed without `-betterC`.
11 package(std) enum betterC = 1;
scopebuffer.d 15 import std.internal.attributes : betterC;
132 @system @betterC unittest
293 @system @betterC unittest
354 @system @betterC unittest
381 @system @betterC unittest
388 @system @betterC unittest
memory.d 27 All these functions are usable in `betterC`.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
checkedint.d 22 * The functions here are templates so they can be used with -betterC,
23 * as betterC does not link with this library.
34 import core.internal.attributes : betterC;
64 @betterC
100 @betterC
182 @betterC
227 @betterC
308 @betterC
344 @betterC
428 @betterC
    [all...]
lifetime.d 3 import core.internal.attributes : betterC;
22 @betterC
69 @betterC
77 @betterC
228 @betterC
231 // works with -betterC too:
334 @betterC
351 @betterC
383 @betterC
392 @betterC
    [all...]
atomic.d 14 import core.internal.attributes : betterC;
915 @betterC @safe pure nothrow unittest
1001 @betterC pure nothrow unittest
1064 @betterC pure nothrow @nogc @safe unittest
1071 @betterC pure nothrow unittest
1129 @betterC pure nothrow @nogc @safe unittest
1153 @betterC pure nothrow @nogc unittest
1176 @betterC pure nothrow @nogc @safe unittest
1200 @betterC pure nothrow @nogc unittest
1223 @betterC pure nothrow @nogc @safe unittest // issue 1665
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.d 149 bool betterC; // be a "better C" compiler; no dependency on D runtime
477 return params.betterC ? null :
globals.h 139 bool betterC; // be a "better C" compiler; no dependency on D runtime
semantic3.d 226 (funcdecl.isMain() || global.params.betterC && funcdecl.isCMain());
408 funcdecl.error("D-style variadic functions cannot be used with -betterC");
1399 if (!ctor.fbody || !ad || !ad.fieldDtor || !global.params.dtorFields || global.params.betterC || ctor.type.toTypeFunction.isnothrow)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/sys/
attr.d 22 import core.internal.attributes : betterC;
318 @betterC @nogc nothrow pure @safe unittest
320 // Use an enum instead of `version (Darwin)` so it works with the betterc test extractor.
328 // Verify that these types don't need __initZ and so can be used in betterC.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
comparison.d 67 import std.internal.attributes : betterC;
119 @safe @nogc @betterC unittest
136 @safe @nogc @betterC unittest
591 @safe @nogc @betterC unittest
1674 @safe @betterC @nogc unittest
1785 @safe @nogc @betterC unittest
1810 @safe @nogc @betterC unittest
2146 @safe @nogc pure @betterC unittest
2453 @safe pure @betterC unittest
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 499 global.params.betterC = !value;
909 if (global.params.betterC)
d-builtins.cc 499 if (global.params.betterC)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d 77 import std.internal.attributes : betterC;
1581 @safe @betterC unittest
6901 @betterC pure @system nothrow @nogc unittest
6955 @betterC pure @system nothrow @nogc unittest
6964 @betterC @safe pure nothrow @nogc unittest
6979 @betterC @system pure unittest
6994 @betterC @system pure unittest
7001 @betterC @system pure nothrow @nogc unittest
7015 @betterC @system pure nothrow @nogc unittest
functional.d 70 import std.internal.attributes : betterC;
1179 @safe @betterC unittest
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 237 import std.internal.attributes : betterC;
11413 @betterC @nogc nothrow @safe unittest

Completed in 72 milliseconds