Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1105 DebugOverflowStack(); in HandlePragma()
1146 static void DebugOverflowStack(void (*P)() = nullptr) { in DebugOverflowStack() function
1147 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack()