Home
last modified time | relevance | path

Searched defs:enterFunction (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h235 virtual void enterFunction(const FunctionDecl *FD) {} enterFunction() function
/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h354 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction() function
/llvm-project/flang/lib/Lower/
H A DPFTBuilder.cpp365 bool enterFunction(const A &func, enterFunction() function in __anonc96f36d90111::PFTBuilder
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2076 void enterFunction(const FunctionDecl* FD) override { enterFunction() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter