Searched defs:final_value (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_flags_test.cpp | 28 static void TestFlag(T start_value, const char *env, T final_value) { in TestFlag() 44 const char *final_value) { in TestFlag()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | doloop.c | 562 rtx final_value; local 764 rtx final_value; local
|
H A D | unroll.c | 852 rtx initial_value, final_value, increment; local 1400 precondition_loop_p (loop, initial_value, final_value, increment, mode) in precondition_loop_p() argument 2697 rtx final_value; local 3326 rtx iteration_var, initial_value, increment, final_value; local
|
H A D | loop.h | 98 rtx final_value; /* If the giv is used outside the loop, and its member 181 rtx final_value; /* Value of reg at loop end, if known. */ member 331 rtx final_value; member
|
H A D | loop.c | 5999 rtx final_value = 0; local 8114 rtx final_value; local 10698 gen_load_of_final_value (reg, final_value) in gen_load_of_final_value() argument
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObject.cpp | 2029 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath() local 2046 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath() local
|