Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_named_expressions.py3 GLOBAL_VAR = None variable
529 global GLOBAL_VAR
531 global GLOBAL_VAR
532 [GLOBAL_VAR := sentinel for _ in range(1)]
533 self.assertEqual(GLOBAL_VAR, sentinel)
536 self.assertEqual(GLOBAL_VAR, sentinel)
538 GLOBAL_VAR = None
543 GLOBAL_VAR = None
544 [GLOBAL_VAR := sentinel for _ in range(1)]
545 self.assertEqual(GLOBAL_VAR, sentinel)
[all …]
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp349 STRINGIFY_CODE(METADATA, GLOBAL_VAR) in GetCodeName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp344 STRINGIFY_CODE(METADATA, GLOBAL_VAR) in GetCodeName()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp351 STRINGIFY_CODE(METADATA, GLOBAL_VAR) in GetCodeName()