Home
last modified time | relevance | path

Searched defs:getValuePtr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function
183 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function
224 static pointer getValuePtr(node_type *N) { in getValuePtr() function
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_node.h177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function
183 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function
224 static pointer getValuePtr(node_type *N) { in getValuePtr() function
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h172 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function
177 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function
213 static pointer getValuePtr(node_type *N) { in getValuePtr() function
216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
/external/llvm-project/clang-tools-extra/clangd/support/
DContext.h168 void *getValuePtr() override { return &Value; } in getValuePtr() function
/external/llvm-project/mlir/lib/IR/
DOperation.cpp428 ::mlir::Operation>::type>::getValuePtr(node_type *N) -> pointer { in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
434 ::mlir::Operation>::type>::getValuePtr(const node_type *N) in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp80 const Scalar* getValuePtr (void) const { return m_value; } in getValuePtr() function in rsg::StridedValueRead