Home
last modified time | relevance | path

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

1234

/freebsd-13.1/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
H A Dset23 1 Null signal
/freebsd-13.1/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-13.1/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!
H A Dset23 1 Null signal
/freebsd-13.1/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-13.1/crypto/heimdal/lib/hx509/
H A Dprint.c766 { 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-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp192 case Null: in getDependence()
247 case Null: in isPackExpansion()
282 case TemplateArgument::Null: in getNonTypeTemplateArgumentType()
309 case Null: in Profile()
363 case Null: in structurallyEquals()
408 case Null: in getPackExpansionPattern()
421 case Null: in print()
533 case TemplateArgument::Null: in getSourceRange()
543 case TemplateArgument::Null: in DiagTemplateArg()
/freebsd-13.1/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-13.1/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
H A Dset23 1 Null-signaali
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h35 DISPATCH(Null); in Visit()
57 VISIT_METHOD(Null);
H A DTemplateBase.h68 Null = 0,
152 constexpr TemplateArgument() : TypeOrValue({Null, 0}) {}
248 bool isNull() const { return getKind() == Null; }
/freebsd-13.1/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h276 #define Null 0 macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp479 Value *Null = ConstantPointerNull::get(cast<PointerType>(CI->getType())); in tryToPeepholeInstruction() local
481 new StoreInst(Null, CI->getArgOperand(0), CI); in tryToPeepholeInstruction()
484 << " New = " << *Null << "\n"); in tryToPeepholeInstruction()
486 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp183 Value *Null = ConstantPointerNull::get(VoidStar); in runOnModule() local
184 Value *Args[] = {CallDtors, Null, DsoHandle}; in runOnModule()
/freebsd-13.1/contrib/tcsh/nls/french/
H A Dset98 6 Enumerate: BUG!! Pointeur Null passé!\n
/freebsd-13.1/contrib/file/magic/Magdir/
H A Desri15 >32 lelong =0 type Null Shape
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h522 class Null : public Object {
524 Null() : Object(lldb::eStructuredDataTypeNull) {} in Null() function
526 ~Null() override = default;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def90 SANITIZER("null", Null)
138 IntegerDivideByZero | NonnullAttribute | Null | ObjectSize |
/freebsd-13.1/stand/i386/pxeldr/
H A Dpxeldr.S282 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp239 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem)); in VisitCXXScalarValueInitExpr() local
240 return ComplexPairTy(Null, Null); in VisitCXXScalarValueInitExpr()
245 llvm::Constant *Null = in VisitImplicitValueInitExpr() local
247 return ComplexPairTy(Null, Null); in VisitImplicitValueInitExpr()

1234