Searched defs:_Type (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | InputInfo.h | 54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput) in InputInfo() 63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg, in InputInfo()
|
H A D | Action.cpp | 168 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 36 # define _GLIBCXX_TYPEID(_Type) &typeid(_Type) argument 42 # define _GLIBCXX_TYPEID(_Type) 0 argument 204 struct _Type struct 206 const char* _M_name; 207 const type_info* _M_type;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | formatter.h | 36 # define _GLIBCXX_TYPEID(_Type) &typeid(_Type) argument 42 # define _GLIBCXX_TYPEID(_Type) 0 argument 210 struct _Type : _Named struct 212 const type_info* _M_type;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex_compiler.h | 128 enum class _Type : char { _None, _Char, _Class } _M_type = _Type::_None; in _GLIBCXX_VISIBILITY() enum
|
H A D | random.tcc | 3226 _Type; in generate() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_compiler.h | 127 enum class _Type : char { _None, _Char, _Class } _M_type = _Type::_None; in _GLIBCXX_VISIBILITY() enum
|
H A D | random.tcc | 3269 _Type; in generate() typedef
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acobject.h | 131 #define ACPI_COMMON_BUFFER_INFO(_Type) \ argument
|