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

Class NamedVariable

be/src/codegen/llvm-codegen.h:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202 /// Utility struct that wraps a variable name and llvm type.
203 struct NamedVariable {
204 std::string name;
205 llvm::Type* type;
206
207 NamedVariable(const std::string& name="", llvm::Type* type = NULL) {
208 this->name = name;
209 this->type = type;
210 }
211 };
212
213 /// Abstraction over function prototypes. Contains helpers to build prototypes and
214 /// generate IR for the types.

Callers 15

CodegenEvalRowMethod · 0.85
CodegenHashRowMethod · 0.85
CodegenEqualsMethod · 0.85
CodegenUpdateSlotMethod · 0.85
CodegenUpdateTupleMethod · 0.85
CodegenEvalConjunctsMethod · 0.85
CodegenWriteSlotMethod · 0.85
CodegenEvalMethod · 0.85

Calls

no outgoing calls

Tested by 5

AddLlvmCodegenEchoMethod · 0.68
AddLlvmCodegenDoubleMethod · 0.68
CodegenInnerLoopFunction · 0.68
CodegenStringTestFunction · 0.68
TEST_FFunction · 0.68