Home
last modified time | relevance | path

Searched refs:expr (Results 426 - 450 of 972) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py807 fields = ("expr", "ops")
811 result = value = self.expr.as_const(eval_ctx)
815 new_value = op.expr.as_const(eval_ctx)
831 fields = ("op", "expr")
977 fields = ("expr",)
981 return Markup(self.expr.as_const(eval_ctx))
991 fields = ("expr",)
997 expr = self.expr.as_const(eval_ctx)
999 return Markup(expr)
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py770 fields = ('expr', 'ops')
774 result = value = self.expr.as_const(eval_ctx)
777 new_value = op.expr.as_const(eval_ctx)
787 fields = ('op', 'expr')
910 fields = ('expr',)
914 return Markup(self.expr.as_const(eval_ctx))
923 fields = ('expr',)
929 expr = self.expr.as_const(eval_ctx)
931 return Markup(expr)
[all...]
/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs28 ($name:ident, $patterns:expr, $haystack:expr, $matches:expr) => {
630 (overlapping, $name:ident, $collection:expr, $kind:ident, $with:expr) => {
644 (stream, $name:ident, $collection:expr, $kind:ident, $with:expr) => {
661 ($name:ident, $collection:expr, $kind:ident, $with:expr) => {
678 ($name:ident, $collection:expr,
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py807 fields = ("expr", "ops")
811 result = value = self.expr.as_const(eval_ctx)
815 new_value = op.expr.as_const(eval_ctx)
831 fields = ("op", "expr")
977 fields = ("expr",)
981 return Markup(self.expr.as_const(eval_ctx))
991 fields = ("expr",)
997 expr = self.expr.as_const(eval_ctx)
999 return Markup(expr)
[all...]
/third_party/pcre2/pcre2/
H A DRunTest299 if expr "$1" : '~[0-9][0-9]*$' >/dev/null; then
300 skip="$skip `expr "$1" : '~\([0-9]*\)*$'`"
306 if expr "$1" : '[0-9][0-9]*-[0-9]*$' >/dev/null; then
307 tf=`expr "$1" : '\([0-9]*\)'`
308 tt=`expr "$1" : '.*-\([0-9]*\)'`
310 if expr \( "$tt" ">" "$maxtest" \) >/dev/null; then
313 while expr "$tf" "<=" "$tt" >/dev/null; do
315 tf=`expr $tf + 1`
/third_party/icu/icu4c/as_is/os400/
H A Dunpax-icu.sh122 bin_count=`expr $bin_count + 1`
130 bin_count=`expr $bin_count + 1`
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
H A Dparse.js90 var expr = parseExpression()
96 return expr
/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs212 fn drop = $drop:expr; in drop()
213 $(fn clone = $clone:expr;)*
/third_party/rust/crates/heck/src/
H A Dsnake.rs64 ($t:ident : $s1:expr => $s2:expr) => {
/third_party/rust/crates/libc/src/
H A Dfixed_width_ints.rs65 ($a:expr, $b:expr) => {
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dinternal.h76 * @param expr (bool)
79 #define SPDYF_ASSERT(expr, msg) \
80 if(!(expr)){\
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArray.cpp34 const Expression& expr = *args.front(); in Convert() local
35 const Type& exprType = expr.type(); in Convert()
H A DSkSLFunctionDefinition.cpp125 bool visitExpression(Expression& expr) override { in Convert()
126 if (expr.is<FunctionCall>()) { in Convert()
127 const FunctionDeclaration& func = expr.as<FunctionCall>().function(); in Convert()
141 return INHERITED::visitExpression(expr); in Convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp62 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, in LowerSymbolOperand() local
64 return MCOperand::createExpr(expr); in LowerSymbolOperand()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test_helper.cc59 if (auto* expr = node->As<ast::Expression>()) { in ToString()
61 if (!writer.EmitExpression(out, expr)) { in ToString()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfold_constants.cc37 ctx.ReplaceAll([&](const ast::Expression* expr) -> const ast::Expression* { in Run()
38 auto* call = ctx.src->Sem().Get<sem::Call>(expr); in Run()
/third_party/skia/third_party/freetype2/
H A Droll-freetype.sh39 FT_PREVIOUS_REV_SHORT=$(expr substr "${FT_PREVIOUS_REV}" 1 8) &&
40 FT_NEXT_REV_SHORT=$(expr substr "${FT_NEXT_REV}" 1 8) &&
/third_party/skia/third_party/harfbuzz/
H A Droll-harfbuzz.sh77 HB_PREVIOUS_REV_SHORT=$(expr substr "${HB_PREVIOUS_REV}" 1 8) &&
78 HB_NEXT_REV_SHORT=$(expr substr "${HB_NEXT_REV}" 1 8) &&
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.cpp61 if (const skjson::StringValue* expr = (*jprop)["x"]) { in bindImpl()
69 expr->begin()); in bindImpl()
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c823 Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, in getlocations_addr()
882 if (getlocation (cu, &block, expr, exprlen, secidx) != 0) in getlocations_addr()
929 Dwarf_Op *expr; in dwarf_getlocation_addr() local
947 address, d, &expr, &expr_len)) > 0) in dwarf_getlocation_addr()
952 llbufs[got] = expr; in dwarf_getlocation_addr()
967 Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr, in dwarf_getlocations()
985 if (getlocation (attr->cu, &block, expr, exprlen, in dwarf_getlocations()
1005 int result = is_constant_offset (attr, expr, exprlen); in dwarf_getlocations()
1032 (Dwarf_Word) -1, d, expr, exprlen); in dwarf_getlocations()
821 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) getlocations_addr() argument
966 dwarf_getlocations(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Op **expr, size_t *exprlen) dwarf_getlocations() argument
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc594 IsolateT* isolate, ClassLiteral* expr) { in BuildClassBoilerplate()
603 for (int i = 0; i < expr->public_members()->length(); i++) { in BuildClassBoilerplate()
604 ClassLiteral::Property* property = expr->public_members()->at(i); in BuildClassBoilerplate()
649 expr->start_position(), expr->end_position()); in BuildClassBoilerplate()
670 for (int i = 0; i < expr->public_members()->length(); i++) { in BuildClassBoilerplate()
671 ClassLiteral::Property* property = expr->public_members()->at(i); in BuildClassBoilerplate()
739 Isolate* isolate, ClassLiteral* expr);
741 LocalIsolate* isolate, ClassLiteral* expr);
593 BuildClassBoilerplate( IsolateT* isolate, ClassLiteral* expr) BuildClassBoilerplate() argument
/third_party/libabigail/src/
H A Dabg-ini.cc1267 /// @param expr this is an output parameter that is set with the
1271 /// @param return true iff @p expr was successful set with the
1274 read_function_call_expr(function_call_expr_sptr& expr) in read_function_call_expr() argument
1332 expr.reset(new function_call_expr(name, arguments)); in read_function_call_expr()
2010 /// @param expr the expression resulting from the parsing. This is an
2013 /// @return true iff the parameter @p expr is successfully set with
2017 function_call_expr_sptr& expr) in read_function_call_expr()
2020 return ctxt.read_function_call_expr(expr); in read_function_call_expr()
2028 /// @param expr the expression resulting from the parsing. This is an
2031 /// @return true iff the parameter @p expr i
2016 read_function_call_expr(std::istream& input, function_call_expr_sptr& expr) read_function_call_expr() argument
2034 read_function_call_expr(const string& input, function_call_expr_sptr& expr) read_function_call_expr() argument
2051 function_call_expr_sptr expr; read_function_call_expr() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp783 auto *const expr = node.getExpression(); in traverseLoopChildren() local
795 ASSERT(!init && !expr); in traverseLoopChildren()
816 if (expr) in traverseLoopChildren()
818 GUARD(traverseAnyAs(*expr, newExpr)); in traverseLoopChildren()
821 if (newInit != init || newCond != cond || newExpr != expr || newBody != body) in traverseLoopChildren()
845 auto *const expr = node.getExpression(); in traverseBranchChildren() local
848 if (expr) in traverseBranchChildren()
850 GUARD(traverseAnyAs<TIntermTyped>(*expr, newExpr)); in traverseBranchChildren()
853 if (newExpr != expr) in traverseBranchChildren()
/third_party/elfutils/lib/
H A Deu-config.h135 # define unlikely(expr) __builtin_expect (!!(expr), 0)
136 # define likely(expr) __builtin_expect (!!(expr), 1)
/third_party/rust/crates/memoffset/src/
H A Doffset_of.rs53 ($field:expr, $base:expr) => {{
65 ($field:expr, $base:expr) => {

Completed in 25 milliseconds

1...<<11121314151617181920>>...39