Home
last modified time | relevance | path

Searched refs:StartNode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingValue.c332 ValueProfNode *StartNode, uint32_t N) { in getNextNValueData() argument
334 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()
H A DInstrProfilingInternal.h144 struct ValueProfNode *StartNode,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp285 const ExplodedNode *StartNode = getStartCallSite(N, Reg); in reportLeakedVALists() local
288 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics()) in reportLeakedVALists()
290 StartCallStmt, C.getSourceManager(), StartNode->getLocationContext()); in reportLeakedVALists()
302 StartNode->getLocationContext()->getDecl()); in reportLeakedVALists()