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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASectionContrib.h 31 bool hasCode() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSectionContrib.h 30 virtual bool hasCode() const = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASectionContrib.cpp 66 bool DIASectionContrib::hasCode() const {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
blockexit.d 144 if (sl && (!sl.hasCode() || sl.isErrorStatement()))
163 if (blockExit(s, func, mustNotThrow) != BE.halt && s.hasCode() &&
461 if (result == BE.halt && finalresult != BE.halt && s.finalbody && s.finalbody.hasCode())
statement.h 124 bool hasCode();
expression.h 127 virtual bool hasCode()
634 bool hasCode();
statement.d 288 final bool hasCode()
290 extern (C++) final class HasCode : StoppableVisitor
303 stop = s.exp.hasCode();
328 scope HasCode hc = new HasCode();
expression.d 1619 bool hasCode()
4086 override bool hasCode()
statementsem.d 3626 // Could also be extended to check for hasCode
3658 result = tcs._body.hasCode() ? tcs._body : null;
dinterpret.d 813 if (s.exp && s.exp.hasCode)
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 865 if (!hasCode()) {
895 bool hasCode() const { return Code != nullptr; }

Completed in 34 milliseconds