Home
last modified time | relevance | path

Searched refs:Null (Results 51 – 75 of 213) sorted by relevance

123456789

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1027 Constant *Null = Constant::getNullValue(VoidPtrTy); in mapAppendingVariable() local
1028 NewV = ConstantStruct::get(cast<StructType>(EltTy), E1, E2, Null); in mapAppendingVariable()
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_objnew_example.txt489 311496 java/lang/ref/ReferenceQueue$Null
1352 311496 2 java/lang/ref/ReferenceQueue$Null
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_objnew_example.txt489 311496 java/lang/ref/ReferenceQueue$Null
1352 311496 2 java/lang/ref/ReferenceQueue$Null
/netbsd/games/warp/
H A Dterm.c376 map = Null(KEYMAP*); in newkeymap()
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dbackends.sdf306 H2: Null
311 The Null backend to {{slapd}}(8) is surely the most useful part of slapd:
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp561 case TemplateArgument::Null: in initializeArgLocs()
H A DODRHash.cpp162 case TemplateArgument::Null: in AddTemplateArgument()
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-glossary.pod125 =item Null Provider
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1890 auto *Null = ConstantPointerNull::get(Type::getInt8PtrTy(Context)); in prepareForSplit() local
1892 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt); in prepareForSplit()
1895 auto *IndirectCall = CallInst::Create(FnTy, DevirtFnAddr, Null, "", InsertPt); in prepareForSplit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td157 /// Null pointer in address space zero is valid.
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1250 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
1251 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands()
1260 Constant *Null = Constant::getNullValue(C->getType()); in ConstantFoldCompareInstOperands() local
1261 return ConstantFoldCompareInstOperands(Predicate, C, Null, DL, TLI); in ConstantFoldCompareInstOperands()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1378 Constant *Null = Constant::getNullValue(GV->getValueType()); in insertReset() local
1379 Builder.CreateStore(Null, GV); in insertReset()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp249 case TemplateArgument::Null: in checkDeducedTemplateArguments()
2322 case TemplateArgument::Null: in DeduceTemplateArguments()
2574 case TemplateArgument::Null: in isSameTemplateArg()
2638 case TemplateArgument::Null: in getTrivialTemplateArgumentLoc()
4873 Deduced[0].getKind() != TemplateArgument::Null) in DeduceAutoType()
6113 case TemplateArgument::Null: in MarkUsedTemplateParameters()
/netbsd/external/public-domain/xz/dist/po/
H A Dde.po479 msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead o…
480 msgstr "%s: Null-Zeichen gefunden beim Lesen der Dateinamen; Meinten Sie `--files0' statt `--files'…
632 " --files0=[DATEI] Wie --files, aber benutze das Null-Zeichen als Trenner"
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp796 if (D && SanOpts.has(SanitizerKind::Null)) in StartFunction()
800 SanOpts.Mask &= ~SanitizerKind::Null; in StartFunction()
1151 SkippedChecks.set(SanitizerKind::Null, true); in StartFunction()
H A DCGExpr.cpp670 return SanOpts.has(SanitizerKind::Null) | in sanitizePerformTypeCheck()
708 SkippedChecks.has(SanitizerKind::Null) || PtrToAlloca; in EmitTypeCheck()
710 if ((SanOpts.has(SanitizerKind::Null) || AllowNullPointers) && in EmitTypeCheck()
729 Checks.push_back(std::make_pair(IsNonNull, SanitizerKind::Null)); in EmitTypeCheck()
1262 SkippedChecks.set(SanitizerKind::Null, true); in EmitCheckedLValue()
4156 SkippedChecks.set(SanitizerKind::Null, true); in EmitMemberExpr()
H A DCGExprCXX.cpp346 SkippedChecks.set(SanitizerKind::Null, true); in EmitCXXMemberOrOperatorMemberCallExpr()
1735 SkippedChecks.set(SanitizerKind::Null, nullCheck); in EmitCXXNewExpr()
/netbsd/usr.bin/xlint/lint1/
H A DREADME.md179 # Null pointers
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp952 case TemplateArgument::Null: in VisitTemplateArgument()
/netbsd/external/gpl2/grep/dist/po/
H A Dde.po228 " -Z, --null Null-Byte nach jedem Dateinamen ausgeben.\n"
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst231 through pointer arithmetic, such as ``((int *)0x100)[20]``. Null pointers are
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def174 CODEGENOPT(NullPointerIsValid , 1, 0) ///< Assume Null pointer deference is defined.
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc237 // Null terminate the string for realpath. readlink never null
256 // Null terminate the string for realpath. readlink never null
/netbsd/sys/arch/hppa/dev/
H A Dcpudevs425 console NULL 0x01f Jason/Anole Null Console
/netbsd/external/gpl3/autoconf/dist/tests/
H A Dm4sh.at792 ## Null variable substitution. ##
798 AT_SETUP([Null variable substitution])

123456789