HomeSort by relevance Sort by last modified time
    Searched defs:HasSideEffects (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
InlineAsm.h 51 bool HasSideEffects;
56 const std::string &Constraints, bool hasSideEffects,
68 StringRef Constraints, bool hasSideEffects,
72 bool hasSideEffects() const { return HasSideEffects; }
205 Op_ExtraInfo = 3, // HasSideEffects, IsAlignStack, AsmDialect.
210 MIOp_ExtraInfo = 1, // HasSideEffects, IsAlignStack, AsmDialect.
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 516 /// HasSideEffects - Whether the evaluated expression has side effects.
518 bool HasSideEffects;
529 EvalStatus() : HasSideEffects(false), Diag(0) {}
531 // hasSideEffects - Return true if the evaluated expression has
533 bool hasSideEffects() const {
534 return HasSideEffects;
573 /// HasSideEffects - This routine returns true for all those expressions
576 bool HasSideEffects(const ASTContext &Ctx) const;
    [all...]

Completed in 709 milliseconds