Home
last modified time | relevance | path

Searched defs:ptrf (Results 1 – 11 of 11) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Delemental01.f9045 elemental function ptrf(n) function
48 real, pointer :: ptrf local
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-constrained.c23 float * volatile ptrf; variable
H A Dbuiltins-systemz-zvector3-constrained.c26 float * volatile ptrf; variable
H A Dbuiltins-systemz-zvector2-constrained.c27 float * volatile ptrf; variable
H A Dbuiltins-systemz-zvector3-error.c55 float * volatile ptrf; global() variable
H A Dbuiltins-systemz-zvector-error.c53 float * volatile ptrf; global() variable
H A Dbuiltins-systemz-zvector2-error.c55 float * volatile ptrf; global() variable
H A Dbuiltins-systemz-zvector2.c58 float * volatile ptrf; global() variable
H A Dbuiltins-systemz-zvector.c56 float * volatile ptrf; global() variable
H A Dbuiltins-systemz-zvector3.c58 float * volatile ptrf; global() variable
/llvm-project/clang/test/SemaCXX/
H A Dmember-pointer.cpp126 F f, *ptrf = &f; in h() local