Home
last modified time | relevance | path

Searched refs:unknown_function (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.cpp121 int unknown_function();
125 while (i < unknown_function()) { in function_call()
131 } while (i < unknown_function()); in function_call()
133 for (i = 0; i < unknown_function();) { in function_call()
318 if (unknown_function()) in loop_exit1()
326 if (unknown_function()) in loop_exit2()
334 if (unknown_function()) in loop_exit3()
344 if (unknown_function()) in loop_exit4()
354 if (unknown_function()) in loop_exit5()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp705 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
836 return Err->get() == instrprof_error::unknown_function in getRecords()
1072 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1084 instrprof_error::unknown_function, in getMemProfRecord()
H A DInstrProf.cpp127 case instrprof_error::unknown_function: in getInstrProfErrString()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp115 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, R.takeError())); in TEST_P()
141 ASSERT_TRUE(ErrorEquals(instrprof_error::unknown_function, std::move(E2))); in TEST_P()
363 ErrorEquals(instrprof_error::unknown_function, RecordOr.takeError())); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h317 unknown_function, enumerator
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp254 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1037 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1234 if (Err == instrprof_error::unknown_function) { in readCounters()
/llvm-project-15.0.7/clang/docs/
H A DDataFlowAnalysisIntro.md900 unknown_function(x); // may change x.