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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestVisitor.py 7 AnalyseExpressionsTransform, InterpretCompilerDirectives)
25 InterpretCompilerDirectives(context, {}),
TestParseTreeTransforms.py 184 transform = InterpretCompilerDirectives(ctx, ctx.compiler_directives)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.pxd 33 #class InterpretCompilerDirectives(CythonTransform, SkipDeclarations):
Pipeline.py 135 from ParseTreeTransforms import InterpretCompilerDirectives, TransformBuiltinMethods
173 InterpretCompilerDirectives(context, context.compiler_directives),
UtilityCode.py 111 # InterpretCompilerDirectives already does a cdef declarator check
113 before = ParseTreeTransforms.InterpretCompilerDirectives
ParseTreeTransforms.py 613 class InterpretCompilerDirectives(CythonTransform, SkipDeclarations):
670 super(InterpretCompilerDirectives, self).__init__(context)
    [all...]

Completed in 57 milliseconds