Home
last modified time | relevance | path

Searched refs:NVOffset (Results 1 – 25 of 99) sorted by relevance

1234

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h222 uint32_t NVOffset, int32_t VBPtrOffset,
226 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h221 uint32_t NVOffset, int32_t VBPtrOffset,
225 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DMangle.h229 uint32_t NVOffset, int32_t VBPtrOffset,
233 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h221 uint32_t NVOffset, int32_t VBPtrOffset,
225 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h223 uint32_t NVOffset, int32_t VBPtrOffset,
227 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DMangle.h226 uint32_t NVOffset, int32_t VBPtrOffset,
230 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DMangle.h223 uint32_t NVOffset, int32_t VBPtrOffset,
227 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DMangle.h229 uint32_t NVOffset, int32_t VBPtrOffset,
233 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DMangle.h231 uint32_t NVOffset, int32_t VBPtrOffset,
235 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DMangle.h231 uint32_t NVOffset, int32_t VBPtrOffset,
235 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DMangle.h251 uint32_t NVOffset, int32_t VBPtrOffset,
255 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp164 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
170 uint32_t NVOffset, int32_t VBPtrOffset,
660 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
671 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
696 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3224 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3257 if (NVOffset) { in mangleCXXCatchableType()
3258 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3261 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3268 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DMicrosoftMangle.cpp164 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
170 uint32_t NVOffset, int32_t VBPtrOffset,
660 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
671 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
696 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3235 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3268 if (NVOffset) { in mangleCXXCatchableType()
3269 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3272 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3279 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp162 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
168 uint32_t NVOffset, int32_t VBPtrOffset,
658 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
669 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
694 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3194 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3227 if (NVOffset) { in mangleCXXCatchableType()
3228 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3231 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3238 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp162 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
168 uint32_t NVOffset, int32_t VBPtrOffset,
653 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
664 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
690 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3185 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3218 if (NVOffset) { in mangleCXXCatchableType()
3219 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3222 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3229 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp162 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
168 uint32_t NVOffset, int32_t VBPtrOffset,
658 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
669 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
694 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3194 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3227 if (NVOffset) { in mangleCXXCatchableType()
3228 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3231 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3238 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp161 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
167 uint32_t NVOffset, int32_t VBPtrOffset,
643 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
654 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
680 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3147 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3174 if (NVOffset) { in mangleCXXCatchableType()
3175 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3178 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3185 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp161 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
167 uint32_t NVOffset, int32_t VBPtrOffset,
639 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
650 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
676 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3021 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3048 if (NVOffset) { in mangleCXXCatchableType()
3049 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3052 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3059 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DMicrosoftMangle.cpp164 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
170 uint32_t NVOffset, int32_t VBPtrOffset,
674 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
685 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
710 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3540 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3573 if (NVOffset) { in mangleCXXCatchableType()
3574 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3577 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3584 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp164 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
170 uint32_t NVOffset, int32_t VBPtrOffset,
674 uint64_t NVOffset = 0; in mangleMemberFunctionPointer() local
685 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
710 mangleNumber(static_cast<uint32_t>(NVOffset)); in mangleMemberFunctionPointer()
3473 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3506 if (NVOffset) { in mangleCXXCatchableType()
3507 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3510 Mangler.getStream() << NVOffset; in mangleCXXCatchableType()
3517 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]

1234