Home
last modified time | relevance | path

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

1234

/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/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h74 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument
77 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument
128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
263 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument
269 ParamType, Param, OverloadId) \ argument
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmarkitem.h20 enum ParamType { kNone, kPropertiesDict, kDirectDict }; enum
/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/llvm-project/clang/docs/
DLibASTMatchers.rst121 .. _astmatchers-writing:
/external/clang/docs/
DLibASTMatchers.rst121 .. _astmatchers-writing:
/external/libbrillo/brillo/dbus/
Ddbus_param_writer.h48 const ParamType& /* param */, in AppendDBusOutParams()
/external/llvm-project/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/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType() function
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-param-test.h298 ::value_type ParamType; in ValuesIn() typedef
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-param-test.h297 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
/external/googletest/googletest/include/gtest/
Dgtest-param-test.h295 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
/external/tensorflow/tensorflow/lite/tools/
Dtool_params.h32 enum class ParamType { TYPE_INT32, TYPE_FLOAT, TYPE_BOOL, TYPE_STRING }; enum
/external/rust/crates/quiche/deps/boringssl/src/third_party/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h166 typedef T ParamType; typedef
394 typedef typename TestClass::ParamType ParamType; typedef
754 typedef ::std::tuple<T...> ParamType; typedef
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h168 typedef T ParamType; typedef
396 typedef typename TestClass::ParamType ParamType; typedef
818 typedef ::std::tuple<T...> ParamType; typedef
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h167 typedef T ParamType; typedef
390 typedef typename TestClass::ParamType ParamType; typedef
793 typedef ::std::tuple<T...> ParamType; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp145 Type *ParamType = *PI; in createWrapper() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp144 Type *ParamType = *PI; in createWrapper() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMismatchedIteratorChecker.cpp177 const auto *ParamType = in checkPreCall() local
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp181 static bool isRValueRef(QualType ParamType) { in isRValueRef()
189 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef()
624 QualType ParamType = Param->getType(); in handleCall() local
858 QualType ParamType = Param->getType(); in VisitParmVarDecl() 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/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp215 for (const auto &ParamType : FunctionSig.Params) in dump() local

1234