Home
last modified time | relevance | path

Searched refs:initWithPointer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h92 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
106 void initWithPointer(PointerTy PtrVal) & { in initWithPointer() function
H A DPointerUnion.h186 this->Val.initWithPointer(nullptr);