HomeSort by relevance Sort by last modified time
    Searched refs:callfunc (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
tentative-decls.c 37 int callfunc() { return func(); } function
  /external/chromium_org/ppapi/generators/
idl_option.py 19 def __init__(self, name, desc, default = None, callfunc = None,
29 self.callfunc = callfunc
42 if self.callfunc:
43 self.callfunc(self)
72 Option('h', 'Help', callfunc=DumpHelp)
73 Option('help', 'Help', callfunc=DumpHelp)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 590 callfunc = Signature("T*", "O") # typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); variable
759 MethodSlot(callfunc, "tp_call", "__call__"),
    [all...]

Completed in 172 milliseconds