/freebsd/contrib/tcsh/nls/C/ |
H A D | set9 | 3 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 D | set20 | 7 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 D | set9 | 3 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 D | set20 | 7 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 D | set9 | 3 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 D | set9 | 3 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 D | set20 | 7 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 D | string_pool_test.cpp | 55 PooledStringPtr Null; in TEST() local 61 PooledStringPtr Null; in TEST() local 63 std::hash<PooledStringPtr>()(Null)); in TEST()
|
H A D | executor_address_test.cpp | 26 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 D | print.c | 764 { 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 D | StringChecker.cpp | 76 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 D | set9 | 3 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 D | TemplateBase.cpp | 268 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 D | set20 | 7 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 D | CGPointerAuth.cpp | 234 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 D | StructuredData.cpp | 81 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 D | dhry.h | 276 #define Null 0 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 485 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 D | set9 | 8 6 Enumerate: BUG!! Pointeur Null passé!\n
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerGlobalDtors.cpp | 208 Value *Null = ConstantPointerNull::get(VoidStar); in runImpl() local 209 Value *Args[] = {CallDtors, Null, DsoHandle}; in runImpl()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | esri | 15 >32 lelong =0 type Null Shape
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 199 case CodeGenFileType::Null: in createMCStreamer() 226 if (FileType != CodeGenFileType::Null) in addPassesToEmitFile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 86 Null // Do not emit any output. enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateBase.h | 67 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 D | Sanitizers.def | 96 SANITIZER("null", Null) 147 IntegerDivideByZero | NonnullAttribute | Null | ObjectSize |
|