Searched refs:_Type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | InputInfo.h | 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() argument 55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo() 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo() argument 65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) { in InputInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 80 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \ 155 &DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 206 &DefineMatcher##_Type##OverloadId)(ParamType1 const &Param1, \ 297 ParamType> (&DefineMatcher##_Type##OverloadId)(ParamType const &Param); \ 350 ParamType1, ParamType2> (&DefineMatcher##_Type##OverloadId)( \ 488 &DefineMatcher##_Type##OverloadId##Flags)(llvm::StringRef, \ 491 &DefineMatcher##_Type##OverloadId)(llvm::StringRef); \ 546 &DefineMatcher##_Type##OverloadId##Flags)( \ 550 std::shared_ptr<llvm::Regex>> (&DefineMatcher##_Type##OverloadId)( \
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | config.h | 228 template <typename _Type, typename _Mem> 236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 855 template <class _Type, class> 856 using __enable_hash_helper_imp _LIBCPP_NODEBUG_TYPE = _Type; 858 template <class _Type, class ..._Keys> 859 using __enable_hash_helper _LIBCPP_NODEBUG_TYPE = __enable_hash_helper_imp<_Type, 863 template <class _Type, class ...> 864 using __enable_hash_helper _LIBCPP_NODEBUG_TYPE = _Type;
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 239 #define ACPI_COMMON_BUFFER_INFO(_Type) \ argument 240 _Type *Pointer; \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Action.cpp | 168 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction() argument 169 : Action(InputClass, _Type), Input(_Input), Id(_Id.str()) {} in InputAction()
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 306 …Y_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \ argument 312 (((_Type) & 0xf) << 8) | \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 76 static_cast<::clang::ast_matchers::name##_Type##Id>( \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 215 class TypeList<list<Type> _Type> { 216 list<Type> List = _Type;
|