Home
last modified time | relevance | path

Searched defs:exprs (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/lib/
Dtst_kconfig.c343 static int validate_vars(struct tst_expr *const exprs[], unsigned int expr_cnt) in validate_vars()
360 static inline unsigned int get_var_cnt(struct tst_expr *const exprs[], in get_var_cnt()
395 static inline unsigned int populate_vars(struct tst_expr *exprs[], in populate_vars()
501 struct tst_expr *exprs[expr_cnt]; in tst_kconfig_check() local
/third_party/ffmpeg/libavutil/tests/
Deval.c45 static const char *const exprs[] = { in main() local
/third_party/skia/src/sksl/ir/
DSkSLConstructor.cpp197 int exprs = this->type().slotCount(); in compareConstant() local
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs141 let exprs = args.parse_many()?; in cmd_literals() localVariable
204 let exprs = args.parse_many()?; in cmd_compile() localVariable
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_packer.c.py166 def pack_derived(pos, exprs, imm_map, body, pack_exprs): argument
/third_party/elfutils/tests/
Dvarlocs.c170 print_expr_block (Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, in print_expr_block()
185 Dwarf_Op *exprs, int len) in print_expr_block_addrs()
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc844 clang::Expr* exprs[2] = {expr->getBase(), expr->getIdx()}; in DECL_VISIT_EXPR() local
861 clang::Expr* exprs[2] = {lhs, rhs}; in DECL_VISIT_EXPR() local
966 ExprEffect Parallel(clang::Expr* parent, int n, clang::Expr** exprs, in Parallel()
979 ExprEffect Sequential(clang::Stmt* parent, int n, clang::Expr** exprs, in Sequential()
/third_party/ffmpeg/libavfilter/
Daeval.c69 char *exprs; member
/third_party/python/Python/
Dast.c953 validate_exprs(struct validator *state, asdl_expr_seq *exprs, expr_context_ty ctx, int null_ok) in validate_exprs()
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs79 let exprs = collect_exprs(file); in test_rustc_precedence() localVariable
/third_party/rust/crates/regex/src/
Dexec.rs123 exprs: Vec<Hir>, field
230 let mut exprs = Vec::with_capacity(self.options.pats.len()); in parse() localVariable
Dcompile.rs520 let mut exprs = exprs.into_iter(); in c_concat() localVariable
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dtranslate.rs362 let mut exprs = vec![]; in visit_post() localVariable
372 let mut exprs = vec![]; in visit_post() localVariable
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc852 std::array<const ast::Expression*, N> exprs, in GetOriginatingResources()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc5528 ast::ExpressionList exprs; in EmitImageQuery() local
5787 ast::ExpressionList exprs; in ConvertTexelForStorage() local
/third_party/skia/tests/
DSkSLDSLTest.cpp2014 std::vector<Wrapper<DSLExpression>> exprs; in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c1708 static int constraint_expr_to_string(struct policydb *pdb, struct constraint_expr *exprs, char **ex… in constraint_expr_to_string()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2549 let mut exprs = in codegen_method() localVariable
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp3657 SmallVector<string> exprs; in emit_output_variable_initializer() local