Home
last modified time | relevance | path

Searched refs:AddrOf (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h31 AddrOf, // "&" enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h164 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
H A DOperationKinds.def441 UNARY_OPERATION(AddrOf, "&")
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp108 return std::make_unique<UnaryOpNode>(loc, UnaryOpKind::AddrOf, in ParseUnaryExpression()
H A DDILEval.cpp201 case UnaryOpKind::AddrOf: { in Visit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp283 const auto AddrOf = [](const auto &Item) { return &Item; }; in printJson() local
287 append_range(SortedClusters, map_range(*this, AddrOf)); in printJson()
298 append_range(SortedBindings, map_range(Bindings, AddrOf)); in printJson()