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

  /src/usr.bin/make/
compat.c 240 bool doIt; /* Execute even if -n */
256 doIt = false;
303 doIt = true;
320 if (!doIt && !GNode_ShouldExecute(gn))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d 1820 void doIt()
1861 submitAndExecute(this, &doIt);
3665 scope void delegate() doIt
3671 alias PTask = typeof(scopedTask(doIt));
3712 auto temp = scopedTask(doIt);
3845 void doIt()
3881 submitAndExecute(pool, &doIt);
3929 void doIt()
4065 submitAndExecute(pool, &doIt);
functional.d 1641 * [ref] ReturnType!F doIt(Parameters!F args) [@attributes]
1651 // configuration for generating the doIt().
1657 // Generate the function body of doIt().
1661 // [ref] ReturnType doIt(Parameters args) @attributes
1676 // Generate the member function doIt().
1678 .generateFunction!("FuncInfo_doIt", "doIt", F) );
1724 alias DelType = typeof(&(new DelegateFaker!(F)).doIt);
1740 // DelegateFaker.doIt.
1746 auto dummyDel = &dummy.doIt;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
memory.d 1506 static T* doIt(ref T value) @trusted
1514 return doIt(value); // T dtor might be @system

Completed in 32 milliseconds