Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp351 Variable RetVar; member in __anon6f3616850111::Intrinsic
1245 assert(RetVar.getType() == Types[0]); in emitReturnVarDecl()
1247 if (!RetVar.getType().isVoid()) { in emitReturnVarDecl()
1248 OS << " " << RetVar.getType().str() << " " << RetVar.getName() << ";"; in emitReturnVarDecl()
1259 emitReverseVariable(RetVar, RetVar); in emitReturnReversal()
1317 S += "&" + RetVar.getName() + ", "; in emitBodyAsBuiltinCall()
1368 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
1369 RetExpr = RetVar.getName() + " = "; in emitBodyAsBuiltinCall()
1395 if (!RetVar.getType().isVoid()) in emitBody()
1405 if (RetVar.getType().isVoid()) in emitReturn()
[all …]