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 160 SmallVector<Expr *, 4> Semantics;
170 Semantics.push_back(semantic);
176 ResultIndex = Semantics.size();
177 Semantics.push_back(resultExpr);
196 ResultIndex = Semantics.size() - 1;
285 // Make sure we bind that in the semantics.
311 assert(index < Semantics.size() &&
312 "captured expression not found in semantics!");
313 if (e == Semantics[index]) break;
322 Semantics, ResultIndex)
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 582 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty);
584 APFloat::getInf(Semantics, Negative));
    [all...]

Completed in 203 milliseconds