OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inc_dec_constructor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py
644
'operator.preincrement' : ExprNodes.
inc_dec_constructor
(True, '++'),
645
'operator.predecrement' : ExprNodes.
inc_dec_constructor
(True, '--'),
646
'operator.postincrement': ExprNodes.
inc_dec_constructor
(False, '++'),
647
'operator.postdecrement': ExprNodes.
inc_dec_constructor
(False, '--'),
[
all
...]
ExprNodes.py
8286
def
inc_dec_constructor
(is_prefix, operator):
function
[
all
...]
Completed in 187 milliseconds