OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EvaluateExpression
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/grit/grit/node/
base.py
31
# A class-static cache to memoize
EvaluateExpression
().
445
def
EvaluateExpression
(cls, expr, defs, target_platform, extra_variables=None):
499
return Node.
EvaluateExpression
(
/external/llvm/utils/FileCheck/
FileCheck.cpp
140
bool
EvaluateExpression
(StringRef Expr, std::string &Value) const;
242
// is relaxed, more strict check is performed in \c
EvaluateExpression
.
360
bool Pattern::
EvaluateExpression
(StringRef Expr, std::string &Value) const {
409
if (!
EvaluateExpression
(VariableUses[i].first, Value))
482
if (
EvaluateExpression
(Var, Value)) {
[
all
...]
Completed in 3213 milliseconds