Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp394 auto CalleeType = Callee->getFunctionType(); in promoteCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp497 auto CalleeType = Callee->getFunctionType(); in promoteCall() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp877 PointerType *CalleeType = cast<PointerType>( in visitGCResult() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp978 PointerType *CalleeType = cast<PointerType>( in visitGCResult() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1551 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1114 const FunctionProtoType *CalleeType, in EmitNewDeleteCall()
H A DCGExpr.cpp3984 RValue CodeGenFunction::EmitCall(QualType CalleeType, llvm::Value *Callee, in EmitCall()
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp1274 QualType CalleeType = Callee->getType(); in getCallReturnType() local
H A DExprConstant.cpp4351 QualType CalleeType = Callee->getType(); in handleCallExpr() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp419 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; in DiagnoseSentinelCalls() enum
14614 QualType CalleeType = CalleeExpr->getType(); in VisitCallExpr() local