Searched refs:reportTypeError (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 550 reportTypeError(Str, "address"); in parseAddr() 556 reportTypeError(Str, "address"); in parseAddr() 561 reportTypeError(Str, "address"); in parseAddr() 571 reportTypeError(Str, "module ID"); in parseModuleID() 581 reportTypeError(Str, "size"); in parseSize() 591 reportTypeError(Str, "frame number"); in parseFrameNumber() 601 reportTypeError(Str, "build ID"); in parseBuildID() 608 reportTypeError(Str, "mode"); in parseMode() 620 reportTypeError(Str, "mode"); in parseMode() 636 reportTypeError(Str, "PC type"); in parsePCType() [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 54 void reportTypeError(QualType DynamicType, QualType StaticType, 63 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() function in DynamicTypeChecker 193 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.h | 128 void reportTypeError(StringRef Str, StringRef TypeName) const;
|