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

12

/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-10-stable/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_
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/sys/boot/i386/pxeldr/
H A Dpxeldr.S283 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
/freebsd-10-stable/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-10-stable/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon5691
/freebsd-10-stable/sys/boot/i386/mbr/
H A Dmbr.s62 main.1: cmpb %ch,(%bx) # Null entry?
/freebsd-10-stable/usr.bin/make/
H A Dparse.c165 Null, /* .NULL */ enumerator in enum:__anon11969
223 { ".NULL", Null, 0 },
1119 specType == Null) {
1167 case Null:
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp359 case TemplateArgument::Null:
H A DASTDiagnostic.cpp1140 if (TA.getKind() != TemplateArgument::Null)
H A DStmtProfile.cpp1241 case TemplateArgument::Null:
/freebsd-10-stable/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-10-stable/sys/boot/i386/cdboot/
H A Dcdboot.S545 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
/freebsd-10-stable/contrib/bmake/
H A Dparse.c208 Null, /* .NULL */ enumerator in enum:__anon72
331 { ".NULL", Null, 0 },
1630 (specType == Null) || (specType == ExObjdir))
1678 case Null:
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp870 Constant *Null = Constant::getNullValue(GV->getType()->getElementType()); local
871 Builder.CreateStore(Null, GV);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp723 case TemplateArgument::Null:
/freebsd-10-stable/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-10-stable/contrib/llvm/lib/IR/
H A DDIBuilder.cpp905 Value *Null = Constant::getNullValue(Type::getInt32Ty(VMContext)); local
906 return DIArray(MDNode::get(VMContext, Null));
/freebsd-10-stable/sys/dev/aac/
H A Daacreg.h1035 Null = 0, enumerator in enum:__anon7584
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_reg.h1027 Null = 0, enumerator in enum:__anon7614

Completed in 236 milliseconds

12