/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PPCTypes.def | 12 // PPC_VECTOR_TYPE(Name, Id, Size) - A PPC vector type of a given size 23 #if defined(PPC_VECTOR_TYPE) 24 #define PPC_VECTOR_MMA_TYPE(Name, Id, Size) PPC_VECTOR_TYPE(Name, Id, Size) 25 #define PPC_VECTOR_VSX_TYPE(Name, Id, Size) PPC_VECTOR_TYPE(Name, Id, Size) 38 #undef PPC_VECTOR_TYPE
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPPC.cpp | 262 #define PPC_VECTOR_TYPE(Name, Id, Size) || CoreType == Context.Id##Ty in CheckPPCMMAType() macro 301 #define PPC_VECTOR_TYPE(typeName, Id, size) \ in DecodePPCMMATypeFromStr() macro
|
H A D | SemaExpr.cpp | 6084 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in isPlaceholderToRemoveAsArg() macro 20875 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in CheckPlaceholderExpr() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 246 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeIdxFromBuiltin() macro
|
H A D | ASTReader.cpp | 7423 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in GetType() macro
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | NSAPI.cpp | 449 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getNSNumberFactoryMethodKind() macro
|
H A D | TypeLoc.cpp | 424 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getWrittenTypeSpec() macro
|
H A D | PrintfFormatString.cpp | 861 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in fixType() macro
|
H A D | Type.cpp | 3441 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getName() macro 4780 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in canHaveNullability() macro
|
H A D | MicrosoftMangle.cpp | 2710 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in mangleType() macro
|
H A D | ItaniumMangle.cpp | 3406 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in mangleType() macro
|
H A D | ASTContext.cpp | 2214 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getTypeInfoImpl() macro 8530 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in getObjCEncodingForPrimitiveType() macro
|
H A D | ASTImporter.cpp | 1090 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitBuiltinType() macro
|
H A D | ExprConstant.cpp | 11869 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in EvaluateBuiltinClassifyType() macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 1116 #define PPC_VECTOR_TYPE(Name, Id, Size) PREDEF_TYPE_##Id##_ID, macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 561 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in ConvertType() macro
|
H A D | ItaniumCXXABI.cpp | 3627 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in TypeInfoIsInStandardLibrary() macro
|
H A D | CGDebugInfo.cpp | 799 #define PPC_VECTOR_TYPE(Name, Id, size) \ in CreateType() macro
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 773 #define PPC_VECTOR_TYPE(Name, Id, Size) \ in VisitType() macro
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 859 #define PPC_VECTOR_TYPE(NAME, ID, SIZE) \
|
H A D | ASTContext.h | 1166 #define PPC_VECTOR_TYPE(Name, Id, Size) \ macro
|
H A D | Type.h | 3013 #define PPC_VECTOR_TYPE(Name, Id, Size) Id,
|