Lines Matching +defs:variable +defs:value
1343 // doesn't know the value of any defaulted args, so collect those now
1761 // has the name and the location of the variable so we should iterate over
1803 // Create the descriptor for the static variable, with or without
1897 // Skip variable template specializations when emitting CodeView. MSVC
2270 // Skip retrieve the value if that template parameter has cuda device
2271 // attribute, i.e. that value is not available at the host side.
2274 // Variable pointer template parameters have a value that is the address
2275 // of the variable.
2476 // Print the normal qualified name for the variable, then break off the last
2478 // variable name without template arguments, so we can use rsplit("::") and
4403 // This is a global initializer or atexit destructor for a global variable.
4770 // for this variable.
4823 // If VD is an anonymous union then Storage represents value for
4832 // variable has the same size as its storage and we had to disable the
4860 // the address of the variable.
4867 // Create the descriptor for the variable.
4875 // For normal local variable, we will try to find out whether 'VD' is the
4944 // for this variable.
4956 // the address of the variable.
4967 // Create the descriptor for the variable.
4996 // If we have an oversized bitfield then the value won't be more than
5011 const uint64_t value = IL->getValue().getZExtValue();
5014 if (value != 0) {
5017 .toCharUnitsFromBits(value * typeSize)
5044 // correspond to a user variable.
5107 // Self is passed along as an implicit non-arg variable in a
5142 // Create the descriptor for the variable.
5254 const VarDecl *variable = capture.getVariable();
5255 const CGBlockInfo::Capture &captureInfo = block.getCapture(variable);
5291 const VarDecl *variable = capture->getVariable();
5292 StringRef name = variable->getName();
5301 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper;
5307 auto Align = getDeclAlignIfRequired(variable, CGM.getContext());
5308 fieldType = createFieldType(name, variable->getType(), loc, AS_public,
5493 // Easy to reconstitute - the value of the parameter in the debug
5501 // variables, functions, etc and their value is, at best (for
5503 // DWARF describing the variable/function/etc. This makes it hard,
5636 // Create global variable debug descriptor.
5646 // Attempt to store one global variable for the declaration - even if we
5651 // variable for each member of the anonymous union so that it's possible
5694 // Create the descriptor for the variable.
5707 // information to the global variable.
5795 // Check if Value is already a declared variable and has debug info, in this
5796 // case we have nothing to do. Clang emits a declared variable as alloca, and
5800 // There can be implicit type cast applied on a variable if it is an opaque
5803 // variable for type-casted value.
6150 return DBuilder.createConstantValueExpression(ValIntOpt.value());