Home
last modified time | relevance | path

Searched refs:address_of (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Dargument-dependent-lookup.cpp5 namespace address_of { namespace
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp383 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()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp61 constexpr const int *address_of(const int &a) { in address_of() function
65 return address_of(n); in return_param()
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp62 constexpr const int *address_of(const int &a) { in address_of() function
66 return address_of(n); in return_param()
/external/llvm-project/lldb/bindings/interface/
DSBValue.i501address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue th…
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp512 bool address_of = false; in GetValueForVariableExpressionPath() local
529 address_of = true; in GetValueForVariableExpressionPath()
1052 } else if (address_of) { in GetValueForVariableExpressionPath()
/external/llvm-project/flang/test/Fir/
Dfir-ops.fir128 // CHECK: [[VAL_37:%.*]] = fir.address_of(@it1) : !fir.ref<() -> !fir.int<4>>
135 %33 = fir.address_of (@it1) : !fir.ref<() -> !fir.int<4>>
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2496 def fir_AddrOfOp : fir_OneResultOp<"address_of", [NoSideEffect]> {
2504 %p = fir.address_of(@symbol) : !fir.ref<f64>
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h437 inline ast_expr address_of() const;
4702 ast_expr ast_expr::address_of() const in address_of() function