HomeSort by relevance Sort by last modified time
    Searched full:evaluatevalue (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/edify/
expr.cpp 53 Value* EvaluateValue(State* state, Expr* expr) {
121 return EvaluateValue(state, argv[1]);
125 return EvaluateValue(state, argv[2]);
200 return EvaluateValue(state, argv[1]);
212 return EvaluateValue(state, argv[1]);
274 Value* left = EvaluateValue(state, argv[0]);
277 return EvaluateValue(state, argv[1]);
442 args[i] = EvaluateValue(state, argv[i]);
488 args[i] = EvaluateValue(state, argv[i]);
expr.h 79 Value* EvaluateValue(State* state, Expr* expr);
  /external/clang/lib/Lex/
PPExpressions.cpp 155 /// EvaluateValue - Evaluate the token PeekTok (and any others needed) and
163 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT,
330 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
357 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
364 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
384 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
396 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
497 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true;
689 if (EvaluateValue(AfterColonVal, PeekTok, DT, AfterColonLive, PP))
751 if (EvaluateValue(ResVal, Tok, DT, true, *this))
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 128 // This exercises ConstExprEmitter instead of ValueDecl::evaluateValue. The
131 // strip them in evaluateValue() and just proceed as normal with an APValue.
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /docs/source.android.com/src/devices/tech/ota/
device_code.jd 701 Value* key = EvaluateValue(state, argv[0]);
710 Value* image = EvaluateValue(state, argv[1]);
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1102 milliseconds