Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp350 Variable RetVar; member in __anonc6b5f5bf0111::Intrinsic
1233 assert(RetVar.getType() == Types[0]); in emitReturnVarDecl()
1235 if (!RetVar.getType().isVoid()) { in emitReturnVarDecl()
1236 OS << " " << RetVar.getType().str() << " " << RetVar.getName() << ";"; in emitReturnVarDecl()
1247 emitReverseVariable(RetVar, RetVar); in emitReturnReversal()
1305 S += "&" + RetVar.getName() + ", "; in emitBodyAsBuiltinCall()
1356 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
1357 RetExpr = RetVar.getName() + " = "; in emitBodyAsBuiltinCall()
1383 if (!RetVar.getType().isVoid()) in emitBody()
1393 if (RetVar.getType().isVoid()) in emitReturn()
[all …]