Searched refs:setFromOpaqueValue (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DPointerIntPair.h102 void setFromOpaqueValue(void *Val) { Value = reinterpret_cast<intptr_t>(Val);}
105 PointerIntPair P; P.setFromOpaqueValue(V); return P;
/external/clang/include/clang/AST/
H A DGlobalDecl.h82 GD.Value.setFromOpaqueValue(P);
H A DType.h649 T.Value.setFromOpaqueValue(const_cast<void*>(Ptr));
/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h91 void setFromOpaqueValue(void *Val) { function in class:llvm::PointerIntPair
97 P.setFromOpaqueValue(V);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h91 void setFromOpaqueValue(void *Val) { function in class:llvm::PointerIntPair
97 P.setFromOpaqueValue(V);
/external/clang/lib/AST/
H A DExprConstant.cpp93 Value.setFromOpaqueValue(E.BaseOrMember);

Completed in 705 milliseconds