Home
last modified time | relevance | path

Searched refs:Var (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0019-Re-introduce-spe-commandline-options.patch26 +Target Var(rs6000_spe) Save
30 +Target RejectNegative Var(rs6000_spe_abi) Save
34 +Target RejectNegative Var(rs6000_spe_abi, 0)
39 Target RejectNegative Var(rs6000_altivec_abi) Save
H A D0002-gcc-poison-system-directories.patch33 Common Var(warn_return_local_addr) Init(1) Warning
37 +Common Var(flag_poison_system_directories) Init(1) Warning
41 Common Var(warn_shadow) Warning
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h147 typedef struct Var { struct
151 } Var; typedef
H A Dparser-helpers.c436 * Attempts to lookup the `Var` struct associated with the given `varid`.
449 Var *curr = &g_array_index(c->inst.allocated, Var, i); in try_find_variable()
489 Var new_var; in gen_varid_allocate()
491 memset(&new_var, 0, sizeof(Var)); in gen_varid_allocate()
1646 c->inst.allocated = g_array_new(FALSE, FALSE, sizeof(Var)); in gen_inst()
/openbmc/qemu/scripts/
H A Dminikconf.py101 class Var(Expr): class in KconfigData
276 var_obj = self.referenced_vars[var] = KconfigData.Var(var)