HomeSort by relevance Sort by last modified time
    Searched full:sval (Results 151 - 175 of 550) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
Parse.java 111 String name = izer.sval;
115 return new NameValueNode(name, izer.sval);
117 return new NameValueNode(name, izer.sval.charAt(0));
129 return new CommentNode(izer.sval);
133 String kind = izer.sval;
159 " : " + izer.sval);
  /tools/repohooks/rh/
shell.py 153 def boolean_shell_value(sval, default):
154 """See if |sval| is a value users typically consider as boolean."""
155 if sval is None:
158 if isinstance(sval, basestring):
159 s = sval.lower()
165 raise ValueError('Could not decode as a boolean value: %r' % (sval,))
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 144 typedef llvm::ImmutableMap<BindingKey, SVal> ClusterBindings;
145 typedef llvm::ImmutableMapRef<BindingKey, SVal> ClusterBindingsRef;
146 typedef std::pair<BindingKey, SVal> BindingPair;
180 RegionBindingsRef addBinding(BindingKey K, SVal V) const;
183 BindingKey::Kind k, SVal V) const;
185 const SVal *lookup(BindingKey K) const;
186 const SVal *lookup(const MemRegion *R, BindingKey::Kind k) const;
199 Optional<SVal> getDirectBinding(const MemRegion *R) const;
201 /// getDefaultBinding - Returns an SVal* representing an optional default
203 Optional<SVal> getDefaultBinding(const MemRegion *R) const
    [all...]
Store.cpp 51 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
215 static bool regionMatchesCXXRecordType(SVal V, QualType Ty) {
235 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) {
242 SVal Result = Derived;
251 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) {
253 SVal Result = Derived;
262 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType
    [all...]
Environment.cpp 60 SVal Environment::lookupExpr(const EnvironmentEntry &E) const {
61 const SVal* X = ExprBindings.lookup(E);
63 SVal V = *X;
69 SVal Environment::getSVal(const EnvironmentEntry &Entry,
112 SVal V,
159 llvm::ImmutableMapRef<EnvironmentEntry,SVal>
168 const SVal &X = I.getData();
  /external/one-true-awk/
lib.c 66 fldtab[0]->sval = record;
153 xfree(fldtab[0]->sval);
154 fldtab[0]->sval = buf; /* buf == record */
156 if (is_number(fldtab[0]->sval)) {
157 fldtab[0]->fval = atof(fldtab[0]->sval);
255 if (is_number(q->sval)) {
256 q->fval = atof(q->sval);
276 r = fldtab[0]->sval;
299 xfree(fldtab[i]->sval);
300 fldtab[i]->sval = fr
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 128 ProgramStateRef state, SVal V, QualType Ty);
132 SVal strLength);
133 static SVal getCStringLengthForRegion(CheckerContext &C,
138 SVal getCStringLength(CheckerContext &C,
141 SVal Buf,
147 SVal val) const;
151 const Expr *Ex, SVal V,
162 SVal l) const;
166 SVal l,
203 // Expects SVal of Size to be positive and unsigned
    [all...]
PthreadLockChecker.cpp 66 void AcquireLock(CheckerContext &C, const CallExpr *CE, SVal lock,
69 void ReleaseLock(CheckerContext &C, const CallExpr *CE, SVal lock) const;
70 void DestroyLock(CheckerContext &C, const CallExpr *CE, SVal Lock) const;
71 void InitLock(CheckerContext &C, const CallExpr *CE, SVal Lock) const;
125 SVal lock, bool isTryLock,
134 SVal X = state->getSVal(CE, C.getLocationContext());
194 SVal lock) const {
249 SVal Lock) const {
284 SVal Lock) const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 285 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
487 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
492 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
493 NonLoc L, SVal R, QualType T) {
498 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
499 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 286 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
475 SVal evalMinus(SVal X) {
479 SVal evalComplement(SVal X) {
501 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
506 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
507 NonLoc L, SVal R, QualType T) {
512 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
513 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 288 ProgramStateRef processAssume(ProgramStateRef state, SVal cond,
477 SVal evalMinus(SVal X) {
481 SVal evalComplement(SVal X) {
503 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
508 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
509 NonLoc L, SVal R, QualType T) {
514 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
515 SVal LHS, SVal RHS, QualType T)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
softfloat_arm.go 519 sval, ok := f64toint(f32to64(m.freglo[regm]))
520 if !ok || int64(int32(sval)) != sval {
521 sval = 0
523 m.freglo[regd] = uint32(sval)
530 sval, ok := f64toint(f32to64(m.freglo[regm]))
531 if !ok || int64(uint32(sval)) != sval {
532 sval = 0
534 m.freglo[regd] = uint32(sval)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
softfloat_arm.go 519 sval, ok := f64toint(f32to64(m.freglo[regm]))
520 if !ok || int64(int32(sval)) != sval {
521 sval = 0
523 m.freglo[regd] = uint32(sval)
530 sval, ok := f64toint(f32to64(m.freglo[regm]))
531 if !ok || int64(uint32(sval)) != sval {
532 sval = 0
534 m.freglo[regd] = uint32(sval)
    [all...]

Completed in 600 milliseconds

1 2 3 4 5 67 8 91011>>