Home
last modified time | relevance | path

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

/external/coreboot/util/kconfig/
Dexpr.h54 struct expr_value { struct
123 struct expr_value dir_dep;
126 struct expr_value rev_dep;
131 struct expr_value implied;
193 struct expr_value visible;
/external/toybox/kconfig/
Dexpr.h52 struct expr_value { struct
82 struct expr_value rev_dep;
118 struct expr_value visible;
/external/pytorch/torch/csrc/jit/frontend/
Dir_emitter.cpp1902 const std::function<Value*()>& expr_value) { in emitIfExpr() argument
1906 Value* out_val = expr_value(); in emitIfExpr()
1925 auto expr_value = n->addOutput()->setType(*unified); // Resulting value in emitIfExpr() local
1927 return expr_value; in emitIfExpr()