Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp472 static bool isError(const Record &Diag) { in isError() function
519 if (isError(R)) { in EmitClangDiagsDefs()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8328 bool isError = false; in CheckCompareOperands() local
8340 isError = true; in CheckCompareOperands()
8348 if (isError) in CheckCompareOperands()
/minix/external/public-domain/sqlite/dist/
H A Dsqlite3.c60209 rc = ctx.isError;
65052 pCtx->isError = errCode;
65413 pCtx->isError = 0;
68004 if( ctx.isError ){
68006 rc = ctx.isError;
71943 ctx.isError = 0;
71953 if( ctx.isError ){
71955 rc = ctx.isError;
72424 if( sContext.isError ){
145660 int isError = 0;
[all …]