Searched refs:Null (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dcommon.h82 #define Null(t) ((t)0) macro
83 #define Nullch Null(char *)
84 #define Nullfp Null(FILE *)
85 #define Nulline Null(LINENUM)
H A Dinp.c40 if (i_ptr != Null(char**))
46 i_ptr = Null(char **);
225 i_ptr = Null(char**);
229 if (i_ptr == Null(char **)) { /* shucks, it was a near thing */
H A Dpch.c52 static char **p_line = Null(char**); /* the text of the hunk */
53 static short *p_len = Null(short*); /* length of each line */
111 if (p_line == Null(char**))
113 if (p_len == Null(short*))
133 assert(p_line != Null(char**) && p_len != Null(short*) &&
140 if (p_line != Null(char**) && p_len != Null(short*) && p_Char != Nullch)
1208 p_line = Null(char**); /* force set_hunkmax to allocate again */
1209 p_len = Null(shor
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dprint.c715 { ext(subjectDirectoryAttributes, Null), M_N_C },
717 { ext(keyUsage, Null), S_C },
721 { ext(cRLNumber, Null), M_N_C },
722 { ext(cRLReason, Null), M_N_C },
723 { ext(holdInstructionCode, Null), M_N_C },
724 { ext(invalidityDate, Null), M_N_C },
725 { ext(deltaCRLIndicator, Null), M_C },
726 { ext(issuingDistributionPoint, Null), M_C },
727 { ext(certificateIssuer, Null), M_C },
728 { ext(nameConstraints, Null), M_
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp408 Value *Null = local
411 new StoreInst(Null, CI->getArgOperand(0), CI);
414 << " New = " << *Null << "\n"); local
416 CI->replaceAllUsesWith(Null);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h45 Null = 0, enumerator in enum:clang::TemplateArgument::ArgKind
119 TypeOrValue.Kind = Null;
218 bool isNull() const { return getKind() == Null; }
H A DRecursiveASTVisitor.h175 /// otherwise (including when the argument is a Null type).
182 /// otherwise (including when the argument is a Null type location).
736 case TemplateArgument::Null:
769 case TemplateArgument::Null:
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S283 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp202 llvm::Constant *Null = llvm::Constant::getNullValue(CGF.ConvertType(Elem)); local
203 return ComplexPairTy(Null, Null);
208 llvm::Constant *Null = local
210 return ComplexPairTy(Null, Null);
H A DCGDecl.cpp1693 llvm::Value *Null = CGM.EmitNullConstant(D.getType()); local
1694 EmitStoreOfScalar(Null, lv, /* isInitialization */ true);
/freebsd-9.3-release/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon5073
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s62 main.1: cmpb %ch,(%bx) # Null entry?
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c165 Null, /* .NULL */ enumerator in enum:__anon10800
223 { ".NULL", Null, 0 },
1119 specType == Null) {
1167 case Null:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp359 case TemplateArgument::Null:
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c203 Null, /* .NULL */ enumerator in enum:__anon822
325 { ".NULL", Null, 0 },
1570 (specType == Null) || (specType == ExObjdir))
1618 case Null:
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1072 Constant *Null = Constant::getNullValue(C->getType()); local
1073 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI);
1082 Constant *Null = Constant::getNullValue(C->getType()); local
1083 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI);
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S545 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp870 Constant *Null = Constant::getNullValue(GV->getType()->getElementType()); local
871 Builder.CreateStore(Null, GV);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp723 case TemplateArgument::Null:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp187 case TemplateArgument::Null:
1646 case TemplateArgument::Null:
1647 llvm_unreachable("Null template argument in parameter list");
1938 case TemplateArgument::Null:
2006 case TemplateArgument::Null:
5036 case TemplateArgument::Null:
H A DSemaTemplateVariadic.cpp902 case TemplateArgument::Null:
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp905 Value *Null = Constant::getNullValue(Type::getInt32Ty(VMContext)); local
906 return DIArray(MDNode::get(VMContext, Null));
/freebsd-9.3-release/sys/dev/aac/
H A Daacreg.h1035 Null = 0, enumerator in enum:__anon6801

Completed in 285 milliseconds

12