Searched refs:Update (Results 76 - 92 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h800 * Update state - used to traverse complex objects such as packages
932 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp926 bool Update() override { return false; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h231 using UpdateType = cfg::Update<NodePtr>;
649 /// splitBlock - BB is split and now it has one successor. Update dominator
769 // NewBB is split and now it has one successor. Update dominator tree to
819 // dominator of NewBBSucc. Update the dominator tree as appropriate.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1483 // Update counters values on current iteration.
1486 // Update the linear variables.
3990 RValue Update,
3998 if (BO == BO_Comma || !Update.isScalar() ||
3999 !Update.getScalarVal()->getType()->isIntegerTy() || !X.isSimple() ||
4000 (!isa<llvm::ConstantInt>(Update.getScalarVal()) &&
4001 (Update.getScalarVal()->getType() !=
4072 llvm::Value *UpdateVal = Update.getScalarVal();
4087 // Update expressions are allowed to have the following forms:
4112 "Update exp
3989 emitOMPAtomicRMW(CodeGenFunction &CGF, LValue X, RValue Update, BinaryOperatorKind BO, llvm::AtomicOrdering AO, bool IsXLHSInRHSPart) argument
[all...]
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S144 * Update real mode IDT for reflecting hardware interrupts.
706 movw %ax,-0x08(%esi) # Update user flags (low 16)
956 putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S148 * Update real mode IDT for reflecting hardware interrupts.
681 movw %ax,-0x08(%esi) # Update user flags (low 16)
934 putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp956 N1.Change = N2.Change = (N1.Change == Move ? UpdateMove : Update);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2089 // Update the generation for this identifier.
4031 // Update the module's name visibility.
7787 // Update the state of pragmas. Use the same API as if we had encountered the
9160 auto Update = PendingUpdateRecords.pop_back_val();
9162 loadDeclUpdateRecords(Update);
11380 for (auto Update : ESUpdates) {
11382 auto *FPT = Update.second->getType()->castAs<FunctionProtoType>();
11385 Listener->ResolvedExceptionSpec(cast<FunctionDecl>(Update.second));
11386 for (auto *Redecl : Update.second->redecls())
11392 for (auto Update
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2821 Update();
2827 void RenderScriptRuntime::Update() { function in class:RenderScriptRuntime
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp875 // a malloc + bitcast) then replace them with uses of the new global. Update
2545 auto commitAndSetupCache = [&](GlobalVariable *GV, bool Update) {
2548 if (Update) {
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh59 -- Update as if currently running this release
163 # Set whether FreeBSD Update is allowed to add files (or directories, or
183 # Set whether FreeBSD Update is allowed to remove files/directories/symlinks.
202 # Set whether FreeBSD Update should keep existing inode ownership,
673 # to provide an upgrade path for FreeBSD Update 1.x users, since
674 # the kernels provided by FreeBSD Update 1.x are always labelled
839 echo "Update manifest is corrupt -- this should never happen."
882 echo "Update manifest is corrupt -- this should never happen."
928 # to provide an upgrade path for FreeBSD Update 1.x users, since
929 # the kernels provided by FreeBSD Update
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1232 m_thread_list_real.Update(real_thread_list);
1233 m_thread_list.Update(new_thread_list);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9092 uint32_t Update = MachOObjectFile::getVersionMinUpdate(vd, false); local
9093 if (Update != 0)
9094 outs() << "." << Update;
9103 Update = MachOObjectFile::getVersionMinUpdate(vd, true);
9104 if (Update != 0)
9105 outs() << "." << Update;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1765 /* Update the inherited properties of a single base node. */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2459 // Update the values
2465 // Update the values with an empty list if there is no frame
2512 // Update the values with an empty list if there is no process or the
3220 void Update(const SymbolContext &sc) { m_sc = sc; } function in class:SourceFileWindowDelegate
3324 // Update the selected line if the stop ID changed...
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6774 void Update(signed NewFirstUncoveredArg, const Expr *StrExpr) { function in class:__anon604::UncoveredArgHandler
7610 UncoveredArg.Update(notCoveredArg, OrigFormatExpr);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 1001 milliseconds

1234