HomeSort by relevance Sort by last modified time
    Searched defs:Behaviour (Results 1 - 2 of 2) sorted by null

  /external/littlemock/src/com/google/testing/littlemock/
Behaviour.java 24 public interface Behaviour {
25 /** Attaches the given behaviour to the next method call of this mock. */
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 401 // Try to get mod/ref behaviour from function attributes.
474 ModRefBehavior Behaviour = AliasAnalysis::getModRefBehavior(Callee);
475 FunctionEffect |= (Behaviour & ModRef);

Completed in 82 milliseconds