Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1801 const FunctionDecl *CurrentFunction; member in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter
1805 if (Verbose && CurrentFunction) { in getNotes()
1806 PartialDiagnosticAt FNote(CurrentFunction->getBody()->getBeginLoc(), in getNotes()
1808 << CurrentFunction); in getNotes()
1816 if (Verbose && CurrentFunction) { in getNotes()
1819 << CurrentFunction); in getNotes()
1830 if (Verbose && CurrentFunction) { in getNotes()
1833 << CurrentFunction); in getNotes()
1857 CurrentFunction(nullptr), Verbose(false) {} in ThreadSafetyReporter()
2077 CurrentFunction = FD; in enterFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1011 const FunctionDecl *CurrentFunction; member in __anoneb5110e70a11::ThreadSafetyAnalyzer
1248 if (!isa_and_nonnull<CXXMethodDecl>(CurrentFunction)) in inCurrentScope()
1251 return VD->getDeclContext() == CurrentFunction->getDeclContext(); in inCurrentScope()
2153 if (Analyzer->CurrentFunction == nullptr) in VisitReturnStmt()
2162 Analyzer->CurrentFunction->getReturnType().getCanonicalType(); in VisitReturnStmt()
2280 CurrentFunction = dyn_cast<FunctionDecl>(D); in runAnalysis()
2294 Handler.enterFunction(CurrentFunction); in runAnalysis()
2534 Handler.leaveFunction(CurrentFunction); in runAnalysis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6223 Function *CurrentFunction = Builder.GetInsertBlock()->getParent(); in createTeams() local
6226 BasicBlock &OuterAllocaBB = CurrentFunction->getEntryBlock(); in createTeams()