Home
last modified time | relevance | path

Searched refs:value_pos (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc551 ThreadLocalValues::iterator value_pos = in GetValueOnCurrentThread() local
553 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()
554 value_pos = in GetValueOnCurrentThread()
562 return value_pos->second.get(); in GetValueOnCurrentThread()
579 ThreadLocalValues::iterator value_pos = in OnThreadLocalDestroyed() local
581 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()
582 value_holders.push_back(value_pos->second); in OnThreadLocalDestroyed()
583 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()
606 for (ThreadLocalValues::iterator value_pos = in OnThreadExit() local
608 value_pos != thread_local_values.end(); in OnThreadExit()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20082988 (value_pos): Do not call unop_promote.
2999 (value_pos): Call unop_promote. Inline remaining parts of
10599 (value_pos, value_neg, value_complement): Move result type
11385 (value_pos): Likewise.
H A DChangeLog-20054884 (value_pos): New.
4885 * value.h (value_pos): Declare.
H A DChangeLog-20101128 * valarith.c (value_pos, value_neg, value_complement): Handle
H A DChangeLog-201112132 * valarith.c (value_pos): Ditto.
H A DChangeLog-20186027 (value_pos): Remove lint code.
H A DChangeLog-202013353 (value_pos, value_neg, value_complement): Handle complex numbers.
H A DChangeLog-20173946 (value_pos): Handle all scalar types as simple copy.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20082988 (value_pos): Do not call unop_promote.
2999 (value_pos): Call unop_promote. Inline remaining parts of
10599 (value_pos, value_neg, value_complement): Move result type
11385 (value_pos): Likewise.
H A DChangeLog-20054884 (value_pos): New.
4885 * value.h (value_pos): Declare.
H A DChangeLog-20101128 * valarith.c (value_pos, value_neg, value_complement): Handle
H A DChangeLog-201112132 * valarith.c (value_pos): Ditto.
H A DChangeLog-20186027 (value_pos): Remove lint code.
H A DChangeLog-20173946 (value_pos): Handle all scalar types as simple copy.