Home
last modified time | relevance | path

Searched refs:Checked (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp89 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
91 if (Checked[Reg]) in checkAllSuperRegsMarked()
103 Checked.set(*SR); in checkAllSuperRegsMarked()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Derror.h116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked() argument
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvsclient.info-323 `Checked-in PATHNAME \n'
29 Additional data: New Entries line, \n. Like `Checked-in', but the
108 This MODE applies to the next file mentioned in `Checked-in'.
397 C: Valid-responses ok error Checked-in M E
492 S: Checked-in ./
509 `update'. Responses: `ok', `error', `Valid-requests', `Checked-in',
H A Dcvsclient.texi1246 S: Checked-in ./
1273 @code{Checked-in} responses from the buggy servers.
1374 The responses @code{Checked-in}, @code{New-entry}, @code{Updated},
1444 @item Checked-in @var{pathname} \n
1450 Additional data: New Entries line, \n. Like @code{Checked-in}, but the
1529 @code{Checked-in}. @code{Mode} is a file update modifying response
1844 C: Valid-responses ok error Checked-in M E
1961 S: Checked-in ./
1978 @code{Checked-in}, @code{Updated}, @code{Merged}, @code{Removed},
H A Dcvsclient.info-2676 S: Checked-in ./
700 `Checked-in' responses from the buggy servers.
800 The responses `Checked-in', `New-entry', `Updated', `Created',
H A Dcvs.info-9129 * Checked out copy, keeping: Keeping a checked out copy.
H A Dcvs.texinfo5691 "edit-lock" request. Which comes back with a Checked-in with
12218 @cindex Checked out copy, keeping
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp907 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadSizeOffset() local
909 if (!Checked || !*Checked) in findLoadSizeOffset()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3261 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument
3265 assert(Checked.size() > 0); in EmitCheck()
3273 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck()
3274 llvm::Value *Check = Checked[i].first; in EmitCheck()
3277 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck()
3279 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck()
3297 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck()
3298 assert(SanOpts.has(Checked[0].second)); in EmitCheck()
3300 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck()
3301 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck()
[all …]
H A DCodeGenFunction.h4631 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked,
4647 void EmitTrapCheck(llvm::Value *Checked, SanitizerHandler CheckHandlerID);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp609 static std::atomic<bool> TABLE##Checked(false); \
610 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \
613 TABLE##Checked.store(true, std::memory_order_relaxed); \
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def604 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
609 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
910 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
915 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
920 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1969 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
1978 if (Checked[Next]) in isValidSectionOrder()
1981 Checked[Next] = true; in isValidSectionOrder()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp4317 ExprResult Checked = CheckPlaceholderExpr(From); in PerformImplicitConversion() local
4318 if (Checked.isInvalid()) in PerformImplicitConversion()
4321 From = Checked.get(); in PerformImplicitConversion()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x2895 (list_symbols): Checked through misc_function_vector for matching
2897 (make_symbol_completion_list): Checked through
3769 * inflow.c (terminal_inferior): Checked *all* return codes from
H A DChangeLog-20007577 Checked in by Jim Kingdon <kingdon@redhat.com>
7626 Checked in by Jim Kingdon <kingdon@redhat.com>
H A DChangeLog12799 Checked in by Elena Zannoni <ezannoni@redhat.com>.
/openbsd-src/gnu/llvm/llvm/docs/
H A DMergeFunctions.rst298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12168 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument
12171 if (Checked.count(N)) in checkForCyclesHelper()
12184 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
12186 Checked.insert(N); in checkForCyclesHelper()
/openbsd-src/gnu/usr.bin/cvs/
H A DTODO93 100. Checked out files should have revision control support. Maybe.
H A DFAQ4334 * Checked out modules: -o (the default)
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1589 // Checked Arithmetic Builtins for Security.
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog4150 - Checked that the patch for solaris for bug 143 indeed fixes the bug.
5249 * Wouter: Checked configure on sparc5(solaris). Added check for
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst3155 Checked Arithmetic Builtins