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

  /external/chromium_org/ppapi/generators/
idl_c_proto.py 85 'Callspec': {
324 # either a 'Type', 'Callspec', or 'Array'
331 # Or if it has a callspec, treat it as a function
332 elif node.GetOneOf('Callspec'):
393 # (rtype, name, arrays, callspec) where:
421 callnode = node.GetOneOf('Callspec')
423 callspec = []
429 callspec.append((ptype, pname, parray, pspec))
431 callspec = None
434 (rtype, name, arrayspec, callspec))
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 709 callspec = env.directives['callspec']
710 if callspec:
712 if current and current != callspec:
714 "calling conventions" % (current, callspec))
715 func_type.calling_convention = callspec
    [all...]

Completed in 3915 milliseconds