Home
last modified time | relevance | path

Searched defs:pImpl (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.h33 void *pImpl = nullptr; variable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h144 void *pImpl; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp363 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local
408 LLVMContextImpl *pImpl = Context.pImpl; in get() local
641 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
692 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
714 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local
H A DValue.cpp1068 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local
1126 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local
1139 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local
1195 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local
H A DConstants.cpp828 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
835 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
868 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1021 LLVMContextImpl* pImpl = Context.pImpl; in get() local
1422 LLVMContextImpl *pImpl = Context.pImpl; in get() local
1935 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local
2260 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local
2321 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local
2455 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local
2520 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local
[all …]
H A DInlineAsm.cpp49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
H A DAttributes.cpp97 LLVMContextImpl *pImpl = Context.pImpl; in get() local
120 LLVMContextImpl *pImpl = Context.pImpl; in get() local
145 LLVMContextImpl *pImpl = Context.pImpl; in get() local
825 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local
1026 LLVMContextImpl *pImpl = C.pImpl; in getImpl() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp137 impl_fun_ptr pImpl = &X::template in f0() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1121 static Mapper *getAsMapper(void *pImpl) { in getAsMapper()
1131 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp584 IncompleteType *pImpl; //no-crash member