Searched refs:address_of (Results 1 – 9 of 9) sorted by relevance
5 namespace address_of { namespace
383 MinExpr = Build.access_from(AFirst).address_of(); in buildCondition()384 MaxExpr = Build.access_from(BSecond).address_of(); in buildCondition()390 MinExpr = Build.access_from(BFirst).address_of(); in buildCondition()391 MaxExpr = Build.access_from(ASecond).address_of(); in buildCondition()
61 constexpr const int *address_of(const int &a) { in address_of() function65 return address_of(n); in return_param()
62 constexpr const int *address_of(const int &a) { in address_of() function66 return address_of(n); in return_param()
501 …address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue th…
512 bool address_of = false; in GetValueForVariableExpressionPath() local529 address_of = true; in GetValueForVariableExpressionPath()1052 } else if (address_of) { in GetValueForVariableExpressionPath()
128 // CHECK: [[VAL_37:%.*]] = fir.address_of(@it1) : !fir.ref<() -> !fir.int<4>>135 %33 = fir.address_of (@it1) : !fir.ref<() -> !fir.int<4>>
2496 def fir_AddrOfOp : fir_OneResultOp<"address_of", [NoSideEffect]> {2504 %p = fir.address_of(@symbol) : !fir.ref<f64>
437 inline ast_expr address_of() const;4702 ast_expr ast_expr::address_of() const in address_of() function