Home
last modified time | relevance | path

Searched defs:is_global (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c71 bool is_global = !building_stmt_tree (); in begin_init_stmts() local
83 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt) in finish_init_stmts()
1092 int is_global; in build_aggr_init() local
2414 bool is_global; in build_vec_init() local
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp231 Property::Property(llvm::StringRef name, llvm::StringRef desc, bool is_global, in Property()
H A DOptionValueProperties.cpp49 bool is_global, in AppendProperty()
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_log.c251 int *is_global) in create_buf_file_callback()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1080 is_global (d) in is_global() function
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py1205 def find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global): argument
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp101 ThreadProperties::ThreadProperties(bool is_global) : Properties() { in ThreadProperties()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2261 bool is_global = symbol.getBinding() == STB_GLOBAL; in ParseSymbols() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c4066 bool is_global = DECL_P (decl) ? is_global_var (decl) : false; in create_variable_info_for() local
H A Dtree.h2344 unsigned int is_global:1; member