Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2267 ArrayRef<std::pair<llvm::Value *, SanitizerKind>> Checked, in EmitCheck() argument
2271 assert(Checked.size() > 0); in EmitCheck()
2275 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck()
2276 llvm::Value *Check = Checked[i].first; in EmitCheck()
2278 CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck()
2291 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck()
2292 assert(SanOpts.has(Checked[0].second)); in EmitCheck()
2294 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck()
2295 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck()
2297 assert(SanOpts.has(Checked[i].second)); in EmitCheck()
[all …]
H A DCodeGenFunction.h2658 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerKind>> Checked,
2664 void EmitTrapCheck(llvm::Value *Checked);
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp568 { static bool TABLE##Checked = false; \
569 if (!TABLE##Checked) { \
572 TABLE##Checked = true; \
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6822 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument
6825 if (Checked.count(N)) in checkForCyclesHelper()
6838 checkForCyclesHelper(N->getOperand(i).getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
6840 Checked.insert(N); in checkForCyclesHelper()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DMergeFunctions.rst308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def1207 // Checked Arithmetic Builtins for Security.
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG2116 * netif.c, loopif.c, ip.c, netif.h, loopif.h, opt.h: Checked in slightly
2367 * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
3300 * sockets.c: Checked in patch #5914: Moved sockopt processing into tcpip_thread.
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLanguageExtensions.rst1635 Checked Arithmetic Builtins
/minix3/gnu/usr.bin/texinfo/patches/
H A D0000-texinfo-nbsd.patch2363 /* xsize.h -- Checked size_t computations.
/minix3/share/terminfo/
H A Dterminfo5311 # Checked with vttest, found low degree of compatibility there.
5313 # Checked with xterm's scripts, found that the 256-color palette is fixed.