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

  /external/clang/lib/Sema/
ScopeInfo.cpp 55 bool IsExact = false;
60 IsExact = isa<VarDecl>(D);
65 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
71 IsExact = IE->getBase()->isObjCSelfExpr();
85 IsExact = DoubleBase->isObjCSelfExpr();
93 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/clang/lib/CodeGen/
CGExprScalar.cpp 576 bool IsExact;
578 &IsExact) != APFloat::opOK)
    [all...]

Completed in 187 milliseconds