Home
last modified time | relevance | path

Searched refs:IgnoreCase (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Option/
DOptTable.cpp87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
88 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase), TheInputOptionID(0), in OptTable()
174 bool IgnoreCase) { in matchOption() argument
179 bool Matched = IgnoreCase in matchOption()
219 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
/external/llvm/include/llvm/Option/
DOptTable.h54 bool IgnoreCase; variable
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/external/llvm/unittests/Option/
DOptionParsingTest.cpp50 TestOptTable(bool IgnoreCase = false) in TestOptTable() argument
51 : OptTable(InfoTable, IgnoreCase) {} in TestOptTable()
158 TEST(Option, IgnoreCase) { in TEST() argument
/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/swiftshader/third_party/LLVM/lib/Support/
DRegex.cpp26 if (Flags & IgnoreCase) in Regex()
/external/llvm/lib/Support/
DRegex.cpp26 if (Flags & IgnoreCase) in Regex()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp28 if (Flags & IgnoreCase) in Regex()
/external/curl/lib/
Dmk-ca-bundle.vbs316 objRegExp.IgnoreCase = TRUE ' set to ignores case.