Home
last modified time | relevance | path

Searched defs:expr_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dexpr.h54 struct expr_value { struct
55 struct expr *expr;
56 tristate tri;
/aosp_15_r20/external/toybox/kconfig/
H A Dexpr.h52 struct expr_value { struct
53 struct expr *expr;
54 tristate tri;
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp1902 const std::function<Value*()>& expr_value) { in emitIfExpr()
1925 auto expr_value = n->addOutput()->setType(*unified); // Resulting value in emitIfExpr() local