Home
last modified time | relevance | path

Searched defs:simple_stmt (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CoverageMapping/
Dmacroscopes.cpp23 #define simple_stmt ++x macro
67 simple_stmt; local
/external/python/cpython2/Lib/
Dsymbol.py25 simple_stmt = 268 variable
/external/python/cpython3/Include/
Dgraminit.h17 #define simple_stmt 270 macro
/external/python/cpython2/Include/
Dgraminit.h15 #define simple_stmt 268 macro
/external/python/cpython3/Lib/
Dsymbol.py27 simple_stmt = 270 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py323 def simple_stmt(self, nodelist): member in Transformer