Searched refs:emitCall (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2531 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 D | CGOpenMPRuntime.h | 353 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
H A D | CGOpenMPRuntime.cpp | 11258 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11276 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|