Home
last modified time | relevance | path

Searched refs:genericp (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-api-html/
H A DConstructorComparer.cs122 var genericp = e.Element ("generic-parameters"); in GetDescription()
123 if (genericp != null) { in GetDescription()
125 foreach (var p in genericp.Elements ("generic-parameter")) { in GetDescription()
/dports/devel/clojure-cider/cider-1.1.0/
H A Dcider-connection.el393 (defun cider--connection-info (connection-buffer &optional genericp)
402 (if genericp "" (upcase (concat (symbol-name cider-repl-type) " ")))
411 (if genericp "" (upcase (concat (symbol-name cider-repl-type) " ")))
419 (if genericp "" (upcase (concat (symbol-name cider-repl-type) " ")))
/dports/lang/eisl/eisl-2.35/
H A Dsyntax.c477 if (functionp(car(arg1)) || genericp(car(arg1))) { in f_setf()
492 if (!genericp(car(arg1))) in f_setf()
1812 if (symbolp(arg1) && (genericp(arg1) && eqp(arg1, makesym("CREATE")))) { in f_defgeneric()
2402 else if (genericp(car(addr))) in modulesubst()
H A Dextension.c148 if (!genericp(arg1)) in f_get_method()
H A Deisl.h989 int genericp(int addr);
H A Ddata.c257 genericp(int addr) in genericp() function
H A Dmain.c1564 } else if (genericp(car(addr))) { in eval()
/dports/editors/sly/sly-1.0.43/slynk/backend/
H A Dscl.lisp608 (if (genericp function)
744 (defun genericp (fn) function
877 ((genericp (fdefinition symbol)) :generic-function)
H A Dcmucl.lisp786 (if (genericp function)
935 (defun genericp (fn) function
1194 ((genericp (fdefinition symbol)) :generic-function)
/dports/editors/slime/slime-2.26.1-9-gf368e22a/swank/
H A Dscl.lisp608 (if (genericp function)
744 (defun genericp (fn) function
877 ((genericp (fdefinition symbol)) :generic-function)
H A Dcmucl.lisp787 (if (genericp function)
936 (defun genericp (fn) function
1195 ((genericp (fdefinition symbol)) :generic-function)