Searched defs:address_of (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp61 constexpr const int *address_of(const int &a) { function in namespace:NonConstExprReturn
65 return address_of(n);
/external/lldb/source/Target/
H A DStackFrame.cpp561 bool address_of = false; local
580 address_of = true;
1086 else if (address_of)
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc47 T* address_of(T& v) { function in namespace:autofill::__anon6349
2107 address_of<AutofillProfile>);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1107 static i::Address address_of(v8::FunctionCallback callback) { function
1114 CheckReturnValue(info, address_of(FastReturnValueCallback<int32_t>));
1121 CheckReturnValue(info, address_of(FastReturnValueCallback<uint32_t>));
1128 CheckReturnValue(info, address_of(FastReturnValueCallback<double>));
1135 CheckReturnValue(info, address_of(FastReturnValueCallback<bool>));
1142 CheckReturnValue(info, address_of(FastReturnValueCallback<void>));

Completed in 3106 milliseconds