Home
last modified time | relevance | path

Searched refs:global_variable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp721 GlobalVariable *global_variable = dyn_cast<GlobalVariable>(value); in IsObjCSelectorRef() local
724 !global_variable || !global_variable->hasName() || in IsObjCSelectorRef()
725 !global_variable->getName().starts_with("OBJC_SELECTOR_REFERENCES_")); in IsObjCSelectorRef()
991 } else if (GlobalVariable *global_variable = in MaybeHandleVariable() local
993 if (!GlobalValue::isExternalLinkage(global_variable->getLinkage())) in MaybeHandleVariable()
996 clang::NamedDecl *named_decl = DeclForGlobal(global_variable); in MaybeHandleVariable()
1002 if (!global_variable->hasExternalLinkage()) in MaybeHandleVariable()
1006 global_variable->getName()); in MaybeHandleVariable()
1034 value_type = PointerType::getUnqual(global_variable->getContext()); in MaybeHandleVariable()
1036 value_type = global_variable->getType(); in MaybeHandleVariable()
[all …]
/freebsd/contrib/pkgconf/tests/
H A Dbuiltins.sh9 global_variable