Home
last modified time | relevance | path

Searched refs:Ident___abnormal_termination (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h348 PoisonIdentifierRAIIObject Ident___abnormal_termination; variable
359 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
H A DParser.h104 *Ident___abnormal_termination, variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp140 Ident___abnormal_termination = getIdentifierInfo("__abnormal_termination"); in Preprocessor()
145 Ident___exception_code = Ident___abnormal_termination = nullptr; in Preprocessor()
724 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp490 Ident___exception_info = Ident___abnormal_termination = nullptr; in Initialize()
502 Ident___abnormal_termination = PP.getIdentifierInfo("__abnormal_termination"); in Initialize()
512 PP.SetPoisonReason(Ident___abnormal_termination,diag::err_seh___finally_block); in Initialize()
H A DParseStmt.cpp547 raii2(Ident___abnormal_termination, false), in ParseSEHFinallyBlock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1774 *Ident___abnormal_termination, variable