Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 25 of 46) sorted by relevance

12

/external/opencv3/modules/core/include/opencv2/
Dcore.hpp2882 template<typename _Tp> struct ParamType {}; struct
3014 template<> struct ParamType<bool> struct
3016 typedef bool const_param_type;
3017 typedef bool member_type;
3019 enum { type = Param::BOOLEAN };
3022 template<> struct ParamType<int> struct
3024 typedef int const_param_type;
3025 typedef int member_type;
3027 enum { type = Param::INT };
3030 template<> struct ParamType<double> struct
[all …]
/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h75 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument
78 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument
129 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
132 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
264 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument
270 ParamType, Param, OverloadId) \ argument
/external/clang/docs/
DLibASTMatchers.rst121 .. _astmatchers-writing:
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
Dgtest-param-util-generated.h2838 typedef ::std::tr1::tuple<T1, T2> ParamType; typedef
2953 typedef ::std::tr1::tuple<T1, T2, T3> ParamType; typedef
3085 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType; typedef
3236 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType; typedef
3405 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6> ParamType; typedef
3591 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7> ParamType; typedef
3794 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8> ParamType; typedef
4016 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9> ParamType; typedef
4255 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ParamType; typedef
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h143 typedef T ParamType; typedef
354 typedef typename TestClass::ParamType ParamType; typedef
392 typedef typename TestCase::ParamType ParamType; typedef
448 typedef typename TestCase::ParamType ParamType; typedef
/external/gtest/include/gtest/internal/
Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h144 typedef T ParamType; typedef
355 typedef typename TestClass::ParamType ParamType; typedef
393 typedef typename TestCase::ParamType ParamType; typedef
449 typedef typename TestCase::ParamType ParamType; typedef
/external/libbrillo/brillo/dbus/
Ddbus_param_writer.h48 const ParamType& /* param */, in AppendDBusOutParams()
/external/clang/lib/Analysis/
DConsumed.cpp180 static bool isRValueRef(QualType ParamType) { in isRValueRef()
188 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef()
621 QualType ParamType = Param->getType(); in handleCall() local
868 QualType ParamType = Param->getType(); in VisitParmVarDecl() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp179 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
/external/clang/lib/AST/
DDeclCXX.cpp1531 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local
1551 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local
1859 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp863 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
3006 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
3106 QualType &ParamType, in AdjustFunctionParmAndArgTypesForDeduction()
3284 QualType ParamType, Expr *Arg, in DeduceTemplateArgumentByListElement()
3392 QualType ParamType = OrigParamType; in DeduceTemplateArguments() local
DSemaTemplate.cpp4281 QualType ParamType, Expr *Arg) { in isNullPointerValueTemplateArgument()
4370 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
4429 QualType ParamType, in CheckTemplateArgumentAddressOfObjectOrFunction()
4722 QualType ParamType, in CheckTemplateArgumentPointerToMember()
4856 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
5364 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
DSemaCodeComplete.cpp2818 QualType ParamType = (*P)->getType(); in CreateCodeCompletionString() local
3957 QualType ParamType; in getParamType() local
3979 QualType ParamType; in CodeCompleteOverloadResults() local
7113 QualType ParamType; in CodeCompleteObjCMethodDecl() local
DSemaStmt.cpp3823 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
3858 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
3876 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h268 typedef enum { None, PropertiesDict, DirectDict, MCID } ParamType; typedef
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp720 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp624 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex()); in LowerFormalArguments() local
736 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex()); in LowerFormalArguments() local
/external/protobuf/gtest/include/gtest/
Dgtest.h1600 typedef T ParamType; typedef
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h1680 typedef T ParamType; typedef
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1674 typedef T ParamType; typedef
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1670 typedef T ParamType; typedef

12