| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/crypto/heimdal/lib/hx509/ |
| H A D | print.c | 766 { ext(keyUsage, Null), S_C }, 770 { ext(cRLNumber, Null), M_N_C }, 771 { ext(cRLReason, Null), M_N_C }, 773 { ext(invalidityDate, Null), M_N_C }, 774 { ext(deltaCRLIndicator, Null), M_C }, 776 { ext(certificateIssuer, Null), M_C }, 777 { ext(nameConstraints, Null), M_C }, 779 { ext(certificatePolicies, Null), 0 }, 780 { ext(policyMappings, Null), M_N_C }, 784 { ext(freshestCRL, Null), M_N_C }, [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 263 case Null: in getDependence() 319 case Null: in isPackExpansion() 355 case TemplateArgument::Null: in getNonTypeTemplateArgumentType() 385 case Null: in Profile() 433 case Null: in structurallyEquals() 491 case Null: in getPackExpansionPattern() 504 case Null: in print() 623 case TemplateArgument::Null: in getSourceRange() 633 case TemplateArgument::Null: in DiagTemplateArg()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateArgumentVisitor.h | 35 DISPATCH(Null); in Visit() 58 VISIT_METHOD(Null);
|
| H A D | TemplateBase.h | 67 Null = 0, 190 constexpr TemplateArgument() : TypeOrValue({Null, 0, /* IsDefaulted */ 0}) {} 298 bool isNull() const { return getKind() == Null; }
|
| /freebsd-14.2/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 Serialize() 285 void StructuredData::Null::GetDescription(lldb_private::Stream &s) const { in GetDescription()
|
| /freebsd-14.2/contrib/cortex-strings/benchmarks/dhry/ |
| H A D | dhry.h | 276 #define Null 0 macro
|
| /freebsd-14.2/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); in tryToPeepholeInstruction() 490 << " New = " << *Null << "\n"); in tryToPeepholeInstruction() 492 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
|
| /freebsd-14.2/contrib/tcsh/nls/french/ |
| H A D | set9 | 8 6 Enumerate: BUG!! Pointeur Null passé!\n
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | esri | 15 >32 lelong =0 type Null Shape
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerGlobalDtors.cpp | 207 Value *Null = ConstantPointerNull::get(VoidStar); in runImpl() local 208 Value *Args[] = {CallDtors, Null, DsoHandle}; in runImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 86 Null // Do not emit any output. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LLVMTargetMachine.cpp | 223 case CodeGenFileType::Null: in createMCStreamer() 250 if (FileType != CodeGenFileType::Null) in addPassesToEmitFile()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 93 SANITIZER("null", Null) 144 IntegerDivideByZero | NonnullAttribute | Null | ObjectSize |
|