Searched refs:FuncCall (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test.cpp | 19 TEST_F(ThreadSanitizer, FuncCall) { in TEST_F() argument
|
| H A D | tsan_bench.cpp | 82 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetectionDiagnostic.cpp | 72 SCOP_STAT(FuncCall, "Function call with side effects"), 582 : RejectReason(RejectReasonKind::FuncCall), Inst(Inst) {} in ReportFuncCall() 602 return RR->getKind() == RejectReasonKind::FuncCall; in classof()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractFunction.cpp | 815 std::string FuncCall = ExtractedFunc.renderCall(); in REGISTER_TWEAK() local 817 SM, CharSourceRange(ExtractedFunc.BodyRange, false), FuncCall, LangOpts); in REGISTER_TWEAK()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopDetectionDiagnostic.h | 97 FuncCall, enumerator
|