Searched refs:_Id (Results 1 – 5 of 5) sorted by relevance
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 259 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument
|
| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 240 void setId(StringRef _Id) { Id = _Id.str(); } in setId() argument
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | tuple | 1353 template <class _Fn, class _Tuple, size_t... _Id> 1355 __apply_tuple_impl(_Fn&& __f, _Tuple&& __t, __tuple_indices<_Id...>) 1356 …_LIBCPP_NOEXCEPT_RETURN(std::__invoke(std::forward<_Fn>(__f), std::get<_Id>(std::forward<_Tuple>(_…
|
| /src/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | sys_term.c | 1791 extern struct utmp *getutid (const struct utmp *_Id);
|