Lines Matching defs:ID
275 : FunctionPass(ID),
281 static char ID; // Pass identification, replacement for typeid.
322 /// uninitialized value and returns an updated origin id encoding this info.
342 char MemorySanitizer::ID = 0;
355 /// frame ID, so the string needs to be mutable.
1845 static IntrinsicKind getIntrinsicKind(Intrinsic::ID iid) {
1957 Intrinsic::ID iid = I.getIntrinsicID();
2124 Intrinsic::ID getSignedPackIntrinsic(Intrinsic::ID id) {
2125 switch (id) {
2149 llvm_unreachable("unexpected intrinsic id");
2624 // See http://code.google.com/p/memory-sanitizer/issues/detail?id=1