Searched refs:emitCall (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp129 if (!this->emitCall(Func, LambdaCallOp))
H A DByteCodeExprGen.cpp1698 if (!this->emitCall(Func, E))
1732 if (!this->emitCall(Func, E))
2560 if (!this->emitCall(Func, E))
3064 if (!this->emitCall(DtorFunc, SourceInfo{}))
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h353 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp11229 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, function in class:CGOpenMPRuntime
11247 emitCall(CGF, Loc, OutlinedFn, Args);

Completed in 202 milliseconds