Home
last modified time | relevance | path

Searched refs:result11 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Dswimodule.c482 PyObject *result, *result1, *result11; in swi_tuples() local
497 result11 = PyInt_FromLong((long)(*i)); in swi_tuples()
498 if (!result11) { in swi_tuples()
502 PyTuple_SetItem(result1, j, result11); in swi_tuples()
/external/llvm-project/polly/test/Isl/CodeGen/
Dinvariant_load_base_pointer_conditional_2.ll39 ; IR-NEXT: %polly.preload.cond.result11 = and i1 %23, %polly.preload.cond.overflown10
43 ; IR-NEXT: br i1 %polly.preload.cond.result11
/external/deqp-deps/glslang/Test/
Dhlsl.subpass.frag74 int4 result11 = subpass_ms_i4.SubpassLoad(3);
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.subpass.frag.out32 0:74 'result11' ( temp 4-component vector of int)
249 0:74 'result11' ( temp 4-component vector of int)
453 Name 46 "result11"
656 46(result11): 23(ptr) Variable Function
691 Store 46(result11) 51
/external/llvm-project/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m363 unsigned result11 = [class11 returns30];
364 clang_analyzer_eval(result11 == 30); // expected-warning{{TRUE}}