Searched refs:CallerInfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-value-prof.c66 typedef struct CallerInfo { struct
69 } CallerInfo; typedef in typeref:struct:CallerInfo
71 CallerInfo CallerInfos[128];
74 CallerInfo *addr1 = (CallerInfo *)p1;
75 CallerInfo *addr2 = (CallerInfo *)p2;
90 qsort(CallerInfos, sizeof(CallerInfos) / sizeof(CallerInfo), sizeof(CallerInfo),
102 CallerInfo Ke
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp551 const AnalysisDeclContext *CallerInfo = CallerCtx->getAnalysisDeclContext(); local
552 if (const Stmt *CallerBody = CallerInfo->getBody())
554 return PathDiagnosticLocation::create(CallerInfo->getDecl(), SM);

Completed in 83 milliseconds