Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/libcxx/fuzzing/
Drandom.pass.cpp38 using ResultT = typename Dist::result_type; typedef
92 using ResultT = typename Dist::result_type; typedef
108 using ResultT = typename Dist::result_type; typedef
124 using ResultT = typename Dist::result_type; typedef
140 using ResultT = Dist::result_type; typedef
/external/llvm-project/llvm/include/llvm/ADT/
DTypeSwitch.h129 operator ResultT() { in ResultT() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCastValueChecker.cpp480 QualType ResultT = Call.getResultType(); in evalCall() local