Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_named_expressions.py3 GLOBAL_VAR = None variable
551 global GLOBAL_VAR
553 global GLOBAL_VAR
554 [GLOBAL_VAR := sentinel for _ in range(1)]
555 self.assertEqual(GLOBAL_VAR, sentinel)
558 self.assertEqual(GLOBAL_VAR, sentinel)
560 GLOBAL_VAR = None
565 GLOBAL_VAR = None
566 [GLOBAL_VAR := sentinel for _ in range(1)]
567 self.assertEqual(GLOBAL_VAR, sentinel)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp344 STRINGIFY_CODE(METADATA, GLOBAL_VAR) in GetCodeName()