HomeSort by relevance Sort by last modified time
    Searched refs:IsExact (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Sema/
ScopeInfo.cpp 49 bool IsExact = false;
54 IsExact = isa<VarDecl>(D);
59 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
65 IsExact = IE->getBase()->isObjCSelfExpr();
79 IsExact = DoubleBase->isObjCSelfExpr();
87 return BaseInfoTy(D, IsExact);
  /external/llvm/include/llvm/IR/
Operator.h 134 IsExact = (1 << 0)
141 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
145 /// isExact - Test whether this division is known to be exact, with
147 bool isExact() const {
148 return SubclassOptionalData & IsExact;
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 128 bool IsExact;
133 CN->getValueAPF().convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
136 if (!IsExact || !IntVal.isPowerOf2()) return false;
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 195 unsigned IsExact : 1;
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 664 bool isexact, QualType Type, SourceLocation L)
668 FloatingLiteralBits.IsExact = isexact;
675 FloatingLiteralBits.IsExact = false;
680 bool isexact, QualType Type, SourceLocation L) {
681 return new (C) FloatingLiteral(C, V, isexact, Type, L);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 573 bool IsExact;
575 &IsExact) != APFloat::opOK)
    [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/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 343 milliseconds