Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Daccessibility.cpp3 int pub; member in X
12 static int pub; member in Unrelated
21 this->pub = 10; in test()
32 X().pub + 10; in test()
39 Y().pub + 10; in test()
46 this->X::pub = 10; in test()
47 X::pub = 10; in test()
61 Unrelated::pub = 10; in test()
77 static int pub; member in Outer
85 Outer::pub = 10; in test()
[all …]
H A Daccessibility-crash.cpp3 int pub; member in X
/llvm-project-15.0.7/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp11 public: int pub; static int spub; member in test0::Base
18 pub++; in test()
25 Base::pub++; in test()
35 t->pub++; in test()
42 t->Base::pub++; in test()
67 pub++; in test()
74 Base::pub++; in test()
84 t->pub++; // expected-error {{protected member}} in test()
124 pub++; in test()
131 Base::pub++; in test()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp123 void pub() EXCLUSIVE_LOCKS_REQUIRED(!publicMutex);
127 pub(); in test()
143 x.pub(); in testStaticMembers()
/llvm-project-15.0.7/clang/test/CXX/class.access/
H A Dp4.cpp68 void test(A &a, Public &pub, Protected &prot, Private &priv) { in test() argument
69 a + pub; in test()
72 a[pub]; in test()
75 a(pub); in test()
81 ca + pub; in test()
86 ca(pub); in test()
H A Dp6.cpp47 Public pub = a; in test() local
50 A apub = pub; in test()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp37 uint64_t pub : 1; member
88 repr.pub = gsid.is_public; in PdbSymUid()
139 result.is_public = repr.pub; in asGlobalSym()
/llvm-project-15.0.7/clang/test/Modules/Inputs/private3/
H A Dpublic.h6 void pub() { in pub() function
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-empty-member-fn.ll11 ; pub struct Foo;
13 ; pub fn foo() {}
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-access.cpp17 void pub();
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddbg-rust-valid-enum-as-scope.ll19 ; pub enum E { A, B }
21 ; pub fn f(&self) {}
H A Dgnu-names.ll27 ; APPLE-NOT: debug{{.*}}pub
30 ; APPLE: debug{{.*}}pub
H A Daccel-tables.ll26 ; APPLE-NOT: debug{{.*}}pub
29 ; APPLE-NOT: debug{{.*}}pub
H A Ddebug-info-access.ll16 ; void pub();
96 ; CHECK: DW_AT_name {{.*}}"pub")
183 !22 = !DISubprogram(name: "pub", linkageName: "_ZN1B3pubEv", scope: !18, file: !7, line: 17, type: …
H A Dno-public-sections-metadata.ll3 ; DISABLED-NOT: pub{{names|types}}
H A Dcontaining-type-extension-rust.ll18 ; pub trait T {
24 ; pub fn main() {
/llvm-project-15.0.7/lld/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/clang/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/clang-tools-extra/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/openmp/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnonnull.m59 struct rdar16153464_public *pub;
67 struct rdar16153464_public *pub;
/llvm-project-15.0.7/lldb/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Dsetup.sh66 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux.git
/llvm-project-15.0.7/llvm/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
/llvm-project-15.0.7/
H A D.gitignore3 # See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html

12