Lines Matching defs:Data
298 /// Header for data within LifetimeExtendedCleanupStack.
828 OpaqueValueMappingData data(ov, false);
833 data.Protection = CGF.protectFromPeepholes(rv);
835 return data;
842 assert(OpaqueValue && "no data to unbind!");
856 OpaqueValueMappingData Data;
871 // Leave Data empty.
875 Data = OpaqueValueMappingData::bind(CGF, e->getOpaqueValue(),
882 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
888 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
892 Data.unbind(CGF);
893 Data.clear();
897 if (Data.isValid()) Data.unbind(CGF);
945 /// Calculate branch weights appropriate for PGO data
1098 /// "vec_type_hint", an undefined value of the <type> data type,
1285 /// data in a variable which is declared as __block.
1748 /// null, If the type contains data member pointers, they will be initialized
1916 /// Checking the object expression in a non-static data member access. Must
2226 /// \brief Emit proper copying of data from one variable to another.
2235 /// \param Copy Actual copygin expression for copying data from \a SrcVD to \a
2906 /// once, e.g. with a static local variable or a static data member
2989 /// evaluate to true based on PGO data.