Searched refs:global_x (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | block-literal.c | 82 static int global_x = 10; variable 83 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
|
/external/clang/test/Sema/ |
D | block-literal.c | 82 static int global_x = 10; variable 83 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
|
/external/python/cpython2/Lib/test/ |
D | test_scope.py | 56 return global_x + y # check that plain old globals work 61 global_x = 1 65 global_x = 10 266 f3 = lambda x: lambda y: global_x + y 267 global_x = 1
|
/external/python/cpython3/Lib/test/ |
D | test_scope.py | 57 return global_x + y # check that plain old globals work 62 global_x = 1 66 global_x = 10 243 f3 = lambda x: lambda y: global_x + y 244 global_x = 1
|
/external/llvm-project/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 69 static int global_x = 10; 70 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 69 static int global_x = 10; 70 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
|
/external/pigweed/pw_metric/ |
D | metric_test.cc | 91 PW_METRIC(global_x, "global_x", 5555u);
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 1362 nir_ssa_def *global_x = nir_channel(&b, global_id, 0); in build_nir_cleari_r32g32b32_compute_shader() local 1368 nir_imul(&b, global_x, nir_imm_int(&b, 3))); in build_nir_cleari_r32g32b32_compute_shader()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 391 NSDate* global_x; 402 global_x = (NSDate*) date;
|
D | objcmt-arc-cf-annotations.m | 361 NSDate* global_x; 372 global_x = (NSDate*) date;
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 361 NSDate* global_x; 372 global_x = (NSDate*) date;
|
D | objcmt-arc-cf-annotations.m.result | 391 NSDate* global_x; 402 global_x = (NSDate*) date;
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release.m | 377 NSDate* global_x; 388 global_x = (NSDate*) date;
|
/external/clang/test/Analysis/ |
D | retain-release.m | 356 NSDate* global_x; 367 global_x = (NSDate*) date;
|