Home
last modified time | relevance | path

Searched refs:FuncCall (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp19 TEST_F(ThreadSanitizer, FuncCall) { in TEST_F() argument
H A Dtsan_bench.cpp82 TEST(DISABLED_BENCH, FuncCall) { in TEST() argument
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp72 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 DExtractFunction.cpp815 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 DScopDetectionDiagnostic.h97 FuncCall, enumerator