Searched refs:ParamType (Results 1 - 25 of 75) sorted by relevance

123

/external/libbrillo/brillo/dbus/
H A Ddbus_param_writer.h27 template<typename ParamType, typename... RestOfParams>
29 const ParamType& param,
34 DBusType<ParamType>::Write(writer, param);
46 template<typename ParamType, typename... RestOfParams>
48 const ParamType& /* param */,
60 template<typename ParamType, typename... RestOfParams>
62 ParamType* param,
67 DBusType<ParamType>::Write(writer, *param);
H A Ddbus_param_reader.h65 // 1. For the case where ParamType is a value type (D-Bus IN parameter).
66 // 2. For the case where ParamType is a pointer (D-Bus OUT parameter).
72 // Overload 1: ParamType is not a pointer.
73 template<typename ParamType, typename CallbackType, typename... Args>
74 static typename std::enable_if<!std::is_pointer<ParamType>::value, bool>::type
85 // ParamType could be a reference type (e.g. 'const std::string&').
88 // the value type. If ParamType is already a value type, ParamValueType will
89 // be the same as ParamType.
90 using ParamValueType = typename std::decay<ParamType>::type;
103 // (ParamType) fro
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentmarkitem.h21 enum ParamType { None, PropertiesDict, DirectDict }; enum in class:CPDF_ContentMarkItem
30 ParamType GetParamType() const { return m_ParamType; }
40 ParamType m_ParamType;
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DParameterType.h109 struct ParamType;
110 typedef RefCount<ParamType> RefParamType;
115 struct ParamType { struct in namespace:SPIR
118 ParamType(TypeEnum typeId) : m_typeId(typeId) {}; function in struct:SPIR::ParamType
121 virtual ~ParamType() {};
136 /// @param ParamType given param type.
138 virtual bool equals(const ParamType*) const = 0;
150 ParamType();
158 struct PrimitiveType : public ParamType {
179 /// @param ParamType give
[all...]
H A DParameterType.cpp24 ParamType(TYPE_ID_PRIMITIVE), m_primitive(primitive) {
43 bool PrimitiveType::equals(const ParamType* type) const {
54 ParamType(TYPE_ID_POINTER), m_pType(type) {
103 bool PointerType::equals(const ParamType* type) const {
125 ParamType(TYPE_ID_VECTOR), m_pType(type), m_len(len) {
139 bool VectorType::equals(const ParamType* type) const {
150 ParamType(TYPE_ID_ATOMIC), m_pType(type) {
166 bool AtomicType::equals(const ParamType* type) const {
176 ParamType(TYPE_ID_BLOCK) {
197 bool BlockType::equals(const ParamType* typ
[all...]
H A DFunctionDescriptor.h22 typedef std::vector<RefCount<ParamType> > TypeVector;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h64 /// \brief AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) {
72 /// is ParamType.
75 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \
76 AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, Param, \
78 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \
80 inline ReturnType DefineMatcher(ParamType const &Param); \
81 typedef ReturnType (&DefineMatcher##_Type##OverloadId)(ParamType const &); \
82 inline ReturnType DefineMatcher(ParamType const &Param)
116 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
124 /// is ParamType
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h58 template <class ParamType>
60 TestParamInfo(const ParamType& a_param, size_t an_index) :
63 ParamType param;
70 template <class ParamType>
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
168 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
376 template <class ParamType>
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
388 template <class ParamType, class ParamNameGenFunctor>
393 template <class ParamType>
410 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
504 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3165 typedef ::testing::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3172 virtual ParamIteratorInterface<ParamType>* Begin() const {
3175 virtual ParamIteratorInterface<ParamType>* End() const {
3180 class Iterator : public ParamIteratorInterface<ParamType> {
3182 Iterator(const ParamGeneratorInterface<ParamType>* base,
3194 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3208 virtual ParamIteratorInterface<ParamType>* Clone() const {
3211 virtual const ParamType* Current() const { return &current_value_; }
3212 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3243 current_value_ = ParamType(*current1
3280 typedef ::testing::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3732 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3918 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4121 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4343 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4582 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h58 template <class ParamType>
60 TestParamInfo(const ParamType& a_param, size_t an_index) :
63 ParamType param;
70 template <class ParamType>
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
168 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
376 template <class ParamType>
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
388 template <class ParamType, class ParamNameGenFunctor>
393 template <class ParamType>
410 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
504 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3165 typedef ::testing::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3172 virtual ParamIteratorInterface<ParamType>* Begin() const {
3175 virtual ParamIteratorInterface<ParamType>* End() const {
3180 class Iterator : public ParamIteratorInterface<ParamType> {
3182 Iterator(const ParamGeneratorInterface<ParamType>* base,
3194 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3208 virtual ParamIteratorInterface<ParamType>* Clone() const {
3211 virtual const ParamType* Current() const { return &current_value_; }
3212 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3243 current_value_ = ParamType(*current1
3280 typedef ::testing::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3732 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3918 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4121 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4343 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4582 typedef ::testing::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h58 template <class ParamType>
60 TestParamInfo(const ParamType& a_param, size_t an_index) :
63 ParamType param;
70 template <class ParamType>
71 std::string operator()(const TestParamInfo<ParamType>& info) const {
168 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
376 template <class ParamType>
377 std::string DefaultParamName(const TestParamInfo<ParamType>& info) {
388 template <class ParamType, class ParamNameGenFunctor>
393 template <class ParamType>
410 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
504 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3162 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3169 virtual ParamIteratorInterface<ParamType>* Begin() const {
3172 virtual ParamIteratorInterface<ParamType>* End() const {
3177 class Iterator : public ParamIteratorInterface<ParamType> {
3179 Iterator(const ParamGeneratorInterface<ParamType>* base,
3191 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3205 virtual ParamIteratorInterface<ParamType>* Clone() const {
3208 virtual const ParamType* Current() const { return &current_value_; }
3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3240 current_value_ = ParamType(*current1
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3729 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3915 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4118 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4340 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4579 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h2838 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
2845 virtual ParamIteratorInterface<ParamType>* Begin() const {
2848 virtual ParamIteratorInterface<ParamType>* End() const {
2853 class Iterator : public ParamIteratorInterface<ParamType> {
2855 Iterator(const ParamGeneratorInterface<ParamType>* base,
2867 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
2881 virtual ParamIteratorInterface<ParamType>* Clone() const {
2884 virtual const ParamType* Current() const { return &current_value_; }
2885 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
2916 current_value_ = ParamType(*current1
2953 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3085 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3236 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3405 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3591 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
3794 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4016 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4255 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
H A Dgtest-param-util-generated.h3162 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef in class:testing::internal::CartesianProductGenerator2
3169 virtual ParamIteratorInterface<ParamType>* Begin() const {
3172 virtual ParamIteratorInterface<ParamType>* End() const {
3177 class Iterator : public ParamIteratorInterface<ParamType> {
3179 Iterator(const ParamGeneratorInterface<ParamType>* base,
3191 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3205 virtual ParamIteratorInterface<ParamType>* Clone() const {
3208 virtual const ParamType* Current() const { return &current_value_; }
3209 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3240 current_value_ = ParamType(*current1
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef in class:testing::internal::CartesianProductGenerator3
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef in class:testing::internal::CartesianProductGenerator4
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef in class:testing::internal::CartesianProductGenerator5
3729 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef in class:testing::internal::CartesianProductGenerator6
3915 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef in class:testing::internal::CartesianProductGenerator7
4118 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef in class:testing::internal::CartesianProductGenerator8
4340 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef in class:testing::internal::CartesianProductGenerator9
4579 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef in class:testing::internal::CartesianProductGenerator10
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h143 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
354 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
355 explicit ParameterizedTestFactory(ParamType parameter) :
363 const ParamType parameter_;
372 template <class ParamType>
377 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
390 : public TestMetaFactoryBase<typename TestCase::ParamType> {
392 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
448 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util.h144 typedef T ParamType; typedef in class:testing::internal::ParamGeneratorInterface
355 typedef typename TestClass::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestFactory
356 explicit ParameterizedTestFactory(ParamType parameter) :
364 const ParamType parameter_;
373 template <class ParamType>
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
391 : public TestMetaFactoryBase<typename TestCase::ParamType> {
393 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::TestMetaFactory
449 typedef typename TestCase::ParamType ParamType; typedef in class:testing::internal::ParameterizedTestCaseInfo
[all...]
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_blas.h135 template <typename T, typename ParamType>
138 uint64 n, uint64 k, const ParamType &alpha, const DeviceMemory<T> &a,
139 int lda, const DeviceMemory<T> &b, int ldb, const ParamType &beta,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4322 QualType ParamType, Expr *Arg) {
4326 if (!S.isCompleteType(Arg->getExprLoc(), ParamType))
4377 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
4378 S.IsQualificationConversion(Arg->getType(), ParamType, false,
4385 << Arg->getType() << ParamType << Arg->getSourceRange();
4393 std::string Code = "static_cast<" + ParamType.getAsString() + ">(";
4395 << ParamType << FixItHint::CreateInsertion(Arg->getLocStart(), Code)
4411 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn,
4414 if (ParamType->isPointerType() &&
4415 !ParamType
4321 isNullPointerValueTemplateArgument(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *Arg) argument
4410 CheckTemplateArgumentIsCompatibleWithParameter( Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, Expr *Arg, QualType ArgType) argument
4468 CheckTemplateArgumentAddressOfObjectOrFunction(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, TemplateArgument &Converted) argument
4761 CheckTemplateArgumentPointerToMember(Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *&ResultArg, TemplateArgument &Converted) argument
4896 CheckTemplateArgument(NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *Arg, TemplateArgument &Converted, CheckTemplateArgumentKind CTAK) argument
5405 BuildExpressionFromDeclTemplateArgument(const TemplateArgument &Arg, QualType ParamType, SourceLocation Loc) argument
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dserialization_util.h134 template <typename ReturnType, typename ParamType, typename InputUserType>
135 ReturnType CallWithContext(ReturnType (*f)(ParamType, void*),
141 template <typename ReturnType, typename ParamType, typename InputUserType>
142 ReturnType CallWithContext(ReturnType (*f)(ParamType),
/external/clang/lib/Analysis/
H A DConsumed.cpp180 static bool isRValueRef(QualType ParamType) { argument
181 return ParamType->isRValueReferenceType();
188 static bool isPointerOrRef(QualType ParamType) { argument
189 return ParamType->isPointerType() || ParamType->isReferenceType();
627 QualType ParamType = Param->getType(); local
650 if (isRValueRef(ParamType))
654 else if (isPointerOrRef(ParamType) &&
655 (!ParamType->getPointeeType().isConstQualified() ||
656 isSetOnReadPtrType(ParamType)))
874 QualType ParamType = Param->getType(); local
[all...]

Completed in 1079 milliseconds

123