Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h44 static const bool __ic = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value; member
45 static const int value = __ua ? 2 - __ic : 0;
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp4355 uint64_t getIP() const { return _registers.__ic; } in getIP()
4356 void setIP(uint64_t value) { _registers.__ic = value; } in setIP()
4365 uint64_t __ic; // Instruction counter (IC) member
4409 return _registers.__ic; in getRegister()
4428 _registers.__ic = value; in setRegister()