Searched refs:_Type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h46 InputInfo(types::ID _Type, const char *_BaseInput) argument
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
49 InputInfo(const char *_Filename, types::ID _Type, const char *_BaseInput) argument
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type, argument
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
H A DAction.cpp44 InputAction::InputAction(const Arg &_Input, types::ID _Type) argument
45 : Action(InputClass, _Type), Input(_Input) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h72 Action(ActionClass _Kind, types::ID _Type) argument
73 : Kind(_Kind), Type(_Type), OwnsInputs(true) {}
74 Action(ActionClass _Kind, Action *Input, types::ID _Type) argument
75 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
76 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) argument
77 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {}
105 InputAction(const llvm::opt::Arg &_Input, types::ID _Type);
/freebsd-10.2-release/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h52 template<typename _Type>
55 _Type __value;
58 explicit _Not_equal_to(const _Type& __v) : __value(__v) { }
61 operator()(const _Type& __x) const
H A Dformatter.h51 template<typename _Type>
52 struct __is_same<_Type, _Type>
241 template<typename _Type>
242 _Parameter(const _Type*& __it, const char* __name, _Is_iterator)
254 template<typename _Type>
255 _Parameter(_Type*& __it, const char* __name, _Is_iterator)
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dvstring_util.h99 template<typename _Type>
101 _S_is_null_pointer(_Type* __ptr)
104 template<typename _Type>
106 _S_is_null_pointer(_Type)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h104 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \
152 typedef internal::Matcher<Type>(&DefineMatcher##_Type##OverloadId)( \
242 ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
291 ParamType2, ReturnTypesF>(&DefineMatcher##_Type##OverloadId)( \
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacobject.h130 #define ACPI_COMMON_BUFFER_INFO(_Type) \
131 _Type *Pointer; \
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h111 struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; }; typedef in struct:_Aux_require_same
117 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required;
862 typedef typename _Aux_require_same<_Key_type, _Value_type>::_Type
878 _Required_value_type>::_Type _Required;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp56 static_cast< ::clang::ast_matchers::name##_Type##Id>( \

Completed in 89 milliseconds