| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UsingDeclarationsSorter.cpp | 52 return NamesA[I].compare_insensitive(NamesB[I]); in compareLabelsLexicographicNumeric() 61 int C = NamesA[I].compare_insensitive(NamesB[I]); in compareLabelsLexicographicNumeric() 77 int C = NamesA[I].compare_insensitive(NamesB[I]); in compareLabelsLexicographic()
|
| H A D | SortJavaScriptImports.cpp | 117 if (int Res = LHS.URL.compare_insensitive(RHS.URL)) in operator <() 334 return LHS.Symbol.compare_insensitive(RHS.Symbol) < 0; in appendReference()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallString.h | 105 [[nodiscard]] int compare_insensitive(StringRef RHS) const { in compare_insensitive() function 106 return str().compare_insensitive(RHS); in compare_insensitive()
|
| H A D | StringRef.h | 179 return size() == RHS.size() && compare_insensitive(RHS) == 0; in equals_insensitive() 198 [[nodiscard]] LLVM_ABI int compare_insensitive(StringRef RHS) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | OptionStrCmp.cpp | 23 if (int Res = A.substr(0, MinSize).compare_insensitive(B.substr(0, MinSize))) in StrCmpOptionName()
|
| H A D | StringRef.cpp | 37 int StringRef::compare_insensitive(StringRef RHS) const { in compare_insensitive() function in StringRef
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpression.cpp | 44 return reg_name.compare_insensitive(register_entry.Name) == 0; in ResolveLLDBRegisterNum()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 117 if (Pair.first.compare_insensitive("ios") == 0) { in parseDarwinSDKSettingsJSON()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 278 return lhs_string_ref.compare_insensitive(rhs_string_ref); in Compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 396 if (FuncName.compare_insensitive("fesetround") == 0) { in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 519 if (Option.compare_insensitive("endloop01") == 0) { in matchBundleOptions() 522 } else if (Option.compare_insensitive("endloop0") == 0) { in matchBundleOptions() 524 } else if (Option.compare_insensitive("endloop1") == 0) { in matchBundleOptions() 526 } else if (Option.compare_insensitive("mem_noshuf") == 0) { in matchBundleOptions() 531 } else if (Option.compare_insensitive("mem_no_order") == 0) { in matchBundleOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 461 if (S.compare_insensitive("infinity") == 0) { in parseSpecialFloatMaybe() 463 } else if (S.compare_insensitive("nan") == 0) { in parseSpecialFloatMaybe()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GSIStreamBuilder.cpp | 169 return S1.compare_insensitive(S2.data()); in gsiRecordCmp()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 866 int cmp = XStr.compare_insensitive(YStr); in operator <()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2019 if (Identifier.compare_insensitive("inf") == 0) { in parseFPImm() 2023 } else if (Identifier.compare_insensitive("nan") == 0) { in parseFPImm() 2027 } else if (Identifier.compare_insensitive("min") == 0) { in parseFPImm()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3218 if (!IDVal.compare_insensitive("infinity") || in parseRealValue() 3219 !IDVal.compare_insensitive("inf")) in parseRealValue() 3221 else if (!IDVal.compare_insensitive("nan")) in parseRealValue()
|
| H A D | MasmParser.cpp | 4097 if (StructInProgress.back().Name.compare_insensitive(Name)) in parseDirectiveEnds()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1514 Tok.getString().compare_insensitive("plt") == 0)) in parseOperand()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2434 int compareRes = IgnoreCase ? LeftStrRef.compare_insensitive(RightStrRef) in evalStrcmpCommon()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 624 if (int Cmp = Mnemonic.compare_insensitive(RHS.Mnemonic)) in shouldBeMatchedBefore()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2426 if (int X = A.compare_insensitive(B)) in HandleAutocompletions()
|