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

  /external/clang/include/clang/AST/
Expr.h     [all...]
ExprCXX.h 62 unsigned FPContractable : 1;
68 SourceLocation operatorloc, bool fpContractable)
71 Operator(Op), FPContractable(fpContractable) {
99 void setFPContractable(bool FPC) { FPContractable = FPC; }
103 bool isFPContractable() const { return FPContractable; }
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 48 bool FPContractable;
    [all...]

Completed in 76 milliseconds