Home
last modified time | relevance | path

Searched refs:emitBody (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp503 void emitBody(StringRef CallPrefix);
1355 void Intrinsic::emitBody(StringRef CallPrefix) { in emitBody() function in Intrinsic
1857 emitBody(CallPrefix); in generateImpl()
1872 emitBody(""); in indexBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1806 static void emitBody(CodeGenFunction &CGF, const Stmt *S, const Stmt *NextLoop, in emitBody() function
1818 emitBody(CGF, CurStmt, NextLoop, MaxLevel, Level); in emitBody()
1840 emitBody(CGF, S, NextLoop, MaxLevel, Level + 1); in emitBody()
1901 emitBody(*this, Body, in EmitOMPLoopBody()