Searched refs:IgnoreCase (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 97 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument 98 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase) { in OptTable() 181 bool IgnoreCase) { in matchOption() argument 186 bool Matched = IgnoreCase in matchOption() 363 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | OptTable.h | 61 bool IgnoreCase; variable 83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
|
/third_party/css-what/src/__fixtures__/ |
D | tests.ts | 381 ignoreCase: IgnoreCaseMode.IgnoreCase, 939 ignoreCase: IgnoreCaseMode.IgnoreCase, 955 ignoreCase: IgnoreCaseMode.IgnoreCase,
|
/third_party/rust/crates/clap/src/builder/ |
D | arg_settings.rs | 41 IgnoreCase, enumerator 88 IgnoreCase => Flags::CASE_INSENSITIVE,
|
D | arg.rs | 1311 self.setting(ArgSettings::IgnoreCase) in ignore_case() 1313 self.unset_setting(ArgSettings::IgnoreCase) in ignore_case() 4057 self.is_set(ArgSettings::IgnoreCase) in is_ignore_case_set()
|
/third_party/css-what/src/ |
D | types.ts | 35 IgnoreCase: true,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Regex.h | 33 IgnoreCase=1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Regex.h | 32 IgnoreCase=1, enumerator
|
D | FileCheck.h | 33 bool IgnoreCase = false; member
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-flags.h | 23 V(ignore_case, IgnoreCase, ignoreCase, 'i', 1) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 28 if (Flags & IgnoreCase) in Regex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 32 if (Flags & IgnoreCase) in Regex()
|
D | FileCheck.cpp | 312 IgnoreCase = Req.IgnoreCase; in parsePattern() 614 IgnoreCase ? Buffer.find_lower(FixedStr) : Buffer.find(FixedStr); in match() 653 if (IgnoreCase) in match() 654 Flags |= Regex::IgnoreCase; in match()
|
D | FileCheckImpl.h | 425 bool IgnoreCase = false; variable
|
/third_party/rust/crates/clap/ |
D | CHANGELOG.md | 1446 - `IgnoreCase` is now unicode aware (requires `unicode` feature flag)
|