Home
last modified time | relevance | path

Searched defs:NewP (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/
Dcomplit.go52 func NewP(a, b int) *P { func
/aosp_15_r20/external/scudo/standalone/tests/
H A Dcombined_test.cpp411 void *NewP = Allocator->reallocate(P, Size * 2); in SCUDO_TYPED_TEST() local
434 void *NewP = Allocator->reallocate(P, Size); in SCUDO_TYPED_TEST() local
461 void *NewP = Allocator->reallocate(P, NewSize); in SCUDO_TYPED_TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3071 CmpInst::Predicate NewP = CmpInst::getInversePredicate( in applyNotCmp() local