Home
last modified time | relevance | path

Searched refs:BaseObject (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dvariable.cpp286 std::optional<Expr<SubscriptInteger>> BaseObject::LEN() const { in LEN()
372 int BaseObject::Rank() const { in Rank()
522 BaseObject Substring::GetBaseObject() const { in GetBaseObject()
525 return BaseObject{dataRef.GetFirstSymbol()}; in GetBaseObject()
528 return BaseObject{std::move(pointer)}; in GetBaseObject()
543 template <typename T> BaseObject Designator<T>::GetBaseObject() const { in GetBaseObject()
546 [](SymbolRef symbol) { return BaseObject{symbol}; }, in GetBaseObject()
555 return BaseObject{x.GetFirstSymbol()}; in GetBaseObject()
641 bool BaseObject::operator==(const BaseObject &that) const { in operator ==()
H A Dformatting.cpp615 llvm::raw_ostream &BaseObject::AsFortran(llvm::raw_ostream &o) const { in AsFortran()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-literal-comparison.m13 @interface BaseObject interface
17 @interface NSObject : BaseObject
63 …if ([BaseObject new] == @"") return; // expected-warning{{direct comparison of a string literal ha…
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h51 struct BaseObject { struct
52 EVALUATE_UNION_CLASS_BOILERPLATE(BaseObject)
333 BaseObject GetBaseObject() const;
395 BaseObject GetBaseObject() const;
H A Dtools.h905 template <typename A> std::optional<BaseObject> GetBaseObject(const A &) { in GetBaseObject()
909 std::optional<BaseObject> GetBaseObject(const Designator<T> &x) { in GetBaseObject()
913 std::optional<BaseObject> GetBaseObject(const Expr<T> &x) { in GetBaseObject()
917 std::optional<BaseObject> GetBaseObject(const std::optional<A> &x) { in GetBaseObject()
H A Dtraverse.h123 Result operator()(const BaseObject &x) const { return visitor_(x.u); } in operator()
/llvm-project-15.0.7/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp65 const Fortran::evaluate::BaseObject &x) { in show()
H A DIterationSpace.cpp726 RT find(const Fortran::evaluate::BaseObject &x) { in find()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DDumpEvaluateExpr.h97 void show(const Fortran::evaluate::BaseObject &x);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1873 const GlobalObject *BaseObject = GA.getAliaseeObject(); in emitGlobalAlias() local
1875 (!BaseObject || BaseObject->hasPrivateLinkage())) { in emitGlobalAlias()
/llvm-project-15.0.7/llvm/docs/
H A DSpeculativeLoadHardening.md279 class FancyObject : public BaseObject {
296 void g(BaseObject &object) {