Home
last modified time | relevance | path

Searched refs:emitCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1698 if (!this->emitCall(Func, E)) in VisitCXXConstructExpr()
1732 if (!this->emitCall(Func, E)) in VisitCXXConstructExpr()
2560 if (!this->emitCall(Func, E)) in VisitCallExpr()
3064 if (!this->emitCall(DtorFunc, SourceInfo{})) in emitRecordDestruction()
H A DByteCodeStmtGen.cpp129 if (!this->emitCall(Func, LambdaCallOp)) in emitLambdaStaticInvokerBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h353 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp11229 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime
11247 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()