Searched defs:ObjType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local
|
H A D | XCoreISelLowering.cpp | 263 Type *ObjType = GV->getValueType(); in IsSmallObject() local
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslexternal.c | 487 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsdump.c | 323 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acmacros.h | 529 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument 532 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
|
/freebsd/sys/dev/aac/ |
H A D | aacreg.h | 1155 u_int32_t ObjType; member 1223 u_int32_t ObjType; member 1232 u_int32_t ObjType; member 1252 u_int32_t ObjType; member
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_reg.h | 1196 u_int32_t ObjType; member 1265 u_int32_t ObjType; member 1274 u_int32_t ObjType; member 1283 u_int32_t ObjType; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3683 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() 3717 QualType ObjType = Obj.Type; in findSubobject() local 3996 static unsigned FindDesignatorMismatch(QualType ObjType, in FindDesignatorMismatch() 4033 static bool AreElementsOfSameArray(QualType ObjType, in AreElementsOfSameArray()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4645 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), ObjSize * 8); in LowerFormalArguments_64SVR4() local 4675 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), StoreSizeInBits); in LowerFormalArguments_64SVR4() local 6552 EVT ObjType = EVT::getIntegerVT(*DAG.getContext(), LoadSizeInBits); in LowerCall_64SVR4() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 7893 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local
|
H A D | SemaOverload.cpp | 6349 QualType ObjType = Obj->getType(); in GetExplicitObjectExpr() local
|