Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2531 if (!this->emitCall(Func, 0, E)) in VisitCXXConstructExpr()
2570 if (!this->emitCall(Func, 0, E)) in VisitCXXConstructExpr()
2781 return this->emitCall(F, 0, E); in VisitCXXInheritedCtorInitExpr()
4049 if (!this->emitCall(Func, 0, E)) in VisitCallExpr()
4685 if (!this->emitCall(Func, 0, LambdaCallOp)) in emitLambdaStaticInvokerBody()
5532 if (!this->emitCall(DtorFunc, 0, SourceInfo{})) in emitRecordDestruction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h353 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp11258 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime
11276 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()