HomeSort by: relevance | last modified time | path
    Searched defs:hasContext (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 461 bool hasContext() const { return State != UnknownContext; }
475 bool HasContext = ContextStr.startswith("[");
476 if (!HasContext && CState == UnknownContext) {
487 if (HasContext)

Completed in 52 milliseconds