Home
last modified time | relevance | path

Searched defs:ValuePtr (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dbuffer.h222 std::vector<uint8_t>* ValuePtr() { return &bytes_; } in ValuePtr() function
224 const std::vector<uint8_t>* ValuePtr() const { return &bytes_; } in ValuePtr() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/orc/
H A Dc_api.h49 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/orc/
Dc_api.h49 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/orc/
Dc_api.h49 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/orc/
Dc_api.h49 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/orc/
Dc_api.h49 char *ValuePtr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h92 const T *ValuePtr; in mapObject() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h28 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h28 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h28 char *ValuePtr; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h28 char *ValuePtr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h28 char *ValuePtr; member
/aosp_15_r20/external/webrtc/api/
H A Dlegacy_stats_types.h364 typedef rtc::scoped_refptr<Value> ValuePtr; typedef
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp754 llvm::Instruction *ValueSite, llvm::Value *ValuePtr) { in valueProfile()
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.cpp48 using ValuePtr = const fb_xnnpack::XValue*; typedef