Home
last modified time | relevance | path

Searched defs:_Id (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp176 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h240 void setId(StringRef _Id) { Id = _Id.str(); } in setId()
/freebsd/stand/efi/include/
H A Defidevp.h159 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h260 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument