Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1185 DebugOverflowStack(); in HandlePragma()
1274 static void DebugOverflowStack(void (*P)() = nullptr) { in DebugOverflowStack() function
1275 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack()