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 D | gtest-port.cc | 551 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 D | ChangeLog-2008 | 2988 (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 D | ChangeLog-2005 | 4884 (value_pos): New. 4885 * value.h (value_pos): Declare.
|
| H A D | ChangeLog-2010 | 1128 * valarith.c (value_pos, value_neg, value_complement): Handle
|
| H A D | ChangeLog-2011 | 12132 * valarith.c (value_pos): Ditto.
|
| H A D | ChangeLog-2018 | 6027 (value_pos): Remove lint code.
|
| H A D | ChangeLog-2020 | 13353 (value_pos, value_neg, value_complement): Handle complex numbers.
|
| H A D | ChangeLog-2017 | 3946 (value_pos): Handle all scalar types as simple copy.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2008 | 2988 (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 D | ChangeLog-2005 | 4884 (value_pos): New. 4885 * value.h (value_pos): Declare.
|
| H A D | ChangeLog-2010 | 1128 * valarith.c (value_pos, value_neg, value_complement): Handle
|
| H A D | ChangeLog-2011 | 12132 * valarith.c (value_pos): Ditto.
|
| H A D | ChangeLog-2018 | 6027 (value_pos): Remove lint code.
|
| H A D | ChangeLog-2017 | 3946 (value_pos): Handle all scalar types as simple copy.
|