Home
last modified time | relevance | path

Searched defs:Finish (Results 1 – 16 of 16) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dcounter.cc20 double Finish(Counter const& c, IterationCount iterations, double cpu_time, in Finish() function
42 void Finish(UserCounters* l, IterationCount iterations, double cpu_time, in Finish() function
/llvm-project/flang/runtime/
H A Dformat-implementation.h529 RT_API_ATTRS void FormatControl<CONTEXT>::Finish(Context &context) { Finish() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp42 void ThreadArgRetval::Finish(uptr thread, void* retval) { in Finish() function in __sanitizer::ThreadArgRetval
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h68 enum Control { Apply = 1, Skip = 2, Step = 3, Next = 4, Finish = 5 }; enumerator
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp169 void Finish(MachineBasicBlock &MBB, MOVEMState &State) { in Finish() function in __anon7c7b1b820111::M68kCollapseMOVEM
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp54 void Finish(uptr i) { in Finish() function
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp875 auto Finish = llvm::make_scope_exit([&, NDiags(Output.size())] { flushLastDiag() local
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp684 void Finish() { in Finish() function in __anon018e52220211::CaptureCompletionResults
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3236 ExportEntry Finish(&E, O, Trie); exports() local
3809 MachORebaseEntry Finish(&Err, O, Opcodes, is64); rebaseTable() local
4471 MachOBindEntry Finish(&Err, O, Opcodes, is64, BKind); bindTable() local
4499 MachOChainedFixupEntry Finish(&Err, this, false); fixupTable() local
[all...]
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1061 void MCAssembler::Finish() { Finish() function in MCAssembler
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1151 /// Finish - This does final analysis of the declspec, rejecting things like in Finish() function in DeclSpec
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp734 bool Finish = false; in run() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp545 uint64_t Finish; member
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2482 bool StructuralEquivalenceContext::Finish() { Finish() function in StructuralEquivalenceContext
/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1339 const auto Finish = [&]() { findRoots() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1158 auto Finish = [&](bool Matched) { matchesAnyAncestorOf() local