Searched defs:Type (Results 226 - 250 of 776) sorted by relevance

1234567891011>>

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h144 ContextType Type; member in struct:clang::ast_matchers::dynamic::Diagnostics::ContextFrame
154 ErrorType Type; member in struct:clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
H A DVariantValue.h249 VariantValue() : Type(VT_Nothing) {}
262 bool hasValue() const { return Type != VT_Nothing; }
318 ValueType Type; member in class:clang::ast_matchers::dynamic::VariantValue
/external/clang/include/clang/Basic/
H A DBuiltins.h54 const char *Name, *Type, *Attributes, *HeaderName; member in struct:clang::Builtin::Info
89 return getRecord(ID).Type;
157 return strchr(getRecord(ID).Type, '*') != nullptr;
/external/clang/lib/AST/
H A DTemplateBase.cpp21 #include "clang/AST/Type.h"
40 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr();
73 QualType Type) {
88 Integer.Type = Type.getAsOpaquePtr();
105 case Type:
146 case Type:
193 case Type:
212 case Type:
253 case Type
72 TemplateArgument(ASTContext &Ctx, const llvm::APSInt &Value, QualType Type) argument
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, argument
19 data.Type = Type;
73 Last.Messages.back().Type = Error;
77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { argument
78 switch (Type) {
87 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { argument
88 switch (Type) {
163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS);
171 formatErrorString(errorTypeToFormatString(Message.Type), Messag
[all...]
/external/clang/lib/CodeGen/
H A DCGCXX.cpp146 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl);
218 StructorType Type) {
220 getTypes().arrangeCXXStructorDeclaration(MD, Type);
222 getAddrOfCXXStructor(MD, Type, &FnInfo, /*FnType=*/nullptr,
227 GD = GlobalDecl(DD, toCXXDtorType(Type));
230 GD = GlobalDecl(CD, toCXXCtorType(Type));
243 const CXXMethodDecl *MD, StructorType Type, const CGFunctionInfo *FnInfo,
247 GD = GlobalDecl(CD, toCXXCtorType(Type));
249 GD = GlobalDecl(cast<CXXDestructorDecl>(MD), toCXXDtorType(Type));
254 FnInfo = &getTypes().arrangeCXXStructorDeclaration(MD, Type);
217 codegenCXXStructor(const CXXMethodDecl *MD, StructorType Type) argument
242 getAddrOfCXXStructor( const CXXMethodDecl *MD, StructorType Type, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) argument
310 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
[all...]
H A DCGCleanup.h158 CatchTypeInfo Type; member in struct:clang::CodeGen::EHCatchScope::Handler
163 bool isCatchAll() const { return Type.RTTI == nullptr; }
197 void setHandler(unsigned I, llvm::Constant *Type, llvm::BasicBlock *Block) { argument
199 getHandlers()[I].Type = CatchTypeInfo{Type, 0};
203 void setHandler(unsigned I, CatchTypeInfo Type, llvm::BasicBlock *Block) {
205 getHandlers()[I].Type = Type;
H A DCGDebugInfo.h20 #include "clang/AST/Type.h"
82 const ObjCInterfaceType *Type; member in struct:clang::CodeGen::CGDebugInfo::ObjCInterfaceCacheEntry
85 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, argument
87 : Type(Type), Decl(Decl), Unit(Unit) {}
195 llvm::DIType *CreatePointerLikeType(llvm::dwarf::Tag Tag, const Type *Ty,
/external/clang/lib/Format/
H A DFormatToken.cpp26 const char *getTokenTypeName(TokenType Type) { argument
34 if (Type < NUM_TOKEN_TYPES)
35 return TokNames[Type];
85 LBrace->BlockKind == BK_Block || LBrace->Type == TT_DictLiteral ||
86 LBrace->Next->Type == TT_DesignatedInitializerPeriod)
H A DFormatTokenLexer.cpp135 First[0]->Type = NewType;
222 RegexToken->Type = TT_RegexLiteral;
245 BacktickToken->Type = TT_TemplateString;
340 TokenType Type = TT_Unknown; local
342 Type = TT_ConflictStart;
345 Type = TT_ConflictAlternative;
347 Type = TT_ConflictEnd;
350 if (Type != TT_Unknown) {
357 Tokens.back()->Type = Type;
[all...]
/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp120 } else if (Arg.getKind() == TemplateArgument::Type) {
132 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx,
133 const Type *TypePtr,
166 // We are asked to fully qualify and we have a Record Type,
255 const Type *Type = Scope->getAsType(); local
258 if (const TagType *TagDeclType = Type->getAs<TagType>()) {
261 TD = Type->getAsCXXRecordDecl();
267 } else if (const auto *TDD = dyn_cast<TypedefType>(Type)) {
333 const ASTContext &Ctx, const Type *TypePt
[all...]
/external/clang/test/Analysis/
H A Dnullptr.cpp103 struct Type { struct
114 X *x = Type().x;
/external/compiler-rt/lib/msan/
H A Dmsan.h36 enum Type { enum in struct:MappingDesc
198 inline bool addr_is_type(uptr addr, MappingDesc::Type mapping_type) {
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc36 /// Type info for classes with no bases, and base class for type info for
42 /// Type info for classes with simple single public inheritance.
62 /// Type info for classes with multiple, virtual, or non-public inheritance.
209 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { argument
235 abi::__class_type_info *Base = (abi::__class_type_info*)Type;
H A Dubsan_value.h88 /// A \c Type-specific value providing information which allows us to
147 const TypeDescriptor &Type; member in class:__ubsan::Value
168 Value(const TypeDescriptor &Type, ValueHandle Val) : Type(Type), Val(Val) {} argument
170 const TypeDescriptor &getType() const { return Type; }
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp61 enum Type enum in struct:vk::AllocationCallbackRecord
72 Type type;
H A DvkDefs.hpp72 template<HandleType Type>
81 bool operator== (const Handle<Type>& other) const { return this->m_internal == other.m_internal; }
82 bool operator!= (const Handle<Type>& other) const { return this->m_internal != other.m_internal; }
88 enum { HANDLE_TYPE = Type };
108 enum Type enum in namespace:vk::wsi
/external/deqp/framework/randomshaders/
H A DrsgExpression.hpp263 enum Type enum in class:rsg::TexLookup
276 Type m_type;
H A DrsgShader.hpp83 enum Type enum in class:rsg::Shader
91 Shader (Type type);
94 Type getType (void) const { return m_type; }
118 Type m_type;
H A DrsgVariableType.hpp23 * \brief Variable Type class.
39 enum Type enum in class:rsg::VariableType
132 VariableType (Type baseType, int numElements = 0);
133 VariableType (Type baseType, const VariableType& elementType, int numElements);
134 VariableType (Type baseType, const char* typeName);
137 Type getBaseType (void) const { return m_baseType; }
166 static const VariableType& getScalarType (Type baseType);
169 Type m_baseType;
186 inline VariableType::VariableType (Type baseType, int numElements)
196 inline VariableType::VariableType (Type baseTyp
[all...]
/external/drm_hwcomposer/
H A Ddrmdisplaycomposition.h52 enum class Type : int32_t { class in class:android::DrmCompositionPlane
62 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc)
65 DrmCompositionPlane(Type type, DrmPlane *plane, DrmCrtc *crtc,
73 Type type() const {
97 Type type_ = Type::kDisable;
/external/eigen/Eigen/src/Core/
H A DBandMatrix.h105 BuildType>::type Type; typedef in struct:Eigen::internal::BandMatrixBase::DiagonalIntReturnType
109 template<int N> inline typename DiagonalIntReturnType<N>::Type diagonal()
115 template<int N> inline const typename DiagonalIntReturnType<N>::Type diagonal() const
319 inline typename Base::template DiagonalIntReturnType<1>::Type super()
321 inline const typename Base::template DiagonalIntReturnType<1>::Type super() const
323 inline typename Base::template DiagonalIntReturnType<-1>::Type sub()
325 inline const typename Base::template DiagonalIntReturnType<-1>::Type sub() const
H A DMatrixBase.h222 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef in struct:Eigen::MatrixBase::DiagonalIndexReturnType
223 template<int Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef in struct:Eigen::MatrixBase::ConstDiagonalIndexReturnType
227 typename DiagonalIndexReturnType<Index>::Type diagonal();
231 typename ConstDiagonalIndexReturnType<Index>::Type diagonal() const;
241 template<unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef in struct:Eigen::MatrixBase::TriangularViewReturnType
242 template<unsigned int Mode> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef in struct:Eigen::MatrixBase::ConstTriangularViewReturnType
246 typename TriangularViewReturnType<Mode>::Type triangularView();
249 typename ConstTriangularViewReturnType<Mode>::Type triangularView() const;
251 template<unsigned int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef in struct:Eigen::MatrixBase::SelfAdjointViewReturnType
252 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef in struct:Eigen::MatrixBase::ConstSelfAdjointViewReturnType
[all...]
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h114 0, MatrixType::MaxRowsAtCompileTime, MatrixType::MaxColsAtCompileTime> Type; typedef in struct:Eigen::internal::matrix_type_times_scalar_type
356 typename internal::matrix_type_times_scalar_type<Scalar, OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other) const
358 typename internal::matrix_type_times_scalar_type<Scalar, OtherDerived>::Type
438 typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other, const HouseholderSequence<VectorsType,CoeffsType,Side>& h)
440 typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::Type
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h26 template<int N> struct NColsBlockXpr { typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:NColsBlockXpr
27 template<int N> struct ConstNColsBlockXpr { typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:ConstNColsBlockXpr
29 template<int N> struct NRowsBlockXpr { typedef Block<Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:NRowsBlockXpr
30 template<int N> struct ConstNRowsBlockXpr { typedef const Block<const Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:ConstNRowsBlockXpr
35 template<int Rows, int Cols> struct FixedBlockXpr { typedef Block<Derived,Rows,Cols> Type; }; typedef in struct:FixedBlockXpr
36 template<int Rows, int Cols> struct ConstFixedBlockXpr { typedef Block<const Derived,Rows,Cols> Type; }; typedef in struct:ConstFixedBlockXpr
40 template<int Size> struct FixedSegmentReturnType { typedef VectorBlock<Derived, Size> Type; }; typedef in struct:FixedSegmentReturnType
41 template<int Size> struct ConstFixedSegmentReturnType { typedef const VectorBlock<const Derived, Size> Type; }; typedef in struct:ConstFixedSegmentReturnType
118 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner()
120 return typename FixedBlockXpr<CRows,CCols>::Type(derive
[all...]

Completed in 486 milliseconds

1234567891011>>