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

  /external/chromium_org/sandbox/win/src/
sandbox_policy.h 33 // Allowable semantics when a rule is matched.
34 enum Semantics {
39 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics
219 // semantics: One of the above enumerated FileSemantics.
228 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
  /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 624 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
625 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true);
673 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
674 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]

Completed in 209 milliseconds