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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 199 SmallVector<Expr *, 4> Semantics;
209 Semantics.push_back(semantic);
215 ResultIndex = Semantics.size();
216 Semantics.push_back(resultExpr);
235 ResultIndex = Semantics.size() - 1;
351 // Make sure we bind that in the semantics.
377 assert(index < Semantics.size() &&
378 "captured expression not found in semantics!");
379 if (e == Semantics[index]) break;
388 Semantics, ResultIndex)
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
668 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true);
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
717 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]

Completed in 167 milliseconds