Home
last modified time | relevance | path

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

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