Home
last modified time | relevance | path

Searched defs:IgnoreCase (Results 1 – 8 of 8) 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/llvm/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/llvm/include/llvm/Option/
DOptTable.h54 bool IgnoreCase; variable
/external/llvm/lib/Option/
DOptTable.cpp87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
174 bool IgnoreCase) { in matchOption()
/external/google-benchmark/src/
Dsysinfo.cc99 bool IgnoreCase = true) { in startsWithKey()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc97 bool IgnoreCase = true) { in startsWithKey()
/external/llvm/unittests/Option/
DOptionParsingTest.cpp50 TestOptTable(bool IgnoreCase = false) in TestOptTable()
158 TEST(Option, IgnoreCase) { in TEST() argument