Home
last modified time | relevance | path

Searched defs:IsGlobal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp127 bool IsGlobal = MI->getOperand(1).isGlobal(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2080 bool IsGlobal; // ::operator new ? variable
2115 bool IsGlobal; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8358 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()
14327 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
H A DSemaExpr.cpp18734 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local