Home
last modified time | relevance | path

Searched refs:NullValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dasn1parse.y184 %type <value> NullValue
878 | NullValue
931 NullValue : kw_NULL
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3041 SmallVector<Value *, 2> NullValue; in initializeMap() local
3052 NullValue.push_back(AM.OriginalValue); in initializeMap()
3056 for (auto *V : NullValue) in initializeMap()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp411 std::string NullValue; in DiagnoseSentinelCalls() local
413 NullValue = "nil"; in DiagnoseSentinelCalls()
415 NullValue = "nullptr"; in DiagnoseSentinelCalls()
417 NullValue = "NULL"; in DiagnoseSentinelCalls()
419 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
426 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()