Searched refs:ConstantName (Results 1 – 2 of 2) sorted by relevance
23 local ConstantName="$1"28 | sed -n -e "s:const int32 ${ConstantName} = \([0-9]*\);:\1:p"31 die "Failed to find ${ConstantName} in the generator source (${GeneratorSrc})."37 | sed -n -e "s:#define ${ConstantName} \([0-9]*\):\1:p"40 die "Failed to find ${ConstantName} in the runtime source (${RuntimeSrc})."45 die "${ConstantName} values don't match!
131 StringRef ConstantName = ALE ? "__NSArray0__" : "__NSDictionary0__"; in EmitObjCCollectionLiteral() local134 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()