Home
last modified time | relevance | path

Searched refs:addressOf (Results 1 – 7 of 7) sorted by relevance

/external/okio/okio/src/appleMain/kotlin/okio/
DByteString.kt18 import kotlinx.cinterop.addressOf in <lambda>()
28 memcpy(pinned.addressOf(0), data.bytes, data.length) in <lambda>()
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/
DMemoryTest.java38 long base_ptr = runtime.addressOf(array); in testSetIntArray()
79 long base_ptr = runtime.addressOf(array); in testSetLongArray()
117 long base_ptr = runtime.addressOf(array); in testSetShortArray()
/external/llvm-project/clang/unittests/Tooling/
DStencilTest.cpp235 testExpr(Id, "int x; x;", addressOf(Id), "&x"); in TEST_F()
240 testExpr(Id, "int *x; *x;", addressOf(Id), "x"); in TEST_F()
270 testExpr(Id, "int x; x;", addressOf(Id), "&x"); in TEST_F()
280 testExpr(Id, "int *x; *x;", addressOf(Id), "x"); in TEST_F()
545 StringRef Expected = R"repr(addressOf("Id"))repr"; in TEST()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java41 public long addressOf(Object obj) { in addressOf() method in ShadowVMRuntime
/external/llvm-project/clang/include/clang/Tooling/Transformer/
DStencil.h91 Stencil addressOf(llvm::StringRef ExprId);
/external/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp368 Stencil transformer::addressOf(llvm::StringRef ExprId) { in addressOf() function in transformer
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2458 auto addressOf = rewriter.create<LLVM::AddressOfOp>( in allocateBuffer() local
2467 SmallVector<Value, 4> operands = {addressOf}; in allocateBuffer()