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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 224 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
290 bool hasInfo() const { return !Active.empty(); }
291 /// Return the LoopInfo for the current loop. HasInfo should be called
CGLoopInfo.cpp 826 if (!hasInfo())
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 540 if (!LastEMSInfo->hasInfo())
619 bool hasInfo() { return F != nullptr; }

Completed in 48 milliseconds