Home
last modified time | relevance | path

Searched refs:global_variables (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dvar.c212 static struct ohash global_variables; variable
517 slot = ohash_lookup_interval(&global_variables, name, ename, k); in find_global_var_without_env()
518 v = ohash_find(&global_variables, slot); in find_global_var_without_env()
522 ohash_insert(&global_variables, slot, v); in find_global_var_without_env()
633 slot = ohash_lookup_interval(&global_variables, name, ename, k); in Var_Deletei()
634 v = ohash_find(&global_variables, slot); in Var_Deletei()
645 ohash_remove(&global_variables, slot); in Var_Deletei()
730 for (e = ohash_first(&global_variables, &i); e != NULL; in varname_list_retrieve()
731 e = ohash_next(&global_variables, &i)) { in varname_list_retrieve()
1405 ohash_init(&global_variables, 10, &var_info); in Var_Init()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp98 for (auto *GVU : Finder.global_variables()) { in printModuleDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h143 iterator_range<global_variable_expression_iterator> global_variables() const { in global_variables() function
/openbsd-src/gnu/llvm/clang/docs/
H A DOffloadingDesign.rst327 :ref:`table-global_variables` lists various global variables, along with their
332 :name: table-global_variables