| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCommand.h | 85 auto IsMatch = [&](const std::string &Other) { in hasFlag() 88 return std::any_of(Args.begin(), endMutableArgs(), IsMatch); in hasFlag() 96 auto IsMatch = [&](const std::string &Other) { in getFlagValue() 100 auto j = std::find_if(Args.begin(), i, IsMatch); in getFlagValue() 116 auto IsMatch = [&](const std::string &Other) { in removeFlag() 120 Args.erase(std::remove_if(Args.begin(), i, IsMatch), i); in removeFlag()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 51 bool IsMatch = in equalBaseIndex() local 53 if (IsMatch) { in equalBaseIndex() 55 IsMatch = A->getMachineCPVal() == B->getMachineCPVal(); in equalBaseIndex() 57 IsMatch = A->getConstVal() == B->getConstVal(); in equalBaseIndex() 59 if (IsMatch) { in equalBaseIndex()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | X86EVEX2VEXTablesEmitter.cpp | 107 class IsMatch { class 111 IsMatch(const CodeGenInstruction *EVEXInst) : EVEXInst(EVEXInst) {} in IsMatch() function in __anon33aaf22a0111::IsMatch 214 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); in run()
|
| H A D | X86FoldTablesEmitter.cpp | 258 class IsMatch { class 263 IsMatch(const CodeGenInstruction *Inst, unsigned V) in IsMatch() function in __anon1132bd720111::IsMatch 569 auto Match = find_if(OpcRegInsts, IsMatch(MemInst, Variant)); in run()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 508 bool IsMatch(const ArchSpec &rhs, MatchType match) const; 512 return IsMatch(rhs, ExactMatch); in IsExactMatch() 517 return IsMatch(rhs, CompatibleMatch); in IsCompatibleMatch()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 100 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch() function
|
| H A D | FormattersContainer.h | 196 if (candidate.IsMatch(entry) == false) { in Get()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 329 std::function<bool(const Elf_Shdr &)> IsMatch, 6203 std::function<bool(const Elf_Shdr &)> IsMatch, in getSectionAndRelocations() argument 6206 if (IsMatch(Sec)) in getSectionAndRelocations() 6222 if (IsMatch(*ContentsSec)) in getSectionAndRelocations() 6233 auto IsMatch = [&](const Elf_Shdr &Sec) -> bool { in printRelocatableStackSizes() local 6242 getSectionAndRelocations(IsMatch, StackSizeRelocMap); in printRelocatableStackSizes() 7070 auto IsMatch = [](const Elf_Shdr &Sec) -> bool { in printCGProfile() local 7073 this->getSectionAndRelocations(IsMatch, SecToRelocMap); in printCGProfile()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 974 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch() function in ArchSpec
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 1168 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture()
|