Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp53 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 Dp1.cpp209 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 DMerge.h27 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 DMerge.cpp60 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 DLookupAndRecordAddrsTest.cpp31 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 DCoreAPIsTest.cpp47 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 DResourceTrackerTest.cpp139 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 DRTDyldObjectLinkingLayerTest.cpp63 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 Dlist.rst392 …`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 DClangStaticAnalyzer.rst2 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 Dseh-section-2.s70 # 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 Dcgprofile.s43 # 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 Dstatic-a.cpp1 static int Static() in Static() function
8 return Static(); in CallStaticA()
H A Dstatic-b.cpp1 static int Static() in Static() function
8 return Static(); in CallStaticB()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dsymbols.test12 # CHECK-NEXT: StorageClass: Static (0x3)
21 # CHECK-NEXT: StorageClass: Static (0x3)
30 # CHECK-NEXT: StorageClass: Static (0x3)
H A Dbigobj.test95 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 Dtemplate-inner-struct-visibility-hidden.cpp14 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 Dthreadprivate_codegen.cpp218 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 DOpenMPKinds.def69 // 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 DIndexBenchmark.cpp26 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 DLlvmState.cpp33 Triple, CpuName, Features, Options, Reloc::Model::Static))); in LLVMState()
60 Reloc::Model::Static))); in createTargetMachine()
/llvm-project-15.0.7/clang/
H A DREADME.txt11 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 DX86Subtarget.cpp188 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 Dwarn-shadow.cpp250 struct Static { struct
254 struct Derived2 : Static {
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dalloca-03.ll42 ; Static alloca, align 128.
91 ; Static alloca w/out alignment - part of frame.
105 ; Static alloca of one i32, aligned by 128.

12345678910>>...13