Home
last modified time | relevance | path

Searched defs:Comp (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h118 const Comparator &Comp) { in medianOf3()
129 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
155 const Comparator &Comp) { in parallel_sort()
/openbsd-src/gnu/llvm/llvm/include/llvm/LineEditor/
H A DLineEditor.h84 template <typename T> void setCompleter(T Comp) { in setCompleter()
92 template <typename T> void setListCompleter(T Comp) { in setListCompleter()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.h190 virtual void printSymbols(std::optional<SymbolComparator> Comp) {} in printSymbols()
192 virtual void printDynamicSymbols(std::optional<SymbolComparator> Comp) {} in printDynamicSymbols()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h44 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp141 struct Comp { in getRISCVPCRelHi20() struct
142 bool operator()(const Edge &Lhs, orc::ExecutorAddrDiff Offset) { in getRISCVPCRelHi20()
145 bool operator()(orc::ExecutorAddrDiff Offset, const Edge &Rhs) { in getRISCVPCRelHi20()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp118 std::unique_ptr<clang::driver::Compilation> Comp( in main() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DBuildSystem.cpp52 StringRef Comp = *PI; in clang_VirtualFileOverlay_addFileMapping() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp165 ICmpInst *Comp = nullptr; in NewLeafBlock() local
291 ICmpInst *Comp = new ICmpInst(ICmpInst::ICMP_SLT, Val, Pivot.Low, "Pivot"); in SwitchConvert() local
/openbsd-src/gnu/llvm/llvm/lib/LineEditor/
H A DLineEditor.cpp71 for (const Completion &Comp : Comps) in complete() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp154 auto Comp = [SortUsingDeclarations](const UsingDeclaration &Lhs, in endUsingDeclarationBlock() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp278 Compare Comp) { in checkAttributeNumArgsImpl()
H A DSemaDeclCXX.cpp8480 ExprResult Comp; in visitExpandedSubobject() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp96 CompareFunc Comp = getComparisonFunc(opts::pretty::ClassOrder); in filterAndSortClassDefs() local
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1012 StringRef Comp = Components[Idx]; in normalize() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp131 struct Comp { in apply() struct
132 bool operator()(const CodeGenInstruction *LHS, StringRef RHS) { in apply()
135 bool operator()(StringRef LHS, const CodeGenInstruction *RHS) { in apply()
H A DCodeGenRegisters.cpp317 for (auto Comp : Comps) { in computeSubRegs() local
1340 CodeGenSubRegIndex *Comp = A->compose(B); in getCompositeSubRegIndex() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp165 for (StringRef Comp : llvm::make_range(path::begin(Path), path::end(Path))) in pathHasTraversal() local
2581 for (auto &Comp : Path) in getVFSEntries() local
2592 for (auto &Comp : Path) in getVFSEntries() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp414 int (*Comp)(const PathDiagnostic *const *, const PathDiagnostic *const *) = in FlushDiagnostics() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h426 bool Comp(InterpState &S, CodePtr OpPC) { in Comp() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4234 StringRef Comp = Accessor->getName(); in containsDuplicateElements() local
4254 StringRef Comp = Accessor->getName(); in getEncodedElementAccess() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp592 const auto &Comp = CompInfo[CompIdx]; in getRegIndices() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2544 Instruction *Comp = &*Builder.GetInsertPoint(); in applyDynamicWorkshareLoop() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3400 DefaultedFunctionKind(DefaultedComparisonKind Comp) in DefaultedFunctionKind()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11779 unsigned Comp; in adjustWritemask() local

12