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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 446 if self.exception_check:
474 exception_check = True variable in class:MemoryViewSliceType
1192 exception_check = 1 variable in class:CType
1269 exception_check = 0 variable in class:FusedType
1534 exception_check = False variable in class:CReturnCodeType
1541 exception_check = 1 # for C++ bool variable in class:CBIntType
2855 exception_check = True variable in class:CStructOrUnionType
2991 exception_check = True variable in class:CppClassType
3306 exception_check = 0 variable in class:ErrorType
    [all...]
TypeSlots.py 96 self.exception_check = ret_format != 'r' and self.error_value is not None
141 exception_check=self.exception_check)
    [all...]
Builtin.py 45 sig.exception_check = False # not needed for the current builtins
Nodes.py 576 # exception_check boolean True if PyErr_Occurred check needed
650 if self.exception_check == '+':
656 and (self.exception_value or self.exception_check)
657 and self.exception_check != '+'):
663 if self.exception_check == '+':
684 exc_check = self.exception_check
691 exception_value = exc_val, exception_check = exc_check,
    [all...]
ExprNodes.py     [all...]
Optimize.py     [all...]
Parsing.py     [all...]

Completed in 355 milliseconds