Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d444 extern(C) void* _d_eh_swapContext(void* newContext) nothrow @nogc
447 ExceptionHeader.stack = cast(ExceptionHeader*)newContext;
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d420 extern(C) void* _d_eh_swapContext(void* newContext) nothrow @nogc in _d_eh_swapContext() argument
423 ExceptionHeader.stack = cast(ExceptionHeader*)newContext; in _d_eh_swapContext()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp831 TypeParamListContext newContext) { in checkTypeParamListConsistency() argument
842 << static_cast<unsigned>(newContext) in checkTypeParamListConsistency()
858 newContext != TypeParamListContext::Definition) { in checkTypeParamListConsistency()
948 if (newContext == TypeParamListContext::ForwardDeclaration || in checkTypeParamListConsistency()
949 newContext == TypeParamListContext::Definition) { in checkTypeParamListConsistency()
960 << (newContext == TypeParamListContext::ForwardDeclaration) in checkTypeParamListConsistency()