Searched refs:emitCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 1698 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 D | ByteCodeStmtGen.cpp | 129 if (!this->emitCall(Func, LambdaCallOp)) in emitLambdaStaticInvokerBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 353 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntime.cpp | 11229 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11247 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|