Searched defs:Pointer (Results 1 – 4 of 4) sorted by relevance
33 using Pointer = PtrType *; variable
65 Pointer(PointerType type, const Inst *base, const Inst *idx, uint64_t imm, const void *typePtr) in Pointer() function
98 using Pointer = std::conditional_t<IsConst, const bool *, BitReference *>; variable
99 using Pointer = std::conditional_t<IS_CONST, const bool *, BitReference *>; variable