| /external/proguard/src/proguard/optimize/info/ |
| D | SideEffectMethodMarker.java | 50 private boolean hasSideEffects; field in SideEffectMethodMarker 127 private boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectMethodMarker 175 public static boolean hasSideEffects(Method method) in hasSideEffects() method in SideEffectMethodMarker
|
| D | MethodOptimizationInfo.java | 36 private boolean hasSideEffects = false; field in MethodOptimizationInfo 92 public boolean hasSideEffects() in hasSideEffects() method in MethodOptimizationInfo
|
| D | SideEffectInstructionChecker.java | 60 private boolean hasSideEffects; field in SideEffectInstructionChecker 82 public boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectInstructionChecker
|
| /external/angle/src/compiler/translator/ |
| D | IntermNode.h | 292 bool hasSideEffects() const override { return false; } in hasSideEffects() function 353 bool hasSideEffects() const override { return false; } in hasSideEffects() function 433 bool hasSideEffects() const override { return isAssignment(); } in hasSideEffects() function 460 bool hasSideEffects() const override { return mOperand->hasSideEffects(); } in hasSideEffects() function 513 bool hasSideEffects() const override in hasSideEffects() function 559 bool hasSideEffects() const override { return isAssignment() || mOperand->hasSideEffects(); } in hasSideEffects() function 747 bool hasSideEffects() const override in hasSideEffects() function 894 bool hasSideEffects() const override in hasSideEffects() function
|
| D | IntermNode.cpp | 964 bool TIntermAggregate::hasSideEffects() const in hasSideEffects() function in sh::TIntermAggregate
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 43 StringRef Constraints, bool hasSideEffects, in get()
|
| /external/llvm/lib/IR/ |
| D | InlineAsm.cpp | 28 StringRef Constraints, bool hasSideEffects, in get() 37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
|
| /external/llvm/include/llvm/IR/ |
| D | InlineAsm.h | 69 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | InlineAsm.h | 66 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenInstruction.h | 248 bool hasSideEffects : 1; variable
|
| D | CodeGenDAGPatterns.cpp | 2742 bool hasSideEffects; member in InstAnalyzer
|
| /external/clang/lib/ARCMigrate/ |
| D | Transforms.cpp | 173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInst.h | 97 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
|
| /external/clang/lib/AST/ |
| D | Expr.cpp | 2792 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function in __anon81adb1d70211::SideEffectFinder
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 556 bool hasSideEffects() const { in hasSideEffects() function
|