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

12

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp31 volatile unsigned Failed : 1; member in struct:__anon2281::CrashRecoveryContextImpl
36 Failed(false),
54 assert(!Failed && "Crash recovery context already failed!");
55 Failed = true;
329 assert(CRC->Failed && "No crash was detected!");
H A DYAMLParser.cpp282 if (!Failed)
284 Failed = true;
293 return Failed;
502 bool Failed; member in class:llvm::yaml::Scanner
713 , Failed(false) {
731 , Failed(false) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h123 llvm::StringSet<> Failed; member in class:clang::PreprocessorOptions::FailedModulesSet
127 return Failed.count(module) > 0;
131 Failed.insert(module);
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c838 chat_logf("Failed (%s)", fail_reason);
840 chat_logf("Failed");
1018 fatal(1, "Failed");
/freebsd-9.3-release/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-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp82 bool Failed = false; local
127 Failed = true;
132 Failed = true;
137 Failed = true;
140 Failed = true;
144 if (Failed) {
404 bool Failed = false; local
411 Failed = true;
419 Failed = true;
431 Failed
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp307 bool &Failed) {
308 Failed = false;
370 Failed = isa<TypedValueRegion>(MR);
306 evalDynamicCast(SVal Base, QualType TargetType, bool &Failed) argument
H A DExprEngineC.cpp340 bool Failed = false; local
344 Failed = true;
347 val = getStoreManager().evalDynamicCast(val, T, Failed);
349 if (Failed) {
H A DCallEvent.cpp512 bool Failed; local
513 ThisVal = StateMgr.getStoreManager().evalDynamicCast(ThisVal, Ty, Failed);
514 assert(!Failed && "Calling an incorrectly devirtualized method");
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h903 LLVM_EXPLICIT operator bool() const { return !Failed(); }
906 bool Failed() const { return SequenceKind == FailedSequence; } function in class:clang::InitializationSequence
1087 assert(Failed() && "Not an initialization failure!");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp320 bool Failed = true; local
326 Failed = false;
331 return Failed;
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp428 bool Failed = false; local
433 Failed = true;
440 if (!Failed && (Result >> 31) == 0) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h130 /// - Failed cast (ex: derived is definitely not a subclass of base).
134 /// valid only if Failed flag is set to false.
135 SVal evalDynamicCast(SVal Base, QualType DerivedPtrType, bool &Failed);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1857 bool Failed = false; local
1862 Failed = true;
1867 if (!Failed && !ActiveModule->getUmbrellaDir()) {
1869 Failed = true;
1873 if (!Failed && ActiveModule->InferSubmodules) {
1878 Failed = true;
1892 if (Failed) {
H A DPragma.cpp133 bool Failed; member in class:__anon3185::LexingFor_PragmaRAII
141 Failed(false), OutTok(Tok) {
150 if (Failed) {
160 Failed = true;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp312 bool Failed = false; local
314 Failed = ParseTemplateParameterList(Depth, TemplateParams);
327 else if (Failed) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3024 SourceLocation RParenLoc, bool Failed)
3026 AssertExprAndFailed(AssertExpr, Failed), Message(Message),
3033 SourceLocation RParenLoc, bool Failed);
3022 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp6244 bool Failed;
6246 EvalResult() : Failed(false) { }
6250 Failed = RHS.Failed;
6251 RHS.Failed = false;
6303 if (PrevResult.Failed) return false;
6335 Result.Failed = !Evaluate(Result.Val, Info, E);
6336 if (Result.Failed)
6357 if (LHSResult.Failed)
6364 if (!LHSResult.Failed
[all...]
H A DDeclCXX.cpp2101 bool Failed) {
2103 RParenLoc, Failed);
2096 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1289 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); local
1290 if (!Failed)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp341 assert(sequence.Failed() && "initialization succeeded on second try?");
1454 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType()))
H A DSemaInit.cpp345 if (InitSeq.Failed())
2677 if (!Failed())
5522 if (Failed()) {
6322 if (!Failed())
6688 OS << "Failed sequence: ";
7072 return !Seq.Failed();
H A DSemaDeclCXX.cpp1959 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc, local
1961 (void)Failed;
1962 assert(!Failed && "Making a constexpr member const shouldn't fail");
11217 bool Failed) {
11219 !Failed) {
11224 Failed = true;
11227 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,
11230 Failed = true;
11232 if (!Failed && !Cond) {
11238 Failed
11213 BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *AssertMessage, SourceLocation RParenLoc, bool Failed) argument
[all...]
H A DSemaExprCXX.cpp3672 if (Init.Failed())
3830 if (Init.Failed())
4283 HaveConversion = !InitSeq.Failed();
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S410 mov $msg_failed,%si # Failed message

Completed in 434 milliseconds

12