Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp117 case Null: in isDependent()
158 case Null: in isInstantiationDependent()
197 case Null: in isPackExpansion()
220 case Null: in containsUnexpandedParameterPack()
263 case TemplateArgument::Null: in getNonTypeTemplateArgumentType()
290 case Null: in Profile()
343 case Null: in structurallyEquals()
385 case Null: in getPackExpansionPattern()
397 case Null: in print()
503 case TemplateArgument::Null: in getSourceRange()
[all …]
/freebsd-12.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-12.1/contrib/tcsh/nls/C/
H A Dset94 1 AddXkey: Null extended-key not allowed.\n
6 3 DeleteXkey: Null extended-key not allowed.\n
9 6 Enumerate: BUG!! Null ptr passed\n!
H A Dset208 5 Null string specification\n
32 29 Bad function-key specification. Null key not allowed\n
37 34 Null key not allowed\n
/freebsd-12.1/contrib/tcsh/nls/ukrainian/
H A Dset94 1 AddXkey: Null extended-key not allowed.\n
6 3 DeleteXkey: Null extended-key not allowed.\n
9 6 Enumerate: ПОМИЛКА!! Null ptr passed\n!
H A Dset208 5 Null string specification\n
32 29 Bad function-key specification. Null key not allowed\n
37 34 Null key not allowed\n
/freebsd-12.1/contrib/tcsh/nls/german/
H A Dset94 1 AddXkey: Null extended-key not allowed.\n
6 3 DeleteXkey: Null extended-key not allowed.\n
9 6 Enumerate: BUG!! Null ptr passed\n!
/freebsd-12.1/contrib/tcsh/nls/et/
H A Dset94 1 AddXkey: Null pikkusega laiend-klahv ei ole lubatud.\n
6 3 DeleteXkey: Null pikkusega laiend-klahv ei ole lubatud.\n
9 6 Enumerate: BUG!! Null viit anti\n!
H A Dset208 5 Null sõne spetsifikatsioonis\n
32 29 Halb funktsioon-klahvi spetsifikatsioon. Null klahv pole lubatud\n
37 34 Null klahv pole lubatud\n
/freebsd-12.1/contrib/tcsh/nls/russian/
H A Dset94 1 AddXkey: Null extended-key not allowed.\n
6 3 DeleteXkey: Null extended-key not allowed.\n
/freebsd-12.1/contrib/tcsh/nls/finnish/
H A Dset208 5 Null string specification\n
32 29 Bad function-key specification. Null key not allowed\n
37 34 Null key not allowed\n
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h36 DISPATCH(Null); in Visit()
58 VISIT_METHOD(Null);
H A DTemplateBase.h57 Null = 0, enumerator
142 constexpr TemplateArgument() : TypeOrValue({Null, 0}) {} in TemplateArgument()
238 bool isNull() const { return getKind() == Null; } in isNull()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp137 case JSONParser::Token::Null: in ParseJSONValue()
138 return std::make_shared<StructuredData::Null>(); in ParseJSONValue()
275 void StructuredData::Null::Dump(Stream &s, bool pretty_print) const { in Dump()
H A DJSON.cpp112 JSONNull::JSONNull() : JSONValue(JSONValue::Kind::Null) {} in JSONNull()
238 return Token::Null; in GetToken()
544 case JSONParser::Token::Null: in ParseJSONValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h34 enum class Kind { String, Number, True, False, Null, Object, Array }; enumerator
183 return V->GetKind() == JSONValue::Kind::Null; in classof()
267 Null, enumerator
H A DStructuredData.h521 class Null : public Object {
523 Null() : Object(lldb::eStructuredDataTypeNull) {} in Null() function
525 ~Null() override = default;
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp165 Value *Null = ConstantPointerNull::get(VoidStar); in runOnModule() local
166 Value *Args[] = {CallDtors, Null, DsoHandle}; in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp499 Value *Null = in tryToPeepholeInstruction() local
502 new StoreInst(Null, CI->getArgOperand(0), CI); in tryToPeepholeInstruction()
505 << " New = " << *Null << "\n"); in tryToPeepholeInstruction()
507 CI->replaceAllUsesWith(Null); in tryToPeepholeInstruction()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp58 template<typename Node_Update, bool Null>
/freebsd-12.1/contrib/cortex-strings/benchmarks/dhry/
H A Ddhry.h276 #define Null 0 macro
/freebsd-12.1/contrib/file/magic/Magdir/
H A Desri15 >32 lelong =0 type Null Shape
/freebsd-12.1/contrib/tcsh/nls/french/
H A Dset99 6 Enumerate: BUG!! Pointeur Null passé!\n
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def82 SANITIZER("null", Null)
129 IntegerDivideByZero | NonnullAttribute | Null | ObjectSize |

12345