Searched refs:PointerToMemberFunction (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 129 return Record->getMode() == PointerMode::PointerToMemberFunction; in isPointerToMemberFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 357 PointerToMemberFunction = 0x03, // pointer to member function enumerator
|
| H A D | TypeRecord.h | 322 getMode() == PointerMode::PointerToMemberFunction; in isPointerToMember()
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 105 PointerToMemberFunction = 0x03, // pointer to member function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 37 Mode == PointerMode::PointerToMemberFunction; in isMemberPointer()
|
| H A D | EnumTables.cpp | 374 CV_ENUM_CLASS_ENT(PointerMode, PointerToMemberFunction),
|
| H A D | TypeDumpVisitor.cpp | 90 ENUM_ENTRY(PointerMode, PointerToMemberFunction),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 138 RETURN_CASE(PointerMode, PointerToMemberFunction, "member fn pointer"); in formatPointerMode()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 288 PointerMode::PointerToMemberFunction); in enumeration()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1952 PointerMode PM = IsPMF ? PointerMode::PointerToMemberFunction in lowerTypeMemberPointer()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 11268 PointerToMemberFunction = 12, // Not a bug, see above. enumerator 11384 : GCCTypeClass::PointerToMemberFunction; in EvaluateBuiltinClassifyType()
|