MCPcopy Create free account
hub / github.com/apache/impala / CheckResult

Method CheckResult

be/src/codegen/llvm-codegen-cache-test.cc:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 static void CheckResult(LlvmCodeGen* codegen, bool is_double = false) {
88 llvm::ExecutionEngine* cached_execution_engine = codegen->execution_engine();
89 ASSERT_TRUE(cached_execution_engine != nullptr);
90 CheckResult(cached_execution_engine, is_double);
91 }
92
93 static void CheckResult(llvm::ExecutionEngine* engine, bool is_double = false) {
94 void* test_fn;

Callers

nothing calls this directly

Calls 1

execution_engineMethod · 0.80

Tested by

no test coverage detected