Home
last modified time | relevance | path

Searched refs:storage_class (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DModuleNode.py1005 storage_class = None
1011 storage_class = Naming.extern_c_macro
1014 storage_class = Naming.extern_c_macro
1020 storage_class = "static"
1028 storage_class = "static"
1034 if storage_class:
1035 code.put("%s " % storage_class)
2699 storage_class = Naming.extern_c_macro
2702 storage_class = Naming.extern_c_macro
2705 storage_class = "static"
[all …]
DCode.py1677 def put_var_declaration(self, entry, storage_class="", argument
1686 if storage_class:
1687 self.put("%s " % storage_class)
DNodes.py2313 storage_class = "static "
2315 storage_class = ""
2323 code.putln("%s%s%s {" % (storage_class, modifiers, header))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp_unittest.py2437 storage_class = random.choice(storage_classes)
2440 + [storage_class]
2449 storage_class + ' ' + ' '.join(other_decl_specs),