Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Callee

63     static unsigned Callee   = 4;
199 Value *Callee = CS.getCalledValue();
201 visitMemoryReference(I, Callee, AliasAnalysis::UnknownSize,
202 0, 0, MemRef::Callee);
204 if (Function *F = dyn_cast<Function>(findValue(Callee, /*OffsetOk=*/false))) {
206 "Undefined behavior: Caller and callee calling convention differ",
215 "Undefined behavior: Call argument count mismatches callee "
220 "callee return type", &I);
222 // Check argument types (in case the callee was casted) and attributes.
223 // TODO: Verify that caller and callee attributes are compatible.
232 "callee parameter type", &I);
404 if (Flags & MemRef::Callee) {