Searched refs:scid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp43 Value::Value(Type *ty, unsigned scid) argument
44 : SubclassID(scid), HasValueHandle(0),
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dcms.c1242 ASN1_STRING *scid;
1261 CMS_ReceiptRequest_get0_values(rr, &scid, &allorfirst,
1264 idlen = ASN1_STRING_length(scid);
1265 id = (char *)ASN1_STRING_data(scid);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DValue.h92 Value(Type *Ty, unsigned scid);

Completed in 185 milliseconds