Home
last modified time | relevance | path

Searched refs:Null (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/contrib/tcsh/nls/C/
H A Dset93 1 AddXkey: Null extended-key not allowed.\n
5 3 DeleteXkey: Null extended-key not allowed.\n
8 6 Enumerate: BUG!! Null ptr passed\n!
H A Dset207 5 Null string specification\n
31 29 Bad function-key specification. Null key not allowed\n
36 34 Null key not allowed\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset93 1 AddXkey: Null extended-key not allowed.\n
5 3 DeleteXkey: Null extended-key not allowed.\n
8 6 Enumerate: ПОМИЛКА!! Null ptr passed\n!
H A Dset207 5 Null string specification\n
31 29 Bad function-key specification. Null key not allowed\n
36 34 Null key not allowed\n
/freebsd/contrib/tcsh/nls/german/
H A Dset93 1 AddXkey: Null extended-key not allowed.\n
5 3 DeleteXkey: Null extended-key not allowed.\n
8 6 Enumerate: BUG!! Null ptr passed\n!
/freebsd/contrib/tcsh/nls/et/
H A Dset93 1 AddXkey: Null pikkusega laiend-klahv ei ole lubatud.\n
5 3 DeleteXkey: Null pikkusega laiend-klahv ei ole lubatud.\n
8 6 Enumerate: BUG!! Null viit anti\n!
H A Dset207 5 Null sõne spetsifikatsioonis\n
31 29 Halb funktsioon-klahvi spetsifikatsioon. Null klahv pole lubatud\n
36 34 Null klahv pole lubatud\n
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp55 PooledStringPtr Null; in TEST() local
61 PooledStringPtr Null; in TEST() local
63 std::hash<PooledStringPtr>()(Null)); in TEST()
H A Dexecutor_address_test.cpp26 ExecutorAddr Null(0); in TEST() local
29 EXPECT_TRUE(Null.isNull()); in TEST()
30 EXPECT_EQ(Default, Null); in TEST()
/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c764 { ext(subjectDirectoryAttributes, Null), M_N_C },
766 { ext(keyUsage, Null), S_C },
770 { ext(cRLNumber, Null), M_N_C },
771 { ext(cRLReason, Null), M_N_C },
772 { ext(holdInstructionCode, Null), M_N_C },
773 { ext(invalidityDate, Null), M_N_C },
774 { ext(deltaCRLIndicator, Null), M_C },
775 { ext(issuingDistributionPoint, Null), M_C },
776 { ext(certificateIssuer, Null), M_C },
777 { ext(nameConstraints, Null), M_C },
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStringChecker.cpp76 ProgramStateRef NotNull, Null; in checkPreCall() local
77 std::tie(NotNull, Null) = C.getState()->assume(*Param); in checkPreCall()
86 C.addTransition(NotNull, Null ? C.getNoteTag(Callback) : nullptr); in checkPreCall()
/freebsd/contrib/tcsh/nls/russian/
H A Dset93 1 AddXkey: Null extended-key not allowed.\n
5 3 DeleteXkey: Null extended-key not allowed.\n
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp268 case Null: in getDependence()
324 case Null: in isPackExpansion()
360 case TemplateArgument::Null: in getNonTypeTemplateArgumentType()
390 case Null: in Profile()
438 case Null: in structurallyEquals()
496 case Null: in getPackExpansionPattern()
509 case Null: in print()
620 case TemplateArgument::Null: in getSourceRange()
630 case TemplateArgument::Null: in DiagTemplateArg()
/freebsd/contrib/tcsh/nls/finnish/
H A Dset207 5 Null string specification\n
31 29 Bad function-key specification. Null key not allowed\n
36 34 Null key not allowed\n
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp234 llvm::Value *Null = nullptr; in emitPointerAuthResign() local
237 Null = CGM.getNullPointer(PointerValue, Type); in emitPointerAuthResign()
240 Null = llvm::ConstantInt::get(IntPtrTy, 0); in emitPointerAuthResign()
242 if (Value == Null) in emitPointerAuthResign()
266 auto *IsNonNull = Builder.CreateICmpNE(Value, Null); in emitPointerAuthResign()
283 Phi->addIncoming(Null, InitBB); in emitPointerAuthResign()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp81 return std::make_shared<StructuredData::Null>(); in ParseJSONValue()
183 void StructuredData::Null::Serialize(json::OStream &s) const { in GetDescription()
285 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const {
/freebsd/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h276 #define Null 0 macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp485 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); in tryToPeepholeInstruction() local
487 new StoreInst(Null, CI->getArgOperand(0), CI->getIterator()); in tryToPeepholeInstruction()
490 << " New = " << *Null << "\n"); in tryToPeepholeInstruction()
492 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
/freebsd/contrib/tcsh/nls/french/
H A Dset98 6 Enumerate: BUG!! Pointeur Null passé!\n
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp208 Value *Null = ConstantPointerNull::get(VoidStar); in runImpl() local
209 Value *Args[] = {CallDtors, Null, DsoHandle}; in runImpl()
/freebsd/contrib/file/magic/Magdir/
H A Desri15 >32 lelong =0 type Null Shape
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp199 case CodeGenFileType::Null: in createMCStreamer()
226 if (FileType != CodeGenFileType::Null) in addPassesToEmitFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h86 Null // Do not emit any output. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h67 Null = 0,
190 constexpr TemplateArgument() : TypeOrValue({Null, 0, /* IsDefaulted */ 0}) {}
298 bool isNull() const { return getKind() == Null; }
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def96 SANITIZER("null", Null)
147 IntegerDivideByZero | NonnullAttribute | Null | ObjectSize |

12345