HomeSort by relevance Sort by last modified time
    Searched defs:IgnoreCase (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
Regex.h 33 IgnoreCase=1,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Regex.h 30 IgnoreCase=1,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Regex.h 33 IgnoreCase=1,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Regex.h 33 IgnoreCase=1,
  /external/llvm/include/llvm/Option/
OptTable.h 54 bool IgnoreCase;
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
OptTable.h 62 bool IgnoreCase;
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
  /external/v8/src/regexp/
jsregexp.h 25 inline bool IgnoreCase(JSRegExp::Flags flags) {
52 return IsUnicode(flags) && IgnoreCase(flags);
    [all...]

Completed in 573 milliseconds