Home
last modified time | relevance | path

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

123

/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/spirv-llvm/lib/SPIRV/Mangler/
DParameterType.h115 struct ParamType { struct
118 ParamType(TypeEnum typeId) : m_typeId(typeId) {}; in ParamType() argument
121 virtual ~ParamType() {}; in ~ParamType() argument
150 ParamType(); argument
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmarkitem.h21 enum ParamType { None, PropertiesDict, DirectDict }; enum
/external/clang/docs/
DLibASTMatchers.rst121 .. _astmatchers-writing:
/external/libbrillo/brillo/dbus/
Ddbus_param_writer.h48 const ParamType& /* param */, in AppendDBusOutParams()
/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
/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/swiftshader/third_party/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
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h168 typedef T ParamType; typedef
410 typedef typename TestClass::ParamType ParamType; typedef
448 typedef typename TestCase::ParamType ParamType; typedef
504 typedef typename TestCase::ParamType ParamType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h168 typedef T ParamType; typedef
410 typedef typename TestClass::ParamType ParamType; typedef
448 typedef typename TestCase::ParamType ParamType; typedef
504 typedef typename TestCase::ParamType ParamType; typedef
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h164 typedef T ParamType; typedef
406 typedef typename TestClass::ParamType ParamType; typedef
444 typedef typename TestCase::ParamType ParamType; typedef
500 typedef typename TestCase::ParamType ParamType; typedef
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h168 typedef T ParamType; typedef
410 typedef typename TestClass::ParamType ParamType; typedef
448 typedef typename TestCase::ParamType ParamType; typedef
504 typedef typename TestCase::ParamType ParamType; typedef
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_params.h33 enum class ParamType { TYPE_INT32, TYPE_FLOAT, TYPE_BOOL, TYPE_STRING }; enum
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h298 ::value_type ParamType; in ValuesIn() typedef
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h166 typedef T ParamType; typedef
394 typedef typename TestClass::ParamType ParamType; typedef
751 typedef ::std::tuple<T...> ParamType; typedef
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/
Dtensor_forest_params.proto106 oneof ParamType { oneof
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp156 for (const auto &ParamType : FunctionSig.ParamTypes) in dump() local
/external/clang/lib/Analysis/
DConsumed.cpp180 static bool isRValueRef(QualType ParamType) { in isRValueRef()
188 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef()
627 QualType ParamType = Param->getType(); in handleCall() local
874 QualType ParamType = Param->getType(); in VisitParmVarDecl() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp516 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
526 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp266 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/external/clang/lib/AST/
DDeclCXX.cpp1599 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local
1619 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local
1940 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp859 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
2993 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
3098 QualType &ParamType, in AdjustFunctionParmAndArgTypesForDeduction()
3276 QualType ParamType, Expr *Arg, in DeduceTemplateArgumentByListElement()
3384 QualType ParamType = OrigParamType; in DeduceTemplateArguments() local
DSemaTemplate.cpp4322 QualType ParamType, Expr *Arg) { in isNullPointerValueTemplateArgument()
4411 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
4470 QualType ParamType, in CheckTemplateArgumentAddressOfObjectOrFunction()
4763 QualType ParamType, in CheckTemplateArgumentPointerToMember()
4897 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
5406 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp172 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp745 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local

123