/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | FunctionNamingCheck.cpp | 109 bool IsGlobal = MatchedDecl->getStorageClass() != SC_Static; in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyCheck.h | 258 bool IsGlobal = false; in getLocalOrGlobal() local 288 bool IsGlobal = false; in getLocalOrGlobal() local
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | Property.h | 53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | InstrumentationRuntimeLibrary.cpp | 99 auto emitLabel = [&Streamer](MCSymbol *Symbol, bool IsGlobal = true) { in emitBinary() argument 106 bool IsGlobal = true) { in emitBinary() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 127 bool IsGlobal = MI->getOperand(1).isGlobal(); runOnMachineFunction() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 178 addNodeForDecl(Decl * D,bool IsGlobal) addNodeForDecl() argument
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 90 bool IsGlobal() const { return kind_ == Kind::Global; } in IsGlobal() function
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2080 bool IsGlobal; // ::operator new ? global() variable 2115 bool IsGlobal; global() variable
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2081 bool IsGlobal; // ::operator new ? global() variable 2116 bool IsGlobal; global() variable
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 1378 const bool IsGlobal = BaseName == Name; registerFragments() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 8333 checkGlobalOrExternCConflict(Sema & S,const T * ND,bool IsGlobal,LookupResult & Previous) checkGlobalOrExternCConflict() argument 14284 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); CheckCompleteVariableDeclaration() local [all...] |
H A D | SemaExpr.cpp | 18664 bool IsGlobal = !VD->hasLocalStorage(); tryCaptureVariable() local
|