Searched defs:enterFunction (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafety.h | 235 virtual void enterFunction(const FunctionDecl *FD) {} in enterFunction() function |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ | ||
H A D | xray_function_call_trie.h | 358 void enterFunction(const int32_t FId, uint64_t TSC, enterFunction() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | AnalysisBasedWarnings.cpp | 2076 void enterFunction(const FunctionDecl* FD) override { in enterFunction() function in clang::threadSafety::__anon3adb0fcd1111::ThreadSafetyReporter |