Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp966 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 DCGOpenMPRuntime.h379 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp11690 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime
11708 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()