Searched refs:IsGlobal (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 127 bool IsGlobal = MI->getOperand(1).isGlobal(); in runOnMachineFunction() local 128 if (!MI->getOperand(1).isImm() && !IsGlobal) in runOnMachineFunction() 195 if (IsGlobal) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Property.h | 53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 144 void addNodeForDecl(Decl *D, bool IsGlobal);
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 397 if (!property.IsGlobal()) { in DeepCopy()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2080 bool IsGlobal; // ::operator new ? variable 2086 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 2089 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 2093 if (IsGlobal) in printLeft() 2115 bool IsGlobal; variable 2120 : Node(KDeleteExpr, Prec_), Op(Op_), IsGlobal(IsGlobal_), in DeleteExpr() 2124 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 2128 if (IsGlobal) in printLeft()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 8358 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument 8362 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8369 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8385 if (IsGlobal) { in checkGlobalOrExternCConflict() 8387 IsGlobal = false; in checkGlobalOrExternCConflict() 8425 << IsGlobal << ND; in checkGlobalOrExternCConflict() 8427 << IsGlobal; in checkGlobalOrExternCConflict() 14327 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local 14391 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
|
H A D | SemaExpr.cpp | 18734 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local 18735 if (IsGlobal && !(LangOpts.OpenMP && in tryCaptureVariable() 18789 if (IsGlobal) { in tryCaptureVariable() 18883 IsGlobal && OpenMP().isOpenMPGlobalCapturedDecl( in tryCaptureVariable() 18894 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()
|