Home
last modified time | relevance | path

Searched refs:SingletonId (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/include/clang/AST/
DBuiltinTypes.def14 // Context.SingletonId is the global singleton of this type. Some global
17 // BUILTIN_TYPE(Id, SingletonId) - A builtin type that has not been
21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
25 // FLOATING_TYPE(Id, SingletonId) - A floating-point type.
27 // PLACEHOLDER_TYPE(Id, SingletonId) - A placeholder type. Placeholder
37 #define SIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
41 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
45 #define FLOATING_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
49 #define PLACEHOLDER_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def13 // Context.SingletonId is the global singleton of this type. Some global
16 // BUILTIN_TYPE(Id, SingletonId) - A builtin type that has not been
20 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
22 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
24 // FLOATING_TYPE(Id, SingletonId) - A floating-point type.
26 // PLACEHOLDER_TYPE(Id, SingletonId) - A placeholder type. Placeholder
36 #define SIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
40 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
44 #define FLOATING_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
48 #define PLACEHOLDER_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
DASTContext.h996 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument
997 CanQualType SingletonId;
1006 #define SVE_TYPE(Name, Id, SingletonId) \ argument
1007 CanQualType SingletonId;
/external/llvm-project/clang/include/clang/Basic/
DAArch64SVEACLETypes.def11 // SVE_TYPE(Name, Id, SingletonId) - A builtin type that has not been
15 // SVE_VECTOR_TYPE(Name, Id, SingletonId, ElKind, ElBits, IsSigned, IsFP) -
18 // SVE_PREDICATE_TYPE(Name, Id, SingletonId, ElKind) - An SVE scalable
27 // - Context.SingletonId is the global singleton of this type.
42 #define SVE_VECTOR_TYPE(Name, MangledName, Id, SingletonId, NumEls, ElBits, \
44 SVE_TYPE(Name, Id, SingletonId)
48 #define SVE_PREDICATE_TYPE(Name, MangledName, Id, SingletonId, NumEls) \
49 SVE_TYPE(Name, Id, SingletonId)
DOpenCLImageTypes.def12 // IMAGE_TYPE(Type, Id, SingletonId, AccessType, CGSuffix) - an image type
/external/clang/lib/Analysis/
DPrintfFormatString.cpp623 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() argument
626 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument
627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument
628 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument
629 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp785 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() argument
791 #define SVE_TYPE(Name, Id, SingletonId) \ in fixType() argument
797 #define SIGNED_TYPE(Id, SingletonId) in fixType() argument
798 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() argument
799 #define FLOATING_TYPE(Id, SingletonId) in fixType() argument
800 #define BUILTIN_TYPE(Id, SingletonId) \ in fixType() argument
DNSAPI.cpp463 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getNSNumberFactoryMethodKind() argument
474 #define SVE_TYPE(Name, Id, SingletonId) \ in getNSNumberFactoryMethodKind() argument
DTypeLoc.cpp392 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getWrittenTypeSpec() argument
403 #define SVE_TYPE(Name, Id, SingletonId) \ in getWrittenTypeSpec() argument
DType.cpp2280 #define SVE_TYPE(Name, Id, SingletonId) case BuiltinType::Id: in isSizelessBuiltinType() argument
3057 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getName() argument
3083 #define SVE_TYPE(Name, Id, SingletonId) \ in getName() argument
4075 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
4076 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
4077 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
4078 #define BUILTIN_TYPE(Id, SingletonId) in canHaveNullability() argument
4095 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in canHaveNullability() argument
4106 #define SVE_TYPE(Name, Id, SingletonId) \ in canHaveNullability() argument
/external/clang/lib/CodeGen/
DCGOpenCLRuntime.cpp43 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
DCodeGenTypes.cpp468 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in ConvertType() argument
481 #define BUILTIN_TYPE(Id, SingletonId) in ConvertType() argument
482 #define PLACEHOLDER_TYPE(Id, SingletonId) \ in ConvertType() argument
DCGDebugInfo.h67 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument
68 llvm::DIType *SingletonId = nullptr;
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp210 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
235 #define SVE_TYPE(Name, Id, SingletonId) \ in TypeIdxFromBuiltin() argument
/external/clang/include/clang/Basic/
DOpenCLImageTypes.def13 // IMAGE_TYPE(Type, Id, SingletonId, AccessType, CGSuffix) - an image type
/external/clang/lib/Index/
DUSRGeneration.cpp625 #define BUILTIN_TYPE(Id, SingletonId) in VisitType() argument
626 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitType() argument
629 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitType() argument
/external/llvm-project/clang/lib/Index/
DUSRGeneration.cpp714 #define BUILTIN_TYPE(Id, SingletonId) in VisitType() argument
715 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitType() argument
718 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitType() argument
729 #define SVE_TYPE(Name, Id, SingletonId) \ in VisitType() argument
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp530 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in ConvertType() argument
605 #define BUILTIN_TYPE(Id, SingletonId) in ConvertType() argument
606 #define PLACEHOLDER_TYPE(Id, SingletonId) \ in ConvertType() argument
DCGOpenCLRuntime.cpp44 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
DCGDebugInfo.h72 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument
73 llvm::DIType *SingletonId = nullptr;
/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h1073 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument
1081 #define SVE_TYPE(Name, Id, SingletonId) PREDEF_TYPE_##Id##_ID, argument
/external/clang/lib/Serialization/
DASTCommon.cpp133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
/external/clang/lib/AST/
DType.cpp2592 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getName() argument
3548 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
3550 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() argument
3551 #define BUILTIN_TYPE(Id, SingletonId) in canHaveNullability() argument
3568 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in canHaveNullability() argument
DTypeLoc.cpp337 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getWrittenTypeSpec() argument
/external/clang/include/clang/Serialization/
DASTBitCodes.h800 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument

123