Searched refs:reportTypeError (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 551 reportTypeError(Str, "address"); in parseAddr() 557 reportTypeError(Str, "address"); in parseAddr() 562 reportTypeError(Str, "address"); in parseAddr() 572 reportTypeError(Str, "module ID"); in parseModuleID() 582 reportTypeError(Str, "size"); in parseSize() 592 reportTypeError(Str, "frame number"); in parseFrameNumber() 602 reportTypeError(Str, "build ID"); in parseBuildID() 613 reportTypeError(Str, "mode"); in parseMode() 628 reportTypeError(Str, "mode"); in parseMode() 643 reportTypeError(Str, "PC type"); in parsePCType() [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 59 void reportTypeError(QualType DynamicType, QualType StaticType, 68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() function in DynamicTypeChecker 199 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SymbolTable.cpp | 131 static void reportTypeError(const Symbol *existing, const InputFile *file, in reportTypeError() function 158 reportTypeError(existing, file, WASM_SYMBOL_TYPE_GLOBAL); in checkGlobalType() 174 reportTypeError(existing, file, WASM_SYMBOL_TYPE_TAG); in checkTagType() 189 reportTypeError(existing, file, WASM_SYMBOL_TYPE_TABLE); in checkTableType() 204 reportTypeError(existing, file, WASM_SYMBOL_TYPE_DATA); in checkDataType() 330 reportTypeError(s, file, WASM_SYMBOL_TYPE_FUNCTION); in addDefinedFunction() 529 reportTypeError(s, file, WASM_SYMBOL_TYPE_FUNCTION); in addUndefinedFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.h | 129 void reportTypeError(StringRef Str, StringRef TypeName) const;
|