Home
last modified time | relevance | path

Searched refs:expr (Results 801 - 825 of 1332) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.h38 void VisitFunctionLiteral(FunctionLiteral* expr);
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {
/third_party/rust/crates/cxx/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dmangle.rs82 ($($segment:expr),+ $(,)?) => {
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.h50 std::unique_ptr<Expression> expr);
/third_party/vk-gl-cts/framework/xexml/
H A DxeDefs.hpp38 Error (const char* message, const char* expr, const char* file, int line);
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c122 const struct nft_expr *expr, in nft_rhash_update()
138 he = new(set, expr, regs); in nft_rhash_update()
343 struct nft_expr *expr = nft_set_ext_expr(&he->ext); in nft_rhash_gc() local
345 if (expr->ops->gc && in nft_rhash_gc()
346 expr->ops->gc(read_pnet(&set->net), expr)) in nft_rhash_gc()
118 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
/third_party/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp38 #define TEST_ASSERT(expr) UPRV_BLOCK_MACRO_BEGIN { \
39 if ((expr)==false) { \
40 errln("Test Failure at file %s, line %d: \"%s\" is false.", __FILE__, __LINE__, #expr); \
44 #define TEST_ASSERT_MSG(expr, msg) UPRV_BLOCK_MACRO_BEGIN { \
45 if ((expr)==false) { \
46 dataerrln("Test Failure at file %s, line %d, %s: \"%s\" is false.", __FILE__, __LINE__, msg, #expr); \
/third_party/python/Python/
H A Dtraceback.c604 extract_anchors_from_expr(const char *segment_str, expr_ty expr, Py_ssize_t *left_anchor, Py_ssize_t *right_anchor, in extract_anchors_from_expr() argument
607 switch (expr->kind) { in extract_anchors_from_expr()
609 expr_ty left = expr->v.BinOp.left; in extract_anchors_from_expr()
610 expr_ty right = expr->v.BinOp.right; in extract_anchors_from_expr()
632 *left_anchor = expr->v.Subscript.value->end_col_offset; in extract_anchors_from_expr()
633 *right_anchor = expr->v.Subscript.slice->end_col_offset + 1; in extract_anchors_from_expr()
H A Dast_unparse.c57 #define APPEND_EXPR(expr, pr) do { \
58 if (-1 == append_ast_expr(writer, (expr), (pr))) { \
543 expr_ty expr; in append_ast_call() local
550 expr = (expr_ty)asdl_seq_GET(e->v.Call.args, 0); in append_ast_call()
551 if (expr->kind == GeneratorExp_kind) { in append_ast_call()
553 return append_ast_genexp(writer, expr); in append_ast_call()
/third_party/rust/crates/quote/src/
H A Dlib.rs228 /// let expr = /* ... */;
232 /// # let expr = 0;
238 /// #expr
623 ($span:expr=> $($tt:tt)*) => {
631 ($span:expr=>) => {{
637 ($span:expr=> $tt:tt) => {{
645 ($span:expr=> # $var:ident) => {{
651 ($span:expr=> $tt1:tt $tt2:tt) => {{
660 ($span:expr=> $($tt:tt)*) => {{
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py371 expr = ["in0", self.op, str(self.get_operand())]
374 expr.reverse()
376 return " ".join(expr)
476 expr = [
483 expr.reverse()
485 return " ".join([str(x) for x in expr])
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h2014 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2016 // When expr unexpectedly fails or succeeds, Google Test prints the
2020 #define EXPECT_HRESULT_SUCCEEDED(expr) \
2021 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2023 #define ASSERT_HRESULT_SUCCEEDED(expr) \
2024 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2026 #define EXPECT_HRESULT_FAILED(expr) \
2027 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2029 #define ASSERT_HRESULT_FAILED(expr) \
2030 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h2009 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2011 // When expr unexpectedly fails or succeeds, Google Test prints the
2015 #define EXPECT_HRESULT_SUCCEEDED(expr) \
2016 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2018 #define ASSERT_HRESULT_SUCCEEDED(expr) \
2019 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2021 #define EXPECT_HRESULT_FAILED(expr) \
2022 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
2024 #define ASSERT_HRESULT_FAILED(expr) \
2025 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h262 // testing::AssertionResult IsEven(const char* expr, int n) {
267 // << "Expected: " << expr << " is even\n Actual: it's " << n;
2170 // * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr)
2172 // When expr unexpectedly fails or succeeds, Google Test prints the
2176 # define EXPECT_HRESULT_SUCCEEDED(expr) \
2177 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2179 # define ASSERT_HRESULT_SUCCEEDED(expr) \
2180 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr))
2182 # define EXPECT_HRESULT_FAILED(expr) \
2183 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs58 pub fn prefixes(expr: &Hir) -> Literals { in prefixes()
60 lits.union_prefixes(expr); in prefixes()
65 pub fn suffixes(expr: &Hir) -> Literals { in suffixes()
67 lits.union_suffixes(expr); in suffixes()
301 /// size limits or the set of prefixes from `expr` includes the empty
304 /// Note that prefix literals extracted from `expr` are said to be complete
305 /// if and only if the literal extends from the beginning of `expr` to the
306 /// end of `expr`.
307 pub fn union_prefixes(&mut self, expr: &Hir) -> bool { in union_prefixes()
309 prefixes(expr, in union_prefixes()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp372 ir_expression *frexp_exp = expr(ir_unop_frexp_exp, x); in dldexp_to_arith()
397 expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); in dldexp_to_arith()
402 expr(ir_unop_pack_double_2x32, unpacked), in dldexp_to_arith()
430 expr(ir_unop_unpack_double_2x32, swizzle(x, elem, 1)))); in dldexp_to_arith()
440 results[elem] = expr(ir_unop_pack_double_2x32, unpacked); in dldexp_to_arith()
504 i.insert_before(assign(unpacked, expr(ir_unop_unpack_double_2x32, x))); in dfrexp_sig_to_arith()
516 results[elem] = expr(ir_unop_pack_double_2x32, unpacked); in dfrexp_sig_to_arith()
566 swizzle_y(expr(ir_unop_unpack_double_2x32, x)), in dfrexp_exp_to_arith()
920 /* expr = value << (temp - offset)) >> temp; */ in extract_to_shifts()
921 ir_expression *expr in extract_to_shifts() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource12.js393 if (preAst.expr) {
394 preAst.expr = walker.walk(preAst.expr, preAst);
511 if (preAst.expr) {
512 preAst.expr = walker.walk(preAst.expr, preAst);
904 if (preAst.expr) {
905 preAst.expr = walker.walk(preAst.expr, preAst);
1012 if (preAst.expr) {
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprint-events.h26 const char *expr,
/third_party/skia/src/sksl/ir/
H A DSkSLExpressionStatement.h30 std::unique_ptr<Expression> expr);
/third_party/rust/crates/os_str_bytes/tests/
H A Draw_random.rs13 ( $result:expr , $method:ident ( $(& $arg:ident),+) ) => { in test_complex()
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-single.rs11 ($re:expr) => {
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh238 expr ${1%MB} \* 1024;;
240 expr $1 / 1024 ;;

Completed in 26 milliseconds

1...<<31323334353637383940>>...54