Home
last modified time | relevance | path

Searched refs:test_new (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-newdelete.cpp8 void test_new(void *p) { in test_new() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dthis-pointer.cpp63 void test_new() { in test_new() function
H A Ddead-stores.cpp113 static void test_new(unsigned n) { in test_new() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp40 void test_new() { in test_new() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dshifter_operand.ll260 define i32 @test_new(i32 %x, i32 %y) {
261 ; CHECK-ARM-LABEL: test_new:
268 ; CHECK-THUMB-LABEL: test_new:
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-new-delete.mm8 void test_new(id invalue) { function