Home
last modified time | relevance | path

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

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