Searched refs:SemaBuiltinLongjmp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp183 if (SemaBuiltinLongjmp(TheCall))
1984 /// SemaBuiltinLongjmp - Handle __builtin_longjmp(void *env[5], int val).
1986 bool Sema::SemaBuiltinLongjmp(CallExpr *TheCall) { function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h8242 bool SemaBuiltinLongjmp(CallExpr *TheCall);

Completed in 585 milliseconds