Searched refs:emitCall (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 966 if (!this->emitCall(Func, Initializer)) in visitArrayInitializer() 998 return this->emitCall(Func, Initializer); in visitRecordInitializer() 1238 if (!this->emitCall(Func, E)) in VisitCallExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 379 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntime.cpp | 11690 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11708 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|