Home
last modified time | relevance | path

Searched refs:isa_ptr (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Symbol/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp21 uint64_t isa_ptr = GetISAPtr(); in Dump() local
22 if (isa_ptr != 0) { in Dump()
23 s->Printf("isa_ptr=0x%" PRIx64, isa_ptr); in Dump()
H A DClangASTMetadata.h42 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
43 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTMetadata.h41 void SetISAPtr(uint64_t isa_ptr) { in SetISAPtr() argument
42 m_isa_ptr = isa_ptr; in SetISAPtr()
/dports/lang/perl5.34/perl-5.34.0/ext/mro/
H A Dmro.xs83 SV** isa_ptr = AvARRAY(isa); in S_mro_get_linear_isa_c3() local
85 SV* const isa_item = *isa_ptr ? *isa_ptr : &PL_sv_undef; in S_mro_get_linear_isa_c3()
87 isa_ptr++; in S_mro_get_linear_isa_c3()
/dports/lang/perl5.30/perl-5.30.3/ext/mro/
H A Dmro.xs82 SV** isa_ptr = AvARRAY(isa); in S_mro_get_linear_isa_c3() local
84 SV* const isa_item = *isa_ptr ? *isa_ptr : &PL_sv_undef; in S_mro_get_linear_isa_c3()
86 isa_ptr++; in S_mro_get_linear_isa_c3()
/dports/lang/perl5.32/perl-5.32.1/ext/mro/
H A Dmro.xs82 SV** isa_ptr = AvARRAY(isa); in S_mro_get_linear_isa_c3() local
84 SV* const isa_item = *isa_ptr ? *isa_ptr : &PL_sv_undef; in S_mro_get_linear_isa_c3()
86 isa_ptr++; in S_mro_get_linear_isa_c3()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/mro/
H A Dmro.xs83 SV** isa_ptr = AvARRAY(isa); in S_mro_get_linear_isa_c3() local
85 SV* const isa_item = *isa_ptr ? *isa_ptr : &PL_sv_undef; in S_mro_get_linear_isa_c3()
87 isa_ptr++; in S_mro_get_linear_isa_c3()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcastnode.cpp68 _type->isa_ptr() && _type->is_ptr()->_ptr == TypePtr::NotNull) in Value()
407 const TypePtr *in_type = inn->isa_ptr(); in Value()
408 const TypePtr *my_type = _type->isa_ptr(); in Value()
591 } else if (type->isa_ptr()) { in make_cast_for_type()

123456789