| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-static-assert.mm | 5 #error failed 8 #error failed 14 #error failed 24 static_assert(0, ""); // expected-error {{static assertion failed}} 25 _Static_assert(0, ""); // expected-error {{static assertion failed}} 29 static_assert(sizeof(a) == 3, ""); // expected-error {{static assertion failed}} 43 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}} 59 static_assert(sizeof(b) == 3, ""); // expected-error {{static assertion failed}} 66 #error failed 74 _Static_assert(0, ""); // expected-error {{static assertion failed}}
|
| H A D | objc-static-assert.m | 8 #error failed 12 #error failed 18 _Static_assert(0, ""); // expected-error {{static assertion failed}} 37 #error failed 41 #error failed 47 _Static_assert(0, ""); // expected-error {{static assertion failed}}
|
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/ |
| H A D | OpenACC.cpp | 59 if (failed(parser.parseOptionalKeyword(keyword))) in parseOperandList() 62 if (failed(parser.parseLParen())) in parseOperandList() 69 if (failed(parser.parseCommaSeparatedList([&]() { in parseOperandList() 81 failed(parser.parseRParen())) in parseOperandList() 246 if (async.hasValue() && failed(*async)) in parse() 257 if (numGangs.hasValue() && failed(*numGangs)) in parse() 263 if (numWorkers.hasValue() && failed(*numWorkers)) in parse() 534 if (gangNum.hasValue() && failed(*gangNum)) in parse() 544 if (failed(parser.parseRParen())) in parse() 554 if (worker.hasValue() && failed(*worker)) in parse() [all …]
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | assert.td | 5 // CHECK: assertion failed 14 // CHECK: assertion failed 24 // CHECK: assertion failed 33 // CHECK: assertion failed 42 // CHECK: assertion failed 53 // CHECK: assertion failed 56 // CHECK: assertion failed 66 // CHECK: assertion failed 75 // CHECK: assertion failed 84 // CHECK: assertion failed [all …]
|
| /llvm-project-15.0.7/mlir/lib/Target/Cpp/ |
| H A D | TranslateToCpp.cpp | 44 if (failed(eachFn(*begin))) in interleaveWithError() 49 if (failed(eachFn(*begin))) in interleaveWithError() 357 if (failed( in printOperation() 369 if (failed(emittedArgs)) in printOperation() 441 if (failed( in printOperation() 548 if (failed(interleaveWithError( in printOperation() 612 if (failed(interleaveCommaWithError( in printOperation() 653 if (failed( in printOperation() 842 if (failed(emitOperands(op))) in emitOperandsAndAttributes() 953 if (failed(status)) in emitOperation() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | SerializeOps.cpp | 51 if (failed(blockHandler(block))) 193 if (failed(processType(op.getLoc(), in processFuncOp() 206 if (failed(processName(funcID, op.getName()))) { in processFuncOp() 235 if (failed(visitInPrettyBlockOrder( in processFuncOp() 324 if (failed(processName(resultID, varName))) { in processGlobalVariableOp() 387 if (failed(emitDebugLine(functionBody, loc))) in processSelectionOp() 395 if (failed( in processSelectionOp() 402 if (failed(visitInPrettyBlockOrder( in processSelectionOp() 449 if (failed(emitDebugLine(functionBody, loc))) in processLoopOp() 463 if (failed(visitInPrettyBlockOrder( in processLoopOp() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 993 if (failed(decl)) in parseTopLevelDecl() 1066 if (failed( in parseArgumentDecl() 1071 if (failed(cst)) in parseArgumentDecl() 1115 if (failed(cst)) in parseResultDecl() 1534 if (failed( in parsePatternDeclMetadata() 1837 if (failed( in parseAttributeExpr() 1900 if (failed(decl)) in parseInlineConstraintLambdaExpr() 1909 if (failed(decl)) in parseInlineRewriteLambdaExpr() 2164 if (failed( in parseTupleExpr() 2351 if (failed( in parseReplaceStmt() [all …]
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | constraint-unique.td | 74 // CHECK-NEXT: << "' failed to satisfy constraint: an attribute"; 77 // CHECK-NOT: << "' failed to satisfy constraint: an attribute"; 83 // CHECK-NEXT: << "' failed to satisfy constraint: another attribute"; 89 // CHECK-NEXT: << successorName << ")' failed to verify constraint: a successor"; 92 // CHECK-NOT: << successorName << ")' failed to verify constraint: a successor"; 98 // CHECK-NEXT: << successorName << ")' failed to verify constraint: another successor"; 105 // CHECK-NEXT: << "failed to verify constraint: a region"; 108 // CHECK-NOT: << "failed to verify constraint: a region"; 115 // CHECK-NEXT: << "failed to verify constraint: another region"; 120 // CHECK: if (::mlir::failed([[$A_ATTR_CONSTRAINT]](*this, [[$B_ATTR]], "b"))) [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/IR/ |
| H A D | AMXDialect.cpp | 77 if (failed(verifyTileSize(*this, aType)) || in verify() 78 failed(verifyTileSize(*this, bType)) || in verify() 79 failed(verifyTileSize(*this, cType)) || in verify() 80 failed(verifyMultShape(*this, aType, bType, cType, 1))) in verify() 94 if (failed(verifyTileSize(*this, aType)) || in verify() 95 failed(verifyTileSize(*this, bType)) || in verify() 96 failed(verifyTileSize(*this, cType)) || in verify() 97 failed(verifyMultShape(*this, aType, bType, cType, 2))) in verify()
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/Affine/Analysis/ |
| H A D | AffineStructuresParserTest.cpp | 46 EXPECT_TRUE(failed(fac)) in TEST() 50 EXPECT_TRUE(failed(fac)) in TEST() 54 EXPECT_TRUE(failed(fac)) in TEST() 58 EXPECT_TRUE(failed(fac)) in TEST() 62 EXPECT_TRUE(failed(fac)) in TEST() 66 EXPECT_TRUE(failed(fac)) in TEST() 71 EXPECT_TRUE(failed(fac)) << "should not accept strings with integer literals " in TEST()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | test-legalizer-full.mlir | 50 // expected-remark@+1 {{applyFullConversion failed}} 60 // expected-error@+1 {{failed to legalize operation 'test.illegal_op_f'}} 69 // expected-remark@+1 {{applyFullConversion failed}} 76 // expected-error@+1 {{failed to legalize operation 'foo.unknown_op'}} 85 // expected-remark@+1 {{applyFullConversion failed}} 92 // expected-error@+1 {{failed to legalize operation 'cf.br'}} 105 // expected-remark@+1 {{applyFullConversion failed}} 110 // expected-error@+1 {{failed to legalize operation 'test.region'}} 125 // expected-remark@+1 {{applyFullConversion failed}} 129 // expected-error@+1 {{failed to legalize operation 'test.illegal_op_g'}}
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | cycled_phis.ll | 58 failed.signed: 62 failed.unsigned: 122 failed.signed: 126 failed.unsigned: 212 failed.signed: 216 failed.unsigned: 220 failed.sibling: 305 failed.signed: 313 failed.sibling: 422 failed.signed: [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorDialect.cpp | 41 if (failed(parser.parseLess())) in parse() 45 if (failed(parser.parseAttribute(dict))) in parse() 47 if (failed(parser.parseGreater())) in parse() 238 if (failed(isInBounds(getDim(), getTensor()))) in verify() 247 if (failed(isInBounds(getDim(), getTensor()))) in verify() 308 if (failed(regionResult)) in verify() 314 if (failed(regionResult)) in verify() 324 if (failed(regionResult)) in verify() 346 if (failed(regionResult)) in verify() 353 if (failed(regionResult)) in verify() [all …]
|
| /llvm-project-15.0.7/openmp/libomptarget/test/api/ |
| H A D | omp_get_num_devices_with_empty_target.c | 12 int failed = 0; in main() local 15 ++failed; in main() 18 if (failed) { in main() 24 return failed; in main()
|
| H A D | omp_get_num_devices.c | 21 int failed=0; in main() local 24 failed++; in main() 26 if (failed) in main() 30 return failed; in main()
|
| H A D | omp_get_device_num.c | 21 int failed=0; in main() local 24 failed++; in main() 26 if (failed) in main() 30 return failed; in main()
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | LogicalResult.h | 44 bool failed() const { return !succeeded(); } in failed() function 72 inline bool failed(LogicalResult result) { return result.failed(); } in failed() function 83 assert(failed(result) && in FailureOr() 92 : Optional<T>(failed(other) ? Optional<T>() : Optional<T>(*other)) {} in FailureOr() 118 explicit operator bool() const { return failed(); }
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | FormatGen.cpp | 198 if (failed(element)) in parse() 204 if (failed(verify(loc, elements))) in parse() 289 if (failed(element)) in parseOptionalGroup() 306 if (failed( in parseOptionalGroup() 312 if (failed(element)) in parseOptionalGroup() 353 if (failed(parseToken(FormatToken::less, in parseCustomDirective() 355 failed(nameTok = in parseCustomDirective() 358 failed(parseToken(FormatToken::greater, in parseCustomDirective() 360 failed(parseToken(FormatToken::l_paren, in parseCustomDirective() 368 if (failed(argument)) in parseCustomDirective() [all …]
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | cuda-bail-out.cu | 7 #error compilation failed 20 #error compilation failed 24 #error compilation failed 28 #error compilation failed
|
| /llvm-project-15.0.7/flang/unittests/Decimal/ |
| H A D | thorough-test.cpp | 21 llvm::raw_ostream &failed(float x) { in failed() function 43 failed(x) << ' ' << flags << ": no result str\n"; in testReadback() 61 failed(x) << " (NaN) " << flags << ": -> '" << result.str << "' -> 0x"; in testReadback() 62 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback() 66 failed(x) << ' ' << flags << ": -> '" << result.str << "' -> 0x"; in testReadback() 67 failed(x).write_hex(u.u) << " '" << p << "' " << rflags << '\n'; in testReadback()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-field.cpp | 37 struct failed ; 39 template <class Model> struct requirement<failed *Model::*> 41 static void failed() in failed() function 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> 64 …instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // …
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | omp_fill_taskqueue.c | 34 int failed = -1; in main() local 48 if (failed < 0) in main() 49 failed = throttling ? enqueued == NUM_TASKS : enqueued < NUM_TASKS; in main() 63 return failed; in main()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.cpp | 33 if (failed(parser.parseOptionalKeyword("ordering")) || in parseTokenOrdering() 34 failed(parser.parseLParen())) in parseTokenOrdering() 40 if (failed(parser.parseRParen())) in parseTokenOrdering() 43 if (failed(parser.parseOperandList(consumeTokens, in parseTokenOrdering() 49 if (failed(parser.parseArrow())) in parseTokenOrdering() 51 if (failed(parser.parseType(produceTokenType))) in parseTokenOrdering() 54 if (failed(parser.parseRParen())) in parseTokenOrdering() 87 if (failed(parser.parseAttribute(attr))) in parseTypedInitialValue() 89 if (failed(parser.parseRParen())) in parseTypedInitialValue() 94 if (failed(parser.parseColonType(type))) in parseTypedInitialValue()
|
| /llvm-project-15.0.7/clang/utils/TestUtils/ |
| H A D | pch-test.pl | 15 my $failed = 0; 34 $failed++; 42 $failed++; 53 print("$failed tests failed\n");
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Verifier.cpp | 77 if (failed(verifyOperation(op))) in verifyOpAndDominance() 86 if (failed(verifyDominanceOfContainedRegions(op, domInfo))) in verifyOpAndDominance() 142 } else if (failed(verifyOperation(op))) { in verifyBlock() 179 if (failed(dialect->verifyOperationAttribute(&op, attr))) in verifyOperation() 186 if (registeredInfo && failed(registeredInfo->verifyInvariants(&op))) in verifyOperation() 225 if (failed(verifyBlock(block, opsWithIsolatedRegions))) in verifyOperation() 232 if (failed(failableParallelForEach( in verifyOperation() 239 if (registeredInfo && failed(registeredInfo->verifyRegionInvariants(&op))) in verifyOperation() 359 if (failed(verifyDominanceOfContainedRegions(op, domInfo))) in verifyDominanceOfContainedRegions()
|