Home
last modified time | relevance | path

Searched defs:IgnoreCase (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRegex.h30 IgnoreCase=1, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/llvm/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/llvm/include/llvm/Option/
DOptTable.h54 bool IgnoreCase; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOptTable.h62 bool IgnoreCase; variable
/external/llvm/lib/Option/
DOptTable.cpp87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
174 bool IgnoreCase) { in matchOption()
/external/llvm/unittests/Option/
DOptionParsingTest.cpp50 TestOptTable(bool IgnoreCase = false) in TestOptTable()
158 TEST(Option, IgnoreCase) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Option/
DOptionParsingTest.cpp51 TestOptTable(bool IgnoreCase = false) in TestOptTable()
159 TEST(Option, IgnoreCase) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DOptTable.cpp98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
182 bool IgnoreCase) { in matchOption()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp146 IgnoreCase("ignore-case", variable
/external/v8/src/regexp/
Djsregexp.h25 inline bool IgnoreCase(JSRegExp::Flags flags) { in IgnoreCase() function