Searched refs:Stop (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1337 auto Stop = local
1340 Stop->setVisibility(GlobalValue::HiddenVisibility);
1341 Stop->setDSOLocal(true);
1369 Name, CreateRelPtr(Start), CreateRelPtr(Stop)}));
/freebsd-12-stable/stand/efi/include/
H A Defiprot.h597 EFI_DRIVER_BINDING_STOP Stop; member in struct:_EFI_DRIVER_BINDING
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i589 # Exception occurred. Stop the generator.
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp58 bool Stop() { function in struct:fuzzer::MallocFreeTracer
134 _Exit(Options.OOMExitCode); // Stop right now.
239 _Exit(Options.ErrorExitCode); // Stop right now.
269 // Stop right now, don't perform any at-exit actions.
303 _Exit(Options.TimeoutExitCode); // Stop right now.
319 _Exit(Options.OOMExitCode); // Stop right now.
522 _Exit(Options.ErrorExitCode); // Stop right now.
561 HasMoreMallocsThanFrees = AllocTracer.Stop();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp638 SBError SBProcess::Stop() { function in class:SBProcess
639 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBProcess, Stop);
1351 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, Stop, ());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp311 cl::desc("Stop disassembly at address"),
1503 // Stop when RelCur's offset is past the current instruction.
2123 uint64_t Start, uint64_t Stop) {
2131 if ((Start < BaseAddr + Size) && Stop > BaseAddr)
2137 Twine::utohexstr(Stop) + " specified by --stop-address",
2145 Twine::utohexstr(Start) + ",0x" + Twine::utohexstr(Stop) +
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1446 /// Determines the range for the affine SCEVAddRecExpr {\p Start,+,\p Stop}.
1448 ConstantRange getRangeForAffineAR(const SCEV *Start, const SCEV *Stop,
1452 /// Stop} by "factoring out" a ternary expression from the add recurrence.
1454 ConstantRange getRangeViaFactoring(const SCEV *Start, const SCEV *Stop,
/freebsd-12-stable/sys/conf/
H A Dkern.mk228 # assumption that the program is linked against libc. Stop this.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp182 /* Stop Tracking All Threads attached to Process */
202 /* Stop Tracking all Threads attached to Process */
506 // Stop monitoring the inferior.
749 assert(wait_status.type == WaitStatus::Stop);
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc813 m_tentativeTimer.Stop();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp523 int Stop = (LittleEndian ? NumBytes : -1); local
526 for (; Start != Stop; Start += Incr)
1154 // Stop here and fill this in later, depending on whether or not this
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1515 auto *Stop = new llvm::GlobalVariable(TheModule, PtrTy, local
1519 Stop->setVisibility(llvm::GlobalValue::HiddenVisibility);
1520 return { Start, Stop };
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3059 /// \p Stop: stop iteration if returns {@code true}
3060 /// \return Whether {@code Stop} ever returned {@code true}.
3065 llvm::function_ref<bool(const ExplodedNode *)> Stop) {
3068 if (Stop(N))
3061 traverseHiddenNodes( const ExplodedNode *N, llvm::function_ref<void(const ExplodedNode *)> PreCallback, llvm::function_ref<void(const ExplodedNode *)> PostCallback, llvm::function_ref<bool(const ExplodedNode *)> Stop) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp259 void erase(iterator Start, iterator Stop) { Slices.erase(Start, Stop); } argument
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure19589 procedure Stop;
19591 pragma Attach_Handler (Stop, Ada.Interrupts.Names.SIGINT);
19601 procedure Stop is
19604 end Stop;
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2448 % Stop a page break at the \parskip glue coming up. However, if
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3541 % Stop a page break at the \parskip glue coming up. However, if
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 582 milliseconds

12