| /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 | 275 bool hasSideEffects() const override { return false; } in hasSideEffects() function 335 bool hasSideEffects() const override { return false; } in hasSideEffects() function 414 bool hasSideEffects() const override { return isAssignment(); } in hasSideEffects() function 441 bool hasSideEffects() const override { return mOperand->hasSideEffects(); } in hasSideEffects() function 492 bool hasSideEffects() const override in hasSideEffects() function 536 bool hasSideEffects() const override { return isAssignment() || mOperand->hasSideEffects(); } in hasSideEffects() function 733 bool hasSideEffects() const override in hasSideEffects() function 880 bool hasSideEffects() const override in hasSideEffects() function
|
| /external/llvm-project/llvm/lib/IR/ |
| D | InlineAsm.cpp | 31 const std::string &constraints, bool hasSideEffects, in InlineAsm() 43 StringRef Constraints, bool hasSideEffects, in get()
|
| /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/skqp/src/sksl/ir/ |
| D | SkSLTypeReference.h | 25 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLPostfixExpression.h | 25 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLFunctionReference.h | 27 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLTernaryExpression.h | 29 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLSetting.h | 39 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLPrefixExpression.h | 31 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLFieldAccess.h | 34 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLBinaryExpression.h | 36 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLIndexExpression.h | 61 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLBoolLiteral.h | 28 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLFunctionCall.h | 26 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLAppendStage.h | 47 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLFloatLiteral.h | 32 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLIntLiteral.h | 34 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLVariableReference.h | 44 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLSwizzle.h | 126 bool hasSideEffects() const override { in hasSideEffects() function
|
| D | SkSLConstructor.h | 54 bool hasSideEffects() const override { in hasSideEffects() function
|
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | MacroRepeatedSideEffectsCheck.cpp | 166 bool MacroRepeatedPPCallbacks::hasSideEffects( in hasSideEffects() function in clang::tidy::bugprone::MacroRepeatedPPCallbacks
|