Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h81 const Comparator &Comp) { in medianOf3()
92 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
118 const Comparator &Comp) { in parallel_sort()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp39 struct Comp { in getRISCVPCRelHi20() struct
40 bool operator()(const Edge &Lhs, JITTargetAddress Offset) { in getRISCVPCRelHi20()
43 bool operator()(JITTargetAddress Offset, const Edge &Rhs) { in getRISCVPCRelHi20()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h44 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp122 std::unique_ptr<clang::driver::Compilation> Comp( in main() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp164 ICmpInst *Comp = nullptr; in NewLeafBlock() local
284 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_SLT, in SwitchConvert() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp224 Compare Comp) { in checkAttributeNumArgsImpl()
H A DSemaDeclCXX.cpp8293 ExprResult Comp; in visitExpandedSubobject() local
H A DTreeTransform.h10464 Component Comp; in TransformOffsetOfExpr() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp94 CompareFunc Comp = getComparisonFunc(opts::pretty::ClassOrder); in filterAndSortClassDefs() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp887 StringRef Comp = Components[Idx]; in normalize() local
H A DVirtualFileSystem.cpp158 for (StringRef Comp : llvm::make_range(path::begin(Path), path::end(Path))) in pathHasTraversal() local
2106 for (auto &Comp : Path) in getVFSEntries() local
2117 for (auto &Comp : Path) in getVFSEntries() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp132 struct Comp { in apply() struct
133 bool operator()(const CodeGenInstruction *LHS, StringRef RHS) { in apply()
136 bool operator()(StringRef LHS, const CodeGenInstruction *RHS) { in apply()
H A DCodeGenRegisters.cpp314 for (auto Comp : Comps) { in computeSubRegs() local
1288 CodeGenSubRegIndex *Comp = A->compose(B); in getCompositeSubRegIndex() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp416 int (*Comp)(const PathDiagnostic *const *, const PathDiagnostic *const *) = in FlushDiagnostics() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4120 StringRef Comp = Accessor->getName(); in containsDuplicateElements() local
4140 StringRef Comp = Accessor->getName(); in getEncodedElementAccess() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1487 Instruction *Comp = &*Builder.GetInsertPoint(); in createDynamicWorkshareLoop() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3109 DefaultedFunctionKind(DefaultedComparisonKind Comp) in DefaultedFunctionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10990 unsigned Comp; in adjustWritemask() local