| /src/sys/external/isc/libsodium/dist/test/default/ |
| kdf.exp | 11 Failure -- probably expected for output length=0 12 Failure -- probably expected for output length=1 13 Failure -- probably expected for output length=2 14 Failure -- probably expected for output length=3 15 Failure -- probably expected for output length=4 16 Failure -- probably expected for output length=5 17 Failure -- probably expected for output length=6 18 Failure -- probably expected for output length=7 19 Failure -- probably expected for output length=8 20 Failure -- probably expected for output length= [all...] |
| /src/external/bsd/zstd/dist/contrib/pzstd/ |
| main.cpp | 18 case Options::Status::Failure:
|
| Options.cpp | 141 return Status::Failure; 145 return Status::Failure; 148 return Status::Failure; 151 return Status::Failure; 211 return Status::Failure; 216 return Status::Failure; 223 return Status::Failure; 231 return Status::Failure; 274 return Status::Failure; 280 return Status::Failure; [all...] |
| Options.h | 41 Failure, // Failure to parse options
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| Error.h | 20 class Failure : public StringError { 22 Failure(const Twine &S) : StringError(S, inconvertibleErrorCode()) {}
|
| SnippetFile.cpp | 125 return make_error<Failure>("cannot read snippet: " + Filename + ": " + 154 return make_error<Failure>("cannot create target asm streamer"); 159 return make_error<Failure>("cannot create asm parser"); 168 return make_error<Failure>("cannot create target asm parser"); 172 return make_error<Failure>("cannot parse asm file"); 174 return make_error<Failure>(Twine("found ")
|
| Target.cpp | 36 return llvm::make_error<Failure>( 84 return make_error<Failure>( 92 return make_error<Failure>("can't run 'uops' mode, sched model does not "
|
| SnippetGenerator.cpp | 53 return make_error<Failure>( 62 return make_error<Failure>( 246 return make_error<Failure>(
|
| BenchmarkResult.cpp | 344 return make_error<Failure>(Context.getLastError()); 364 return make_error<Failure>(Context.getLastError()); 381 return make_error<Failure>(Context.getLastError()); 393 return make_error<Failure>(Context.getLastError());
|
| LatencyBenchmarkRunner.cpp | 136 return llvm::make_error<Failure>(llvm::Twine("Unexpected benchmark mode(")
|
| Target.h | 124 return make_error<Failure>(
|
| Assembler.cpp | 242 return make_error<Failure>("Unable to add a mandatory pass"); 247 return make_error<Failure>("Cannot add AsmPrinter passes");
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| DynamicCastInfo.h | 19 enum CastResult { Success, Failure }; 32 bool fails() const { return ResultKind == CastResult::Failure; }
|
| /src/external/gpl3/gcc/dist/contrib/ |
| paranoia.cc | 68 B Radix [Failure] T0 Underflow 947 enum Class { Failure, Serious, Defect, Flaw }; 1044 ErrCnt[Failure] = 0; 1054 TstCond (Failure, (Zero + Zero == Zero), "0+0 != 0"); 1055 TstCond (Failure, (One - One == Zero), "1-1 != 0"); 1056 TstCond (Failure, (One > Zero), "1 <= 0"); 1057 TstCond (Failure, (One + One == Two), "1+1 != 2"); 1062 ErrCnt[Failure] = ErrCnt[Failure] + 1; 1069 TstCond (Failure, (Three == Two + One), "3 != 2+1") [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| paranoia.cc | 68 B Radix [Failure] T0 Underflow 947 enum Class { Failure, Serious, Defect, Flaw }; 1044 ErrCnt[Failure] = 0; 1054 TstCond (Failure, (Zero + Zero == Zero), "0+0 != 0"); 1055 TstCond (Failure, (One - One == Zero), "1-1 != 0"); 1056 TstCond (Failure, (One > Zero), "1 <= 0"); 1057 TstCond (Failure, (One + One == Two), "1+1 != 2"); 1062 ErrCnt[Failure] = ErrCnt[Failure] + 1; 1069 TstCond (Failure, (Three == Two + One), "3 != 2+1") [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/ |
| Remark.h | 61 Failure, 63 Last = Failure
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Initialization.h | 786 /// A failed initialization sequence. The failure kind tells what 1100 FailureKind Failure; 1108 /// The incomplete type that caused a failure. 1359 void SetFailed(FailureKind Failure) { 1361 this->Failure = Failure; 1362 assert((Failure != FK_Incomplete || !FailedIncompleteType.isNull()) && 1363 "Incomplete type failure requires a type!"); 1368 void SetOverloadFailure(FailureKind Failure, OverloadingResult Result); 1391 assert(Failed() && "Not an initialization failure!"); [all...] |
| Overload.h | 643 void setBad(BadConversionSequence::FailureKind Failure, 646 Bad.init(Failure, FromExpr, ToType); 650 void setBad(BadConversionSequence::FailureKind Failure, 653 Bad.init(Failure, FromType, ToType);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGAtomic.cpp | 220 /// \param Failure Atomic ordering for failed operation. 228 llvm::AtomicOrdering Failure = 262 llvm::AtomicOrdering Failure = 269 llvm::AtomicOrdering Failure = 383 // false on failure. 430 // 31.7.2.18: "The failure argument shall not be memory_order_release 444 // Prior to c++17, "the failure argument shall be no stronger than the 1073 // void *desired, int success, int failure) 1075 // int success, int failure) 1687 llvm::AtomicOrdering Success, llvm::AtomicOrdering Failure, bool IsWeak) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/ |
| llvm-exegesis.cpp | 188 ExitOnErr(make_error<Failure>(std::forward<ArgTs>(Args)...)); 191 // Check Err. If it's in a failure state log the file error(s) and exit. 199 // If it's in a failure state log the file error(s) and exit. 256 return make_error<Failure>( 259 return make_error<Failure>("Unsupported opcode: isBranch/isIndirectBranch"); 261 return make_error<Failure>("Unsupported opcode: isCall/isReturn");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonGenMux.cpp | 308 bool Failure = false, CanUp = true, CanDown = true; 312 Failure = true; 320 if (Failure || (!CanUp && !CanDown))
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/ |
| Target.cpp | 36 return make_error<Failure>("unsupported opcode: non uniform memory access");
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/ |
| Target.cpp | 327 return make_error<Failure>(reason); 344 return make_error<Failure>( 356 return make_error<Failure>("Unsupported x87 Instruction"); 387 return make_error<Failure>(reason); 411 return make_error<Failure>("Unsupported x87 Instruction"); 820 return make_error<Failure>(
|
| /src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| ASTReader.cpp | 1512 // We will detect whether a file changed and return 'Failure' for it, but 2477 case ASTReader::Failure: return true; 2497 return Failure; 2508 return Failure; 2515 return Failure; 2531 return Failure; 2586 return Failure; 2617 return Failure; 2624 return Failure; 2684 return Failure; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| ChainedIncludesSource.cpp | 102 case ASTReader::Failure:
|