Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc47 #define DEF_COMMON_LIMITS(Type) argument
48 #define DEF_UNSIGNED_INT_LIMITS(Type) argument
49 #define DEF_SIGNED_INT_LIMITS(Type) argument
50 #define DEF_PRECISION_LIMITS(Type) argument
103 #define DEF_FP_LIMITS(Type, PREFIX) \ argument
Dmathlimits.h67 typedef T Type; typedef
136 #define SIGNED_INT_MAX(Type) \ argument
139 #define SIGNED_INT_MIN(Type) \ argument
142 #define UNSIGNED_INT_MAX(Type) \ argument
146 #define SIGNED_MAX_10_EXP(Type) \ argument
152 #define UNSIGNED_MAX_10_EXP(Type) \ argument
/external/clang/test/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h34 unsigned Type; // The type of the relocation. member
111 uint8_t getRType(uint32_t Type) const { in getRType()
114 uint8_t getRType2(uint32_t Type) const { in getRType2()
117 uint8_t getRType3(uint32_t Type) const { in getRType3()
120 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
125 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
128 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
131 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
134 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/external/deqp/framework/referencerenderer/
DrrPrimitiveTypes.hpp53 …PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triang… typedef
54 …mitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triang… typedef
55 …imitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triang… typedef
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type typedef
57 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line … typedef
58 …ct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line … typedef
59 …ruct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point … typedef
60 …eTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef
61 …eTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line … typedef
62 …raits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triang… typedef
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSycl.h22 typedef typename cl::sycl::global_ptr<T>::pointer_t Type; typedef
28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type; typedef
40 typedef const T Type; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic.h31 typedef u8 Type; typedef
36 typedef u16 Type; typedef
41 typedef u32 Type; typedef
46 typedef u64 Type; typedef
52 typedef uptr Type; typedef
/external/clang/test/Parser/
Dms-if-exists.cpp5 typedef int Type; typedef in MayExist
36 __if_exists(MayExist::Type) { in __if_exists()
44 __if_not_exists(MayExist::Type) { in __if_not_exists()
82 __if_exists(MayExist::Type) { in __if_exists()
94 __if_not_exists(MayExist::Type) { in __if_not_exists()
Dcxx-decl.cpp9 struct Type { struct
10 int Type; argument
57 int Type : fooenum; member
61 int Type; in test() local
Dms-if-exists.c4 struct Type { struct
35 __if_exists(Type) { in __if_exists() argument
43 __if_not_exists(Type) { in __if_not_exists() argument
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp61 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument
105 #define TRY_DUMP_TYPE(Type) \ argument
109 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument
128 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren()
134 PDBSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
DPDB.cpp27 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
40 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/external/skia/src/sksl/ir/
DSkSLType.h56 Type(String name) in Type() function
61 Type(String name, std::vector<const Type*> types) in Type() function
67 Type(Position position, String name, std::vector<Field> fields) in Type() function
73 Type(String name, bool isNumber) in Type() function
81 Type(String name, bool isNumber, std::vector<const Type*> coercibleTypes) in Type() function
90 Type(String name, const Type& componentType, int columns) in Type() function
94 Type(String name, Kind kind, const Type& componentType, int columns) in Type() function
103 Type(String name, const Type& componentType, int columns, int rows) in Type() function
112 Type(String name, SpvDim_ dimensions, bool isDepth, bool isArrayed, bool isMultisampled, in Type() function
/external/clang/lib/Driver/
DAction.cpp67 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
70 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
111 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
117 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
123 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
130 types::ID Type) in VerifyJobAction()
139 types::ID Type) in VerifyDebugInfoJobAction()
144 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction()
/external/swiftshader/third_party/subzero/src/
DIceTLS.h76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
104 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
/external/piex/src/image_type_recognition/
Dimage_type_recognition_lite.cc150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::ArwTypeChecker
207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::Cr2TypeChecker
237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::CrwTypeChecker
263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::DcrTypeChecker
305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::DngTypeChecker
357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::KdcTypeChecker
393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::MosTypeChecker
419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::MrwTypeChecker
470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::NefTypeChecker
508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anondc7b3ea40111::NrwTypeChecker
[all …]
/external/llvm/lib/Object/
DSymbolicFile.cpp24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
30 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) { in createSymbolicFile()
/external/eigen/Eigen/src/Core/
DMatrixBase.h222 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef
223 …t Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef
241 …unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef
242 …> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef
251 …signed int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef
252 …struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef
/external/compiler-rt/lib/asan/tests/
Dasan_asm_test.cc38 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
48 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
60 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
80 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
90 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
102 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
/external/libmojo/ipc/
Dipc_message_utils.h90 typedef typename SimilarTypeTraits<P>::Type Type; in GetParamSize() typedef
103 typedef typename SimilarTypeTraits<P>::Type Type; in WriteParam() typedef
111 typedef typename SimilarTypeTraits<P>::Type Type; in ReadParam() typedef
117 typedef typename SimilarTypeTraits<P>::Type Type; in LogParam() typedef
/external/clang/lib/AST/
DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph()
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
125 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/external/compiler-rt/lib/profile/
DInstrProfiling.h26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; argument
37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h22 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
94 const TypeDescriptor &Type; member
119 const TypeDescriptor &Type; member
127 const TypeDescriptor &Type; member
164 const TypeDescriptor &Type; member
/external/libcxx/test/std/utilities/any/any.class/any.cons/
Din_place_type.pass.cpp112 using Type = decltype(test_func); in test_in_place_type_decayed() typedef
120 using Type = int(&)[5]; in test_in_place_type_decayed() typedef
127 using Type = int[5]; in test_in_place_type_decayed() typedef
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp85 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32()
93 X86_64RelType Type, bool IsPCRel, in getRelocType64()
216 X86_32RelType Type, bool IsPCRel, in getRelocType32()
288 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType() local

12345678910>>...41