Home
last modified time | relevance | path

Searched defs:getAllocatedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h121 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1384 Type *AllocaInst::getAllocatedType() const { in getAllocatedType() function in llvm::sandboxir::AllocaInst
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2414 QualType getAllocatedType() const { in getAllocatedType() function