Searched refs:NullValue (Results 1 – 10 of 10) sorted by relevance
187 %type <value> NullValue898 | NullValue951 NullValue : kw_NULL
664 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
3478 Constant *NullValue = Constant::getNullValue(I.getType()); in visitFreeze() local3480 Constant *C = NullValue; in visitFreeze()3494 BestValue = NullValue; in visitFreeze()
632 NullValue = 0, enumerator664 return Val_int(NullValue); in llvm_classify_value()
302 | NullValue Constructor
337 | NullValue Constructor
458 std::string NullValue; in DiagnoseSentinelCalls() local460 NullValue = "nil"; in DiagnoseSentinelCalls()462 NullValue = "nullptr"; in DiagnoseSentinelCalls()464 NullValue = "NULL"; in DiagnoseSentinelCalls()466 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()473 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()11648 int NullValue = PP.isMacroDefined("NULL") ? 0 : 1; in CheckPtrComparisonWithNullChar() local11656 << NullValue in CheckPtrComparisonWithNullChar()11658 NullValue ? "NULL" : "(void *)0"); in CheckPtrComparisonWithNullChar()11664 << NullValue in CheckPtrComparisonWithNullChar()[all …]
3563 SmallVector<Value *, 2> NullValue; in initializeMap() local3574 NullValue.push_back(AM.OriginalValue); in initializeMap()3578 for (auto *V : NullValue) in initializeMap()
1037 the <NullValue> rule [9].
6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit() local6976 /*Offset=*/CharUnits::fromQuantity(NullValue), in visit()