OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFromOpaqueValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ConstantInitFuture.h
77
static ConstantInitFuture
getFromOpaqueValue
(void *value) {
79
result.Data = PairTy::
getFromOpaqueValue
(value);
99
return T::
getFromOpaqueValue
(p);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PointerIntPair.h
97
static PointerIntPair
getFromOpaqueValue
(void *V) {
105
static PointerIntPair
getFromOpaqueValue
(const void *V) {
107
return
getFromOpaqueValue
(const_cast<void *>(V));
201
return Ty::
getFromOpaqueValue
(reinterpret_cast<void *>(Val));
207
return Ty::
getFromOpaqueValue
(reinterpret_cast<void *>(Val));
230
return PointerIntPair<PointerTy, IntBits, IntType>::
getFromOpaqueValue
(P);
235
return PointerIntPair<PointerTy, IntBits, IntType>::
getFromOpaqueValue
(P);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h
458
static LazyGenerationalUpdatePtr
getFromOpaqueValue
(void *Ptr) {
459
return LazyGenerationalUpdatePtr(ValueType::
getFromOpaqueValue
(Ptr));
476
static Ptr getFromVoidPointer(void *P) { return Ptr::
getFromOpaqueValue
(P); }
APValue.h
55
static TypeInfoLValue
getFromOpaqueValue
(void *Value) {
79
static DynamicAllocLValue
getFromOpaqueValue
(void *Value) {
99
return clang::TypeInfoLValue::
getFromOpaqueValue
(P);
111
return clang::DynamicAllocLValue::
getFromOpaqueValue
(P);
223
return BaseOrMemberType::
getFromOpaqueValue
(
Type.h
3624
static ExtParameterInfo
getFromOpaqueValue
(unsigned char data) {
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026