/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 744 bool hasSideEffects() const override in hasSideEffects() function 891 bool hasSideEffects() const override in hasSideEffects() function
|
D | IntermNode.cpp | 956 bool TIntermAggregate::hasSideEffects() const in hasSideEffects() function in sh::TIntermAggregate
|
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 28 StringRef Constraints, bool hasSideEffects, in get() 37 const std::string &constraints, bool hasSideEffects, in InlineAsm()
|
/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/skia/src/sksl/ir/ |
D | SkSLExpression.h | 168 bool hasSideEffects() const { 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/include/llvm/IR/ |
D | InlineAsm.h | 69 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 __anone2069d9e0211::SideEffectFinder
|
/external/clang/include/clang/AST/ |
D | Expr.h | 556 bool hasSideEffects() const { in hasSideEffects() function
|