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 31 // Allowable semantics when a rule is matched.
32 enum Semantics {
37 FILES_ALLOW_DIR_ANY, // Allows open or create with directory semantics
200 // semantics: One of the above enumerated FileSemantics.
209 virtual ResultCode AddRule(SubSystem subsystem, Semantics semantics,
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 198 SmallVector<Expr *, 4> Semantics;
208 Semantics.push_back(semantic);
214 ResultIndex = Semantics.size();
215 Semantics.push_back(resultExpr);
234 ResultIndex = Semantics.size() - 1;
345 // Make sure we bind that in the semantics.
371 assert(index < Semantics.size() &&
372 "captured expression not found in semantics!");
373 if (e == Semantics[index]) break;
382 Semantics, ResultIndex)
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 639 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty);
641 APFloat::getInf(Semantics, Negative));
    [all...]

Completed in 62 milliseconds