Searched refs:testParseError (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ELFAttributeParserTest.cpp | 32 static void testParseError(ArrayRef<uint8_t> bytes, const char *msg) { in testParseError() function 40 testParseError(bytes, "unrecognized format-version: 0x1"); in TEST() 45 testParseError(bytes, "invalid section length 3 at offset 0x1"); in TEST() 50 testParseError(bytes, "unrecognized vendor-name: xy"); in TEST() 56 testParseError(bytes, "unrecognized tag 0x4 at offset 0xa"); in TEST() 62 testParseError(bytes, "invalid attribute size 4 at offset 0xa"); in TEST()
|
| H A D | CSKYAttributeParserTest.cpp | 107 static void testParseError(unsigned Tag, unsigned Value, const char *msg) { in testParseError() function 149 testParseError(8, 3, "unknown Tag_CSKY_DSP_VERSION value: 3"); in TEST() 160 testParseError(9, 3, "unknown Tag_CSKY_VDSP_VERSION value: 3"); in TEST() 173 testParseError(16, 4, "unknown Tag_CSKY_FPU_VERSION value: 4"); in TEST() 186 testParseError(17, 4, "unknown Tag_CSKY_FPU_ABI value: 4"); in TEST() 195 testParseError(18, 2, "unknown Tag_CSKY_FPU_ROUNDING value: 2"); in TEST() 204 testParseError(19, 2, "unknown Tag_CSKY_FPU_DENORMAL value: 2"); in TEST() 213 testParseError(20, 2, "unknown Tag_CSKY_FPU_EXCEPTION value: 2"); in TEST() 234 testParseError(22, 0, "unknown Tag_CSKY_FPU_HARDFP value: 0"); in TEST() 235 testParseError(22, 8, "unknown Tag_CSKY_FPU_HARDFP value: 8"); in TEST()
|
| H A D | ARMAttributeParser.cpp | 44 void testParseError(ArrayRef<uint8_t> bytes, const char *msg) { in testParseError() function 58 testParseError(bytes, "unknown CPU_arch value: 23"); in TEST()
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | module.py | 33 def testParseError(): function
|
| H A D | attributes.py | 32 def testParseError(): function
|
| H A D | builtin_types.py | 32 def testParseError(): function
|