Searched refs:_Id (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 159 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 260 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Action.cpp | 176 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction() argument 177 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {} in InputAction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Action.h | 240 void setId(StringRef _Id) { Id = _Id.str(); } in setId() argument
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | tuple | 1351 template <class _Fn, class _Tuple, size_t... _Id> 1353 __apply_tuple_impl(_Fn&& __f, _Tuple&& __t, __tuple_indices<_Id...>) 1354 …_LIBCPP_NOEXCEPT_RETURN(std::__invoke(std::forward<_Fn>(__f), std::get<_Id>(std::forward<_Tuple>(_…
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 1791 extern struct utmp *getutid (const struct utmp *_Id);
|