Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dqualified-auto.cpp10 MyRef getRef();
18 auto &TdNakedRef = getRef(); in foo()
19 auto TdNakedRefDeref = getRef(); in foo()
38 MyRef getRef();
46 auto &UNakedRef = getRef(); in foo()
47 auto UNakedRefDeref = getRef(); in foo()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/covariant-return-types/
H A Dmain.cpp18 virtual Base& getRef() { return *this; } in getRef() function
26 Derived& getRef() override { return *this; } in getRef() function
53 (void)base_ptr_to_derived->getRef(); in main()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp42 return PyIntegerType(context->getRef(), t); in bindDerived()
50 return PyIntegerType(context->getRef(), t); in bindDerived()
58 return PyIntegerType(context->getRef(), t); in bindDerived()
99 return PyIndexType(context->getRef(), t); in bindDerived()
117 return PyBF16Type(context->getRef(), t); in bindDerived()
135 return PyF16Type(context->getRef(), t); in bindDerived()
153 return PyF32Type(context->getRef(), t); in bindDerived()
171 return PyF64Type(context->getRef(), t); in bindDerived()
189 return PyNoneType(context->getRef(), t); in bindDerived()
550 return PyTupleType(context->getRef(), t); in bindDerived()
[all …]
H A DIRAttributes.cpp160 return PyArrayAttribute(context->getRef(), attr); in bindDerived()
221 return PyFloatAttribute(context->getRef(), attr); in bindDerived()
230 return PyFloatAttribute(context->getRef(), attr); in bindDerived()
285 return PyBoolAttribute(context->getRef(), attr); in bindDerived()
309 return PyFlatSymbolRefAttribute(context->getRef(), attr); in bindDerived()
339 return PyOpaqueAttribute(context->getRef(), attr); in bindDerived()
372 return PyStringAttribute(context->getRef(), attr); in bindDerived()
787 return PyDictAttribute(context->getRef(), attr); in bindDerived()
861 return PyTypeAttribute(context->getRef(), attr); in bindDerived()
866 return PyType(self.getContext()->getRef(), in bindDerived()
[all …]
H A DIRAffine.cpp128 return PyAffineConstantExpr(context->getRef(), affineExpr); in get()
148 return PyAffineDimExpr(context->getRef(), affineExpr); in get()
168 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
689 res.emplace_back(context->getRef(), m); in populateIRAffine()
709 return PyAffineMap(context->getRef(), map); in populateIRAffine()
719 return PyAffineMap(context->getRef(), affineMap); in populateIRAffine()
727 return PyAffineMap(context->getRef(), affineMap); in populateIRAffine()
735 return PyAffineMap(context->getRef(), affineMap); in populateIRAffine()
745 return PyAffineMap(context->getRef(), affineMap); in populateIRAffine()
887 return PyIntegerSet(context->getRef(), set); in populateIRAffine()
[all …]
H A DIRCore.cpp1251 return (*opViewClass)(getRef().getObject()); in createOpView()
1252 return py::cast(PyOpView(getRef().getObject())); in createOpView()
1532 operationObject(operation.getRef().getObject()) {} in PyOpView()
1719 : operation(operation.getOperation().getRef()) { in PySymbolTable()
2400 return PyLocation(context->getRef(), in populateIRCore()
2415 return PyLocation(context->getRef(), in populateIRCore()
2425 context->getRef(), in populateIRCore()
2452 context->getRef(), in populateIRCore()
2524 self.getRef().releaseObject()); in populateIRCore()
2597 return PyOpResult(operation.getRef(), in populateIRCore()
[all …]
H A DIRInterfaces.cpp132 return operation->getRef().releaseObject(); in getOperationObject()
180 data->inferredTypes.emplace_back(data->pyMlirContext.getRef(), types[i]); in appendResultsCallback()
H A DIRModule.h184 PyMlirContextRef getRef() { in getRef() function
476 PyModuleRef getRef() { in getRef() function
563 PyOperationRef getRef() { in getRef() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h178 explicit operator bool() const { return getRef(); }
183 return getRef()->second.U.GV; in getValue()
187 return getRef()->second.SummaryList; in getSummaryList()
191 return haveGVs() ? getRef()->second.U.GV->getName() in name()
192 : getRef()->second.U.Name; in name()
248 assert(A.getRef() && B.getRef() &&
250 return A.getRef() == B.getRef();
254 assert(A.getRef() && B.getRef() &&
256 return A.getRef() != B.getRef();
260 assert(A.getRef() && B.getRef() &&
[all …]
/llvm-project-15.0.7/clang/test/CodeGenOpenCLCXX/
H A Daddrspace-derived-base.clcpp31 int &getRef() { return bb; }
58 d.getRef() = n;
66 pd->getRef() = n;
/llvm-project-15.0.7/clang/test/Analysis/
H A Dreference.cpp152 RefFn getRef = (RefFn)opaque; in testFunctionPointerReturn() local
155 int &x = getRef(); in testFunctionPointerReturn()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DAliasAnalysis.h115 static ModRefResult getRef() { return Kind::Ref; } in getRef() function
/llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h76 ArrayRef<uint8_t> getRef() const { in getRef() function
H A DCOFFWriter.cpp364 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables()
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp387 result = result.merge(ModRefResult::getRef()); in getModRef()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp284 rewriter.replaceOpWithNewOp<CoordinateOp>(coor, toTy, coor.getRef(), in runOnOperation()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DBitTracker.h405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp8334 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()
8650 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()
8809 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()
8822 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()
9050 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()
9098 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()
9108 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()
9486 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp928 p << ' ' << getRef() << ", " << getCoor(); in print()
958 const mlir::Type refTy = getRef().getType(); in verify()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3745 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()