Home
last modified time | relevance | path

Searched defs:test_ptr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dmember-data-pointers.cpp10 void test_ptr() { (void) ptr; } // forced use in test_ptr() function
/llvm-project/clang/test/CodeGen/
H A Dmips-varargs.c77 char *test_ptr(char *fmt, ...) { in test_ptr() function
/llvm-project/flang/test/Lower/
H A Dstructure-constructors.f90161 subroutine test_ptr(x, a) subroutine
162 xtest_ptr global() argument
163 atest_ptr global() argument
H A Dcray-pointer.f90407 subroutine test_ptr() subroutine
413 ! CHECK: %[[x:.*]] = fir.alloca i32 {bindc_name = "x", uniq_name = "_QFtest_ptrEx"} argument
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp433 constexpr bool test_ptr() { in test_ptr() function