Home
last modified time | relevance | path

Searched refs:IsGlobal (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp117 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 DProperty.h53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp180 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h141 void addNodeForDecl(Decl *D, bool IsGlobal);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp397 if (!property.IsGlobal()) { in DeepCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2124 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 DSemaDecl.cpp8557 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 DSemaExpr.cpp19195 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()