Searched defs:hasSideEffects (Results 1 – 7 of 7) sorted by relevance
/external/proguard/src/proguard/optimize/info/ |
D | SideEffectMethodMarker.java | 49 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
|
D | SideEffectInstructionChecker.java | 50 private boolean hasSideEffects; field in SideEffectInstructionChecker 59 …public boolean hasSideEffects(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset,… in hasSideEffects() method in SideEffectInstructionChecker
|
D | MethodOptimizationInfo.java | 36 private boolean hasSideEffects = false; field in MethodOptimizationInfo 91 public boolean hasSideEffects() in hasSideEffects() method in MethodOptimizationInfo
|
/external/llvm/lib/VMCore/ |
D | InlineAsm.cpp | 29 StringRef Constraints, bool hasSideEffects, in get() 37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 126 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 238 bool hasSideEffects; variable
|
/external/clang/include/clang/AST/ |
D | Expr.h | 444 bool hasSideEffects() const { in hasSideEffects() function
|