Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/info/
DSideEffectMethodMarker.java50 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
DMethodOptimizationInfo.java36 private boolean hasSideEffects = false; field in MethodOptimizationInfo
92 public boolean hasSideEffects() in hasSideEffects() method in MethodOptimizationInfo
DSideEffectInstructionChecker.java60 private boolean hasSideEffects; field in SideEffectInstructionChecker
82 public boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectInstructionChecker
/external/angle/src/compiler/translator/
DIntermNode.h292 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
DIntermNode.cpp956 bool TIntermAggregate::hasSideEffects() const in hasSideEffects() function in sh::TIntermAggregate
/external/llvm/lib/IR/
DInlineAsm.cpp28 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/
DInlineAsm.cpp31 const std::string &constraints, bool hasSideEffects, in InlineAsm()
43 StringRef Constraints, bool hasSideEffects, in get()
/external/skia/src/sksl/ir/
DSkSLExpression.h168 bool hasSideEffects() const { in hasSideEffects() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h66 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/external/llvm/include/llvm/IR/
DInlineAsm.h69 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h248 bool hasSideEffects : 1; variable
DCodeGenDAGPatterns.cpp2742 bool hasSideEffects; member in InstAnalyzer
/external/clang/lib/ARCMigrate/
DTransforms.cpp173 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
/external/swiftshader/third_party/subzero/src/
DIceInst.h97 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function
/external/clang/lib/AST/
DExpr.cpp2792 bool hasSideEffects() const { return HasSideEffects; } in hasSideEffects() function in __anone2069d9e0211::SideEffectFinder
/external/clang/include/clang/AST/
DExpr.h556 bool hasSideEffects() const { in hasSideEffects() function