Home
last modified time | relevance | path

Searched refs:ConstType (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/libc/spec/
Dposix.td3 def ConstSigSetPtrType : ConstType<SigSetPtrType>;
5 def ConstRestrictedSigSetType : ConstType<RestrictedSigSetType>;
9 def ConstStructSigactionPtr : ConstType<StructSigactionPtr>;
11 def ConstRestrictedStructSigactionPtr : ConstType<RestrictedStructSigactionPtr>;
17 ConstType ConstCharPtr = ConstType<CharPtr>;
18 ConstType ConstRestrictedCharPtr = ConstType<RestrictedCharPtr>;
Dspec.td30 class ConstType<Type type> : Type {
49 def ConstVoidPtr : ConstType<VoidPtr>;
58 def ConstVoidRestrictedPtr : ConstType<VoidRestrictedPtr>;
61 def ConstCharPtr : ConstType<CharPtr>;
63 def ConstCharRestrictedPtr : ConstType<CharRestrictedPtr>;
/external/protobuf/src/google/protobuf/
Dextension_set.h942 typedef Type ConstType; typedef
946 static inline ConstType Get(int number, const ExtensionSet& set,
947 ConstType default_value);
948 static inline void Set(int number, FieldType field_type, ConstType value,
960 typedef Type ConstType; typedef
971 static inline const RepeatedField<ConstType>& GetRepeated(
1065 typedef const std::string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1070 ConstType default_value) { in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
1090 typedef const std::string& ConstType; typedef
1148 typedef Type ConstType; typedef
[all …]
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td141 class ConstType<Type _Ty> : Type<_Ty.Name, _Ty.QTName> {
735 def : Builtin<name, [VectorType<Char, VSize>, Size, PointerType<ConstType<Char>, AS>]>;
736 def : Builtin<name, [VectorType<UChar, VSize>, Size, PointerType<ConstType<UChar>, AS>]>;
737 def : Builtin<name, [VectorType<Short, VSize>, Size, PointerType<ConstType<Short>, AS>]>;
738 def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>]>;
739 def : Builtin<name, [VectorType<Int, VSize>, Size, PointerType<ConstType<Int>, AS>]>;
740 def : Builtin<name, [VectorType<UInt, VSize>, Size, PointerType<ConstType<UInt>, AS>]>;
741 def : Builtin<name, [VectorType<Long, VSize>, Size, PointerType<ConstType<Long>, AS>]>;
742 def : Builtin<name, [VectorType<ULong, VSize>, Size, PointerType<ConstType<ULong>, AS>]>;
743 def : Builtin<name, [VectorType<Float, VSize>, Size, PointerType<ConstType<Float>, AS>]>;
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DImplicitConversionInLoopCheck.cpp93 QualType ConstType = OperatorCall->getType().withConst(); in ReportAndFix() local
94 QualType ConstRefType = Context->getLValueReferenceType(ConstType); in ReportAndFix()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h79 template <typename ConstType> void writeConstantPool(Type Ty);
DIceELFObjectWriter.cpp517 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool()
549 auto *Const = llvm::cast<ConstType>(C); in writeConstantPool()
554 typename ConstType::PrimType Value = Const->getValue(); in writeConstantPool()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp437 const ConstantArrayType *ConstType = in arrayMatchesBoundExpr() local
439 if (!ConstType) in arrayMatchesBoundExpr()
445 llvm::APSInt ArraySize(ConstType->getSize()); in arrayMatchesBoundExpr()
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp472 CASE_IE(TypeQualifier, ConstType),
Dext_inst.cldebug100_test.cpp686 CASE_IE(TypeQualifier, ConstType),
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp472 CASE_IE(TypeQualifier, ConstType),
Dext_inst.cldebug100_test.cpp686 CASE_IE(TypeQualifier, ConstType),