MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetResultDouble

Method GetResultDouble

NULLC/Executor_LLVM.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 return llvmReturnedInt;
375}
376double ExecutorLLVM::GetResultDouble()
377{
378 assert(llvmReturnedType == LLVM_DOUBLE);
379 return llvmReturnedDouble;
380}
381long long ExecutorLLVM::GetResultLong()
382{
383 assert(llvmReturnedType == LLVM_LONG);

Callers

nothing calls this directly

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected