Home
last modified time | relevance | path

Searched defs:hasSideEffects (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DSideEffectMethodMarker.java49 private boolean hasSideEffects; field in SideEffectMethodMarker
126 private boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectMethodMarker
169 public static boolean hasSideEffects(Method method) in hasSideEffects() method in SideEffectMethodMarker
DSideEffectInstructionChecker.java50 private boolean hasSideEffects; field in SideEffectInstructionChecker
59 …public boolean hasSideEffects(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,… in hasSideEffects() method in SideEffectInstructionChecker
DMethodOptimizationInfo.java36 private boolean hasSideEffects = false; field in MethodOptimizationInfo
91 public boolean hasSideEffects() in hasSideEffects() method in MethodOptimizationInfo
/external/llvm/lib/VMCore/
DInlineAsm.cpp29 StringRef Constraints, bool hasSideEffects, in get()
37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
/external/clang/lib/ARCMigrate/
DTransforms.cpp126 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
/external/llvm/utils/TableGen/
DCodeGenInstruction.h238 bool hasSideEffects; variable
/external/clang/include/clang/AST/
DExpr.h444 bool hasSideEffects() const { in hasSideEffects() function