Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:variable

438       // If we have an array index variable, load it and use it as an offset.
479 assert(IndexVar && "Array index variable not loaded");
481 // Initialize this index variable to zero.
656 // call necessarily creates a second copy of the parameter variable.
2175 const VarDecl *variable = BD->capture_begin()->getVariable();
2176 const CXXRecordDecl *Lambda = variable->getType()->getAsCXXRecordDecl();
2182 llvm::Value *ThisPtr = GetAddrOfBlockDecl(variable, false);