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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 88 bool nofree; // true if shouldn't free it member in struct:Scope
dscope.d 97 bool nofree; /// true if shouldn't free it
214 s.nofree = false;
232 //printf("Scope::pop() %p nofree = %d\n", this, nofree);
238 if (!nofree)
750 sc.nofree = true;
dsymbol.d 857 if (!sc.nofree)
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
llvm.vim 128 \ nofree
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLLexer.cpp 660 KEYWORD(nofree);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 1418 if (CB.hasFnAttr(Attribute::NoFree))
1433 return getAssumed() ? "nofree" : "may-free";
1442 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nofree) }
1445 /// NoFree attribute deduction for a call sites.
1471 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nofree); } variable
1474 /// NoFree attribute for floating values.
1480 void trackStatistics() const override{STATS_DECLTRACK_FLOATING_ATTR(nofree)}
1525 /// NoFree attribute for a call site argument.
1531 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(nofree) }
1534 /// NoFree attribute for call site arguments
    [all...]

Completed in 129 milliseconds