Searched refs:Failed (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h158 llvm::StringSet<> Failed; member in class:clang::PreprocessorOptions::FailedModulesSet
162 return Failed.count(module) > 0;
166 Failed.insert(module);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h144 MATCHER(Failed, "") { return !arg.Success(); }
147 testing::Matcher<const detail::ErrorHolder &> Failed() { function in namespace:llvm
152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp39 volatile unsigned Failed : 1; member in struct:__anon1976::CrashRecoveryContextImpl
45 : CRC(CRC), Failed(false), SwitchedThread(false), ValidJumpBuffer(false) {
71 assert(!Failed && "Crash recovery context already failed!");
72 Failed = true;
H A DFormatVariadic.cpp52 bool Failed = Spec.consumeInteger(0, Align); local
53 return !Failed;
H A DYAMLParser.cpp280 if (!Failed)
282 Failed = true;
291 return Failed;
542 bool Failed; member in class:llvm::yaml::Scanner
778 Failed = false;
1236 Failed = true;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodorder.mk6 TEST_RESULT= && echo Ok || echo Failed
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp499 bool Failed = false; local
508 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
521 if (!Failed) {
523 Failed = Parser->Run(Opts.NoInitialTextSection);
534 if (Failed) {
541 return Failed;
609 bool Failed = Diags.hasErrorOccurred() || ExecuteAssembler(Asm, Diags); local
616 return !!Failed;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h38 bool Failed = false; member in class:clang::CodeGen::ConstantEmitter
161 Failed = true;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h133 enum class LockResult { Success, Cancelled, Failed };
H A DGDBRemoteClientBase.cpp125 case ContinueLock::LockResult::Failed:
327 return LockResult::Failed;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp160 Printf("Failed to read options from '%s': error %d\n", path, err);
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c839 chat_logf("Failed (%s)", fail_reason);
841 chat_logf("Failed");
1019 fatal(1, "Failed");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp84 bool Failed = false; local
135 Failed = true;
140 Failed = true;
145 Failed = true;
148 Failed = true;
152 if (Failed) {
431 bool Failed = false; local
439 Failed = true;
448 Failed = true;
460 Failed
[all...]
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl424 } elsif (/Failed processing [0-9]+ byte request from IPv[46]:([0-9\.:a-fA-F]+)/) {
464 } elsif (/Failed to decrypt PA-DATA -- (.+)$/) {
490 } elsif (/Failed to verify AP-REQ: Ticket expired/) {
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win163 echo Testing dbd sqlite2 && $(OUTDIR)\dbd.exe sqlite2 || echo Failed
164 echo Testing dbd sqlite3 && $(OUTDIR)\dbd.exe sqlite3 || echo Failed
/freebsd-11-stable/stand/lua/
H A Dconfig.lua42 local MSG_FAILEXEC = "Failed to exec '%s'"
43 local MSG_FAILSETENV = "Failed to '%s' with value: %s"
44 local MSG_FAILOPENCFG = "Failed to open config: '%s'"
45 local MSG_FAILREADCFG = "Failed to read config: '%s'"
46 local MSG_FAILPARSECFG = "Failed to parse config: '%s'"
47 local MSG_FAILEXBEF = "Failed to execute '%s' before loading '%s'"
48 local MSG_FAILEXAF = "Failed to execute '%s' after loading '%s'"
51 local MSG_KERNFAIL = "Failed to load kernel '%s'"
52 local MSG_XENKERNFAIL = "Failed to load Xen kernel '%s'"
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp315 bool &Failed) {
316 Failed = false;
392 Failed = isa<TypedValueRegion>(MR);
314 attemptDownCast(SVal Base, QualType TargetType, bool &Failed) argument
H A DExprEngineC.cpp455 bool Failed = false; local
459 Failed = true;
462 val = getStoreManager().attemptDownCast(val, T, Failed);
464 if (Failed) {
494 bool Failed = false; local
497 val = getStoreManager().attemptDownCast(val, T, Failed);
500 // Failed to cast or the result is unknown, fall back to conservative.
501 if (Failed || val.isUnknown()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1176 explicit operator bool() const { return !Failed(); }
1179 bool Failed() const { return SequenceKind == FailedSequence; } function in class:clang::InitializationSequence
1374 assert(Failed() && "Not an initialization failure!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp263 return {OpMode::Failed, nullptr};
330 if (Mode[Op] == OpMode::Failed)
H A DLoopVectorizationLegality.cpp242 bool Failed = false; local
251 Failed = true;
269 Failed = true;
272 return Failed;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp587 return make_error<DWPError>("Failed to parse cu_index");
622 return make_error<DWPError>("Failed to parse tu_index");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h178 /// - Failed cast (ex: derived is definitely not a subclass of base).
184 /// valid only if Failed flag is set to false.
185 SVal attemptDownCast(SVal Base, QualType DerivedPtrType, bool &Failed);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp350 bool Failed = true; local
356 Failed = false;
361 return Failed;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp504 bool Failed = false; local
509 Failed = true;
516 if (!Failed && (Result >> 31) == 0) {

Completed in 204 milliseconds

123