| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 256 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function 260 bool isStaticTemporary() const { return isStatic() && isTemporary(); } in isStaticTemporary()
|
| H A D | Pointer.cpp | 149 if (isStatic() && Base == 0) in isInitialized() 172 if (isStatic() && Base == 0) in initialize()
|
| H A D | InterpBlock.h | 67 bool isStatic() const { return IsStatic; } in isStatic() function
|
| H A D | Interp.cpp | 166 if (!Ptr.isStatic()) in CheckGlobal()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Driver.cpp | 436 bool isStatic = false; in link() local 446 add(prefix + searchLibrary(a->getValue(), searchPaths, isStatic)); in link() 455 isStatic = true; in link() 458 isStatic = false; in link()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolFuncDebugEnd.h | 29 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolFuncDebugStart.h | 29 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolThunk.h | 30 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolFunc.h | 57 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | IPDBRawSymbol.h | 241 virtual bool isStatic() const = 0;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | ChromiumCheckModel.cpp | 23 if (!D.isStatic()) in isCheckLikeMethod()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Config.h | 61 bool isStatic = false; member
|
| H A D | Driver.cpp | 307 if (config->isPic && !config->isStatic) in searchLibraryBaseName() 341 config->isStatic = true; in createFiles() 344 config->isStatic = false; in createFiles()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 87 if (CXXMD && !CXXMD->isStatic()) { in getWidenedLoopState()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 42 if (!Decl->isStatic()) in VisitCXXMethodDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 275 if (MD->isStatic()) in getSymbolInfo() 300 if (MD->isStatic()) in getSymbolInfo()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DriverUtils.cpp | 269 if (!config->isStatic) { in searchLibraryBaseName()
|
| H A D | Config.h | 256 bool isStatic = false; member
|
| H A D | Driver.cpp | 289 if (config->isStatic || config->relocatable) { in addFile() 1685 config->isStatic = true; in createFiles() 1688 config->isStatic = false; in createFiles() 1729 stack.emplace_back(config->asNeeded, config->isStatic, inWholeArchive); in createFiles() 1736 std::tie(config->asNeeded, config->isStatic, inWholeArchive) = stack.back(); in createFiles()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 214 bool isStatic() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 219 bool isStatic() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 691 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Mangle.cpp | 224 if (!MD->isStatic()) in mangleName()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 112 access_type, attrs.isVirtual(), attrs.isStatic(), false, false, false, in AddMethod()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1341 !OldMethod->isStatic() && !NewMethod->isStatic()) { in IsOverload() 1850 if (Method && !Method->isStatic()) { in IsStandardConversion() 6770 assert(!Method->isStatic() && "Shouldn't have `this` for static methods!"); in convertArgsForAvailabilityChecks() 6779 assert((MissingImplicitThis || MD->isStatic() || in convertArgsForAvailabilityChecks() 6942 if (isa<CXXMethodDecl>(FD) && !cast<CXXMethodDecl>(FD)->isStatic()) { in AddFunctionCandidates() 6979 assert(cast<CXXMethodDecl>(FD)->isStatic()); in AddFunctionCandidates() 7102 else if (Method->isStatic()) { in AddMethodCandidate() 7239 cast<CXXMethodDecl>(Candidate.Function)->isStatic() || in AddMethodTemplateCandidate() 7375 if (HasThisConversion && !cast<CXXMethodDecl>(FD)->isStatic() && in CheckNonDependentConversions() 9754 if (M->isStatic()) in getImplicitObjectParamType() [all …]
|