| /llvm-project-15.0.7/libcxx/test/std/containers/container.node/ |
| H A D | node_handle.pass.cpp | 53 struct Static struct 55 Static() = default; 56 Static(const Static&) = delete; 57 Static(Static&&) = delete; 58 Static& operator=(const Static&) = delete; 59 Static& operator=(Static&&) = delete; 64 template <> struct hash<Static> 66 using argument_type = Static; 88 Static, int, my_compare<Static>, std::less<Static>, 89 my_hash<Static>, std::hash<Static>, my_equal<Static>, [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/class.access/class.protected/ |
| H A D | p1.cpp | 209 class Static {}; class 214 static void foo(Static); 230 a.foo(Static()); in test() 234 a.foo(Static()); in test() 238 a.foo(Static()); in test() 242 a.foo(Static()); in test() 247 class Static {}; class 252 static void foo(Static); 285 class Static {}; class 290 static void foo(Static); [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Merge.h | 27 const SymbolIndex *Dynamic, *Static; variable 32 MergedIndex(const SymbolIndex *Dynamic, const SymbolIndex *Static) in MergedIndex() argument 33 : Dynamic(Dynamic), Static(Static) {} in MergedIndex() 47 return Dynamic->estimateMemoryUsage() + Static->estimateMemoryUsage(); in estimateMemoryUsage()
|
| H A D | Merge.cpp | 60 More |= Static->fuzzyFind(Req, [&](const Symbol &S) { in fuzzyFind() 102 Static->lookup(Req, [&](const Symbol &S) { in lookup() 144 bool StaticHadMore = Static->refs(Req, [&](const Ref &O) { in refs() 161 StaticContainsFile{Static->indexedFiles()}](llvm::StringRef FileURI) { in indexedFiles() 181 Static->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | LookupAndRecordAddrsTest.cpp | 31 LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 46 LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 61 LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 77 lookupAndRecordAddrs(ES, LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 88 lookupAndRecordAddrs(ES, LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 99 lookupAndRecordAddrs(ES, LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F()
|
| H A D | CoreAPIsTest.cpp | 47 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 113 LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 199 LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 277 LookupKind::Static, in TEST_F() 306 ES.lookupFlags(LookupKind::Static, in TEST_F() 406 LookupKind::Static, in TEST_F() 435 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 499 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 503 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() 519 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in TEST_F() [all …]
|
| H A D | ResourceTrackerTest.cpp | 139 LookupKind::Static, in TEST_F() 179 LookupKind::Static, in TEST_F() 212 LookupKind::Static, makeJITDylibSearchOrder(&JD), SymbolLookupSet(Foo), in TEST_F() 222 LookupKind::Static, in TEST_F() 409 LookupKind::Static, makeJITDylibSearchOrder(&JD), SymbolLookupSet(Foo), in TEST_F()
|
| H A D | RTDyldObjectLinkingLayerTest.cpp | 63 ES.lookup(LookupKind::Static, makeJITDylibSearchOrder(&JD), in testSetProcessAllSections() 168 LookupKind::Static, makeJITDylibSearchOrder(&JD), SymbolLookupSet(Foo), in TEST() 238 LookupKind::Static, makeJITDylibSearchOrder(&JD), SymbolLookupSet(Foo), in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/ |
| H A D | list.rst | 392 …`clang-analyzer-core.DivideZero <clang-analyzer/core.DivideZero.html>`_, `Clang Static Analyzer co… 397 …`clang-analyzer-core.VLASize <clang-analyzer/core.VLASize.html>`_, `Clang Static Analyzer core.VLA… 402 …`clang-analyzer-cplusplus.Move <clang-analyzer/cplusplus.Move.html>`_, `Clang Static Analyzer cplu… 415 …`clang-analyzer-osx.API <clang-analyzer/osx.API.html>`_, `Clang Static Analyzer osx.API <https://c… 417 …`clang-analyzer-osx.cocoa.AtSync <clang-analyzer/osx.cocoa.AtSync.html>`_, `Clang Static Analyzer … 419 …`clang-analyzer-osx.cocoa.Dealloc <clang-analyzer/osx.cocoa.Dealloc.html>`_, `Clang Static Analyze… 422 …`clang-analyzer-osx.cocoa.NSError <clang-analyzer/osx.cocoa.NSError.html>`_, `Clang Static Analyze… 423 …`clang-analyzer-osx.cocoa.NilArg <clang-analyzer/osx.cocoa.NilArg.html>`_, `Clang Static Analyzer … 448 …`clang-analyzer-unix.API <clang-analyzer/unix.API.html>`_, `Clang Static Analyzer unix.API <https:… 449 …`clang-analyzer-unix.Malloc <clang-analyzer/unix.Malloc.html>`_, `Clang Static Analyzer unix.Mallo… [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangStaticAnalyzer.rst | 2 Clang Static Analyzer 5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C… 8 This is the Static Analyzer documentation page.
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | seh-section-2.s | 70 # CHECK: StorageClass: Static (0x3) 88 # CHECK: StorageClass: Static (0x3) 106 # CHECK: StorageClass: Static (0x3) 124 # CHECK: StorageClass: Static (0x3) 142 # CHECK: StorageClass: Static (0x3)
|
| H A D | cgprofile.s | 43 # CHECK-NEXT: StorageClass: Static 57 # CHECK-NEXT: StorageClass: Static 64 # CHECK-NEXT: StorageClass: Static
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/overloaded-functions/ |
| H A D | static-a.cpp | 1 static int Static() in Static() function 8 return Static(); in CallStaticA()
|
| H A D | static-b.cpp | 1 static int Static() in Static() function 8 return Static(); in CallStaticB()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | symbols.test | 12 # CHECK-NEXT: StorageClass: Static (0x3) 21 # CHECK-NEXT: StorageClass: Static (0x3) 30 # CHECK-NEXT: StorageClass: Static (0x3)
|
| H A D | bigobj.test | 95 CHECK-NEXT: StorageClass: Static (0x3) 112 CHECK-NEXT: StorageClass: Static (0x3) 129 CHECK-NEXT: StorageClass: Static (0x3)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | template-inner-struct-visibility-hidden.cpp | 14 static int Static; member 21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | threadprivate_codegen.cpp | 218 struct Static { struct 451 Res = Static::s.a; in main() 739 Res = Static::s.a; in foobar()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 69 // Static attributes for 'schedule' clause. 85 // Static attributes for 'defaultmap' clause. 100 // Static attributes for 'depend' clause. 142 // Static attributes for 'dist_schedule' clause.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/benchmarks/ |
| H A D | IndexBenchmark.cpp | 26 return loadIndex(IndexFilename, clang::clangd::SymbolOrigin::Static, in buildMem() 31 return loadIndex(IndexFilename, clang::clangd::SymbolOrigin::Static, in buildDex()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | LlvmState.cpp | 33 Triple, CpuName, Features, Options, Reloc::Model::Static))); in LLVMState() 60 Reloc::Model::Static))); in createTargetMachine()
|
| /llvm-project-15.0.7/clang/ |
| H A D | README.txt | 11 different source-level tools. One example of this is the Clang Static Analyzer. 18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 188 if (TM.getRelocationModel() == Reloc::Static) in classifyGlobalReference() 230 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference() 254 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-shadow.cpp | 250 struct Static { struct 254 struct Derived2 : Static {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | alloca-03.ll | 42 ; Static alloca, align 128. 91 ; Static alloca w/out alignment - part of frame. 105 ; Static alloca of one i32, aligned by 128.
|