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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 208 bool isCalleeDestroyingArgs(TypeFunction* tf);
target.d 273 extern (C++) bool isCalleeDestroyingArgs(TypeFunction tf);
semantic3.d 1141 const bool paramsNeedDtor = target.isCalleeDestroyingArgs(f);
expressionsem.d 2238 const bool callerDestroysArgs = !target.isCalleeDestroyingArgs(tf);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc 566 Target::isCalleeDestroyingArgs (TypeFunction *tf)
d-codegen.cc 2236 || target.isCalleeDestroyingArgs (tf))

Completed in 44 milliseconds