Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp1117 DebugOverflowStack(); in HandlePragma()
1155 static void DebugOverflowStack(void (*P)() = nullptr) { in DebugOverflowStack() function
1156 void (*volatile Self)(void(*P)()) = DebugOverflowStack; in DebugOverflowStack()