Home
last modified time | relevance | path

Searched refs:OnFailure (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp309 AccessResult OnFailure = AR_inaccessible; in IsDerivedFromInclusive() local
328 OnFailure = AR_dependent; in IsDerivedFromInclusive()
335 OnFailure = AR_dependent; in IsDerivedFromInclusive()
345 return OnFailure; in IsDerivedFromInclusive()
460 AccessResult OnFailure = AR_inaccessible; in MatchesFriend() local
502 OnFailure = AR_dependent; in MatchesFriend()
505 return OnFailure; in MatchesFriend()
513 AccessResult OnFailure = AR_inaccessible; in MatchesFriend() local
521 OnFailure = AR_dependent; in MatchesFriend()
524 return OnFailure; in MatchesFriend()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp166 const MCSymbol *OnFailure);
1913 const MCSymbol *OnFailure) { in emitPtrauthCheckAuthenticatedValue() argument
1950 assert(ShouldTrap && !OnFailure && "DummyLoad always traps on error"); in emitPtrauthCheckAuthenticatedValue()
2005 assert(!OnFailure && "Cannot specify OnFailure with ShouldTrap"); in emitPtrauthCheckAuthenticatedValue()
2037 if (OnFailure) { in emitPtrauthCheckAuthenticatedValue()
2041 .addExpr(MCSymbolRefExpr::create(OnFailure, OutContext))); in emitPtrauthCheckAuthenticatedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1524 auto OnFailure = [RestoreOnFailure, &Lexer, &Tokens]() { in ParseRegister() local
1546 OnFailure(); in ParseRegister()
1553 OnFailure(); in ParseRegister()
1571 OnFailure(); in ParseRegister()
1584 OnFailure(); in ParseRegister()
1592 OnFailure(); in ParseRegister()
1604 OnFailure(); in ParseRegister()