Searched refs:getResultType (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp109 if (Call.getResultType()->isVoidType())
H A DCastValueChecker.cpp207 QualType CastToTy = Call.getResultType();
480 QualType ResultT = Call.getResultType();
H A DSmartPtrModeling.cpp118 C.getSValBuilder().makeZeroVal(Call.getResultType())));
H A DTrustNonnullChecker.cpp158 QualType ExprRetType = Call.getResultType();
H A DCallAndMessageChecker.cpp642 QualType ResTy = msg.getResultType();
653 msg.getResultType().print(os, C.getLangOpts());
681 QualType RetTy = Msg.getResultType();
H A DIteratorModeling.cpp195 if (!isIteratorType(Call.getResultType()))
225 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) {
H A DLocalizationChecker.cpp933 const QualType RT = Call.getResultType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp540 if (!CE.getResultType()->isScalarType()) {
689 QualType ResultTy = CallOrMsg.getResultType();
901 QualType ResultTy = Call.getResultType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp662 QualType ResultTy = Call.getResultType();
H A DCallEvent.cpp70 QualType CallEvent::getResultType() const { function in class:CallEvent
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h293 QualType getResultType() const;
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp5341 ResultWas::OfType getResultType() const;
8239 ResultWas::OfType AssertionResult::getResultType() const {
10931 MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() );
12556 if (result.getResultType() == ResultWas::Ok) {
12574 if (result.getResultType() != ResultWas::Warning)
15566 switch (result.getResultType()) {
15740 if( result.getResultType() != ResultWas::Warning )
15804 switch (result.getResultType()) {
16151 if (!includeResults && result.getResultType() != ResultWas::Warning)
16535 if( assertionStats.assertionResult.getResultType()
[all...]

Completed in 107 milliseconds