Searched refs:__ic (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator_arg_t.h43 static const bool __ic = member in struct:__uses_alloc_ctor_imp
45 static const int value = __ua ? 2 - __ic : 0;
/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp4339 uint64_t getIP() const { return _registers.__ic; }
4340 void setIP(uint64_t value) { _registers.__ic = value; }
4349 uint64_t __ic; // Instruction counter (IC) member in struct:libunwind::Registers_ve::ve_thread_state_t
4393 return _registers.__ic;
4412 _registers.__ic = value;

Completed in 188 milliseconds