Home
last modified time | relevance | path

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

/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/lldb/source/Target/
DStackFrame.cpp561 bool address_of = false; in GetValueForVariableExpressionPath() local
580 address_of = true; in GetValueForVariableExpressionPath()
1086 else if (address_of) in GetValueForVariableExpressionPath()
/external/lldb/scripts/Python/interface/
DSBValue.i455 …if _newclass: address_of = property(AddressOf, None, doc='''A read only property that returns an l…
/external/v8/test/cctest/
Dtest-api.cc1107 static i::Address address_of(v8::FunctionCallback callback) { in address_of() function
1114 CheckReturnValue(info, address_of(FastReturnValueCallback<int32_t>)); in FastReturnValueCallback()
1121 CheckReturnValue(info, address_of(FastReturnValueCallback<uint32_t>)); in FastReturnValueCallback()
1128 CheckReturnValue(info, address_of(FastReturnValueCallback<double>)); in FastReturnValueCallback()
1135 CheckReturnValue(info, address_of(FastReturnValueCallback<bool>)); in FastReturnValueCallback()
1142 CheckReturnValue(info, address_of(FastReturnValueCallback<void>)); in FastReturnValueCallback()
/external/lldb/www/python_reference/
Dapi-objects.txt4204 lldb.SBValue.address_of lldb.SBValue-class.html#address_of