Searched refs:IsGlobal (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMemAbsolute.cpp | 117 bool IsGlobal = MI->getOperand(1).isGlobal(); in runOnMachineFunction() local 118 if (!MI->getOperand(1).isImm() && !IsGlobal) in runOnMachineFunction() 185 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/lib/Analysis/ |
| H A D | CallGraph.cpp | 180 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CallGraph.h | 141 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 | 2124 bool IsGlobal; // ::operator new ? variable 2130 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 2133 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 2137 if (IsGlobal) in printLeft() 2159 bool IsGlobal; variable 2164 : Node(KDeleteExpr, Prec_), Op(Op_), IsGlobal(IsGlobal_), in DeleteExpr() 2168 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 2172 if (IsGlobal) in printLeft()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 8557 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument 8561 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8568 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict() 8584 if (IsGlobal) { in checkGlobalOrExternCConflict() 8586 IsGlobal = false; in checkGlobalOrExternCConflict() 8624 << IsGlobal << ND; in checkGlobalOrExternCConflict() 8626 << IsGlobal; in checkGlobalOrExternCConflict() 14692 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local 14774 } else if (IsGlobal && in CheckCompleteVariableDeclaration()
|
| H A D | SemaExpr.cpp | 19195 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local 19196 if (IsGlobal && !(LangOpts.OpenMP && in tryCaptureVariable() 19250 if (IsGlobal) { in tryCaptureVariable() 19344 IsGlobal && OpenMP().isOpenMPGlobalCapturedDecl( in tryCaptureVariable() 19355 (IsGlobal && !IsGlobalCap)) { in tryCaptureVariable()
|