Home
last modified time | relevance | path

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

/external/clang/test/PCH/
Darc.m10 …in11 -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=CHECK-ERR1 %s
17 // CHECK-ERR1: Objective-C automated reference counting was enabled in PCH file but is currently di…
/external/pcre/dist/
Dpcre_internal.h2284 enum { ERR0, ERR1, ERR2, ERR3, ERR4, ERR5, ERR6, ERR7, ERR8, ERR9, enumerator
Dpcre_compile.c1020 if (c == CHAR_NULL) *errorcodeptr = ERR1; in check_escape()