OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLiteralERE
(Results
1 - 20
of
20
) sorted by null
/external/llvm/unittests/Support/
RegexTest.cpp
115
TEST_F(RegexTest,
IsLiteralERE
) {
116
EXPECT_TRUE(Regex::
isLiteralERE
("abc"));
117
EXPECT_FALSE(Regex::
isLiteralERE
("a(bc)"));
118
EXPECT_FALSE(Regex::
isLiteralERE
("^abc"));
119
EXPECT_FALSE(Regex::
isLiteralERE
("abc$"));
120
EXPECT_FALSE(Regex::
isLiteralERE
("a|bc"));
121
EXPECT_FALSE(Regex::
isLiteralERE
("abc*"));
122
EXPECT_FALSE(Regex::
isLiteralERE
("abc+"));
123
EXPECT_FALSE(Regex::
isLiteralERE
("abc?"));
124
EXPECT_FALSE(Regex::
isLiteralERE
("abc."))
[
all
...]
/external/llvm/include/llvm/Support/
Regex.h
94
static bool
isLiteralERE
(StringRef Str);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Regex.h
91
static bool
isLiteralERE
(StringRef Str);
/external/llvm/lib/Support/
Regex.cpp
177
bool Regex::
isLiteralERE
(StringRef Str) {
SpecialCaseList.cpp
111
if (Regex::
isLiteralERE
(Regexp)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp
189
bool Regex::
isLiteralERE
(StringRef Str) {
Completed in 3837 milliseconds