Searched refs:newPtr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/rcorder/ |
| H A D | hash.c | 220 Boolean *newPtr) /* Filled in with TRUE if new entry created, in Hash_CreateEntry() argument 239 if (newPtr != NULL) in Hash_CreateEntry() 240 *newPtr = FALSE; in Hash_CreateEntry() 261 if (newPtr != NULL) in Hash_CreateEntry() 262 *newPtr = TRUE; in Hash_CreateEntry()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 211 QualType allocType, Address newPtr, in storeAnyExprIntoOneUnit() argument 217 cgf.makeAddrLValue(newPtr, allocType), false); in storeAnyExprIntoOneUnit() 227 newPtr, allocType.getQualifiers(), AggValueSlot::IsDestructed, in storeAnyExprIntoOneUnit() 238 Address newPtr, mlir::Value numElements, in emitNewInitializer() argument 244 storeAnyExprIntoOneUnit(cgf, init, e->getAllocatedType(), newPtr, in emitNewInitializer()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_virtio_input.c | 474 void *newPtr = realloc(queue->events, in vtinput_eventqueue_add_event() local 476 if (newPtr == NULL) { in vtinput_eventqueue_add_event() 481 queue->events = newPtr; in vtinput_eventqueue_add_event()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2541 Address newPtr, in InitializeArrayCookie() argument 2548 Address cookie = newPtr; in InitializeArrayCookie() 2563 return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize); in InitializeArrayCookie()
|
| H A D | MicrosoftCXXABI.cpp | 2328 Address newPtr, in InitializeArrayCookie() argument 2338 Address cookiePtr = newPtr; in InitializeArrayCookie() 2346 return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize); in InitializeArrayCookie()
|