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 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/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 195 unsigned IsExact : 1;
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 699 bool isexact, QualType Type, SourceLocation L)
703 FloatingLiteralBits.IsExact = isexact;
710 FloatingLiteralBits.IsExact = false;
715 bool isexact, QualType Type, SourceLocation L) {
716 return new (C) FloatingLiteral(C, V, isexact, Type, L);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 576 bool IsExact;
578 &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 1332 milliseconds