Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDTypeSwitch.h120 [[nodiscard]] operator ResultT() { in ResultT() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCastValueChecker.cpp483 QualType ResultT = Call.getResultType(); in evalCall() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDWrapperFunctionUtils.h292 using ResultT = decltype(Result); in applyAsync() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpBuiltin.cpp677 PrimType ResultT = *S.getContext().classify(ResultType); in interp__builtin_overflowop() local
HDCompiler.cpp2106 std::optional<PrimType> ResultT = classify(E->getType()); in VisitCompoundAssignOperator() local