Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp311 AccessResult OnFailure = AR_inaccessible; in IsDerivedFromInclusive() local
330 OnFailure = AR_dependent; in IsDerivedFromInclusive()
337 OnFailure = AR_dependent; in IsDerivedFromInclusive()
347 return OnFailure; in IsDerivedFromInclusive()
462 AccessResult OnFailure = AR_inaccessible; in MatchesFriend() local
504 OnFailure = AR_dependent; in MatchesFriend()
507 return OnFailure; in MatchesFriend()
515 AccessResult OnFailure = AR_inaccessible; in MatchesFriend() local
523 OnFailure = AR_dependent; in MatchesFriend()
526 return OnFailure; in MatchesFriend()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1502 auto OnFailure = [RestoreOnFailure, &Lexer, &Tokens]() { in ParseRegister() local
1524 OnFailure(); in ParseRegister()
1531 OnFailure(); in ParseRegister()
1549 OnFailure(); in ParseRegister()
1562 OnFailure(); in ParseRegister()
1570 OnFailure(); in ParseRegister()
1582 OnFailure(); in ParseRegister()