Home
last modified time | relevance | path

Searched refs:ConstantName (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dcheck_version_stamps.sh23 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!
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp131 StringRef ConstantName = ALE ? "__NSArray0__" : "__NSDictionary0__"; in EmitObjCCollectionLiteral() local
134 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName); in EmitObjCCollectionLiteral()