Home
last modified time | relevance | path

Searched defs:ParamT (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/fuzzing/
Drandom.pass.cpp37 using ParamT = typename Dist::param_type; typedef
91 using ParamT = typename Dist::param_type; typedef
107 using ParamT = typename Dist::param_type; typedef
123 using ParamT = typename Dist::param_type; typedef
139 using ParamT = Dist::param_type; typedef
155 using ParamT = typename Distribution::param_type; in helper() typedef
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.h318 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() argument
334 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() argument
342 ParamT combine(const ParamT &, ModifierT)) in CombineWithValues() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastValueChecker.cpp479 QualType ParamT = Call.parameters()[0]->getType(); in evalCall() local