Home
last modified time | relevance | path

Searched refs:funp2 (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/PCH/
H A Dnamespaces.cpp35 void(*funp2)() = ext; variable
/dports/math/maxima/maxima-5.43.2/share/calculus/
H A Dfourie.mac43 funp2(fun,exp,var):=block([inflag],inflag:true,
48 maplist(lambda([q],funp2(fun,q,var)),exp))))$
53 else (if length(var) = 1 then funp2(fun,exp,first(var))
80 else (if not funp2('abs,f,x)
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/cedet/tests/
H A Dtest.c137 char funp2(int arg11);
/dports/editors/emacs/emacs-27.2/test/manual/cedet/tests/
H A Dtest.c137 char funp2(int arg11);
/dports/math/oleo/oleo-1.99.16/src/
H A Deval.c758 double (*funp2) (double, double); local
759 funp2 = (double (*)(double, double)) (f->fn_fun);
761 p->Float = (*funp2) (p->Float, (p + 1)->Float);