Home
last modified time | relevance | path

Searched refs:TypeInfoType (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp57 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
72 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DAPValue.cpp57 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
72 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp49 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
63 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DAPValue.cpp57 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
72 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DAPValue.cpp57 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
72 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp436 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
456 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
461 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
524 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
561 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
574 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
578 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
619 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
634 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, UuidStr, in BuildCXXUuidof()
639 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp437 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
457 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
462 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
525 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
562 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
575 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
579 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
620 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
635 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, UuidStr, in BuildCXXUuidof()
640 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp437 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
457 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
462 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
525 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
562 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
575 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
579 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
620 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
635 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, UuidStr, in BuildCXXUuidof()
640 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DAPValue.cpp59 Base.TypeInfoType = TypeInfo.getAsOpaquePtr(); in getTypeInfo()
119 return QualType::getFromOpaquePtr(TypeInfoType); in getTypeInfoType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp437 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
460 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
465 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
533 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
570 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
583 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
587 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
628 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
643 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, UuidStr, in BuildCXXUuidof()
648 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp437 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
460 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), Operand, in BuildCXXTypeId()
465 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() argument
533 return new (Context) CXXTypeidExpr(TypeInfoType.withConst(), E, in BuildCXXTypeId()
570 QualType TypeInfoType = Context.getTypeDeclType(CXXTypeInfoDecl); in ActOnCXXTypeid() local
583 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); in ActOnCXXTypeid()
587 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc); in ActOnCXXTypeid()
628 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
643 return new (Context) CXXUuidofExpr(TypeInfoType.withConst(), Operand, UuidStr, in BuildCXXUuidof()
648 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() argument
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.cpp76 extern PyTypeObject TypeInfoType;
4467 PyTypeObject TypeInfoType = variable
4704 if(PyType_Ready(&TypeInfoType) < 0)
4708 PyTypeObject* typeInfoType = &TypeInfoType; // Necessary to prevent GCC's strict-alias warnings.
4810 assert(PyObject_IsInstance(obj, reinterpret_cast<PyObject*>(&TypeInfoType)));
4818 TypeInfoObject* obj = typeInfoNew(&TypeInfoType, 0, 0);
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.cpp76 extern PyTypeObject TypeInfoType;
4467 PyTypeObject TypeInfoType = variable
4704 if(PyType_Ready(&TypeInfoType) < 0)
4708 PyTypeObject* typeInfoType = &TypeInfoType; // Necessary to prevent GCC's strict-alias warnings.
4810 assert(PyObject_IsInstance(obj, reinterpret_cast<PyObject*>(&TypeInfoType)));
4818 TypeInfoObject* obj = typeInfoNew(&TypeInfoType, 0, 0);
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.cpp76 extern PyTypeObject TypeInfoType;
4467 PyTypeObject TypeInfoType = variable
4704 if(PyType_Ready(&TypeInfoType) < 0)
4708 PyTypeObject* typeInfoType = &TypeInfoType; // Necessary to prevent GCC's strict-alias warnings.
4810 assert(PyObject_IsInstance(obj, reinterpret_cast<PyObject*>(&TypeInfoType)));
4818 TypeInfoObject* obj = typeInfoNew(&TypeInfoType, 0, 0);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h184 void *TypeInfoType;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h142 void *TypeInfoType;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DAPValue.h184 void *TypeInfoType;

1234