Searched refs:REG_EBRACE (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Support/ |
D | regex_impl.h | 74 #define REG_EBRACE 9 macro
|
D | regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
D | regcomp.c | 464 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 635 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 74 #define REG_EBRACE 9 macro
|
D | regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
D | regcomp.c | 464 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 635 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 74 #define REG_EBRACE 9 macro
|
D | regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
D | regcomp.c | 428 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 599 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regex_impl.h | 74 #define REG_EBRACE 9 macro
|
D | regerror.c | 67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
|
D | regcomp.c | 591 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp() 762 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 80 REG_EBRACE, /* unbalanced {} */ enumerator
|