/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 31 unsigned Type; // The type of the relocation. member 97 uint8_t getRType(uint32_t Type) const { in getRType() 100 uint8_t getRType2(uint32_t Type) const { in getRType2() 103 uint8_t getRType3(uint32_t Type) const { in getRType3() 106 uint8_t getRSsym(uint32_t Type) const { in getRSsym() 111 unsigned setRType(unsigned Value, unsigned Type) const { in setRType() 114 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2() 117 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3() 120 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
|
/external/deqp/framework/referencerenderer/ |
D | rrPrimitiveTypes.hpp | 53 …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/piex/src/image_type_recognition/ |
D | image_type_recognition_lite.cc | 150 virtual RawImageTypes Type() const { return kArwImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::ArwTypeChecker 207 virtual RawImageTypes Type() const { return kCr2Image; } in Type() function in piex::image_type_recognition::__anon815beb850111::Cr2TypeChecker 237 virtual RawImageTypes Type() const { return kCrwImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::CrwTypeChecker 263 virtual RawImageTypes Type() const { return kDcrImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::DcrTypeChecker 305 virtual RawImageTypes Type() const { return kDngImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::DngTypeChecker 357 virtual RawImageTypes Type() const { return kKdcImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::KdcTypeChecker 393 virtual RawImageTypes Type() const { return kMosImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::MosTypeChecker 419 virtual RawImageTypes Type() const { return kMrwImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::MrwTypeChecker 470 virtual RawImageTypes Type() const { return kNefImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::NefTypeChecker 508 virtual RawImageTypes Type() const { return kNrwImage; } in Type() function in piex::image_type_recognition::__anon815beb850111::NrwTypeChecker [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic.h | 31 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/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 60 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument 104 #define TRY_DUMP_TYPE(Type) \ argument 108 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument 126 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren() 132 PDBSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
|
D | PDB.cpp | 23 PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 32 PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
|
/external/clang/test/Parser/ |
D | ms-if-exists.cpp | 5 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()
|
D | cxx-decl.cpp | 7 struct Type { struct 8 int Type; member 52 int Type : fooenum; member 56 int Type; in test() local
|
D | ms-if-exists.c | 4 struct Type { struct 35 __if_exists(Type) { in __if_exists() argument 43 __if_not_exists(Type) { in __if_not_exists() argument
|
/external/clang/lib/Driver/ |
D | Action.cpp | 79 types::ID Type) in JobAction() 82 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() 130 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() 136 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() 142 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction() 149 std::unique_ptr<Action> Input, types::ID Type) in VerifyJobAction() 158 std::unique_ptr<Action> Input, types::ID Type) in VerifyDebugInfoJobAction() 164 types::ID Type) in VerifyPCHJobAction()
|
/external/clang/test/CodeGenCXX/ |
D | delayed-template-parsing.cpp | 5 struct Type { struct 7 void Foo() {} in Foo() 9 void Foo<0>() {} in Foo()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_asm_test.cc | 38 #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/eigen/Eigen/src/Core/ |
D | MatrixBase.h | 219 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef 220 …t Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef 242 …unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef 243 …> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef 248 …signed int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef 249 …struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 34 Type struct { struct 35 C C.LLVMTypeRef 74 func (c Type) IsNil() bool { return c.C == nil } 84 func llvmTypeRefPtr(t *Type) *C.LLVMTypeRef { return (*C.LLVMTypeRef)(unsafe.Pointer(t)) } 471 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } 474 func (t Type) Context() (c Context) { 501 func (t Type) IntTypeWidth() int { 519 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { 533 func (t Type) IsFunctionVarArg() bool { return C.LLVMIsFunctionVarArg(t.C) != 0 } 534 func (t Type) ReturnType() (rt Type) { rt.C = C.LLVMGetReturnType(t.C); return } [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 22 const TypeDescriptor &Type; member 44 const TypeDescriptor &Type; member 94 const TypeDescriptor &Type; member 119 const TypeDescriptor &Type; member 127 const TypeDescriptor &Type; member 153 const TypeDescriptor &Type; member
|
/external/clang/lib/AST/ |
D | InheritViz.cpp | 44 void WriteGraph(QualType Type) { in WriteGraph() 63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() 125 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 95 #define AST_MATCHER(Type, DefineMatcher) \ argument 129 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 132 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument 176 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 181 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType() local 149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() 165 const uint32_t Addr, const unsigned Type, in makeScatteredRelocationInfo() 199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation() local 331 unsigned Type = RelocType; in RecordPPCRelocation() local
|
/external/llvm/lib/Object/ |
D | SymbolicFile.cpp | 24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile() 30 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) { in createSymbolicFile()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 74 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 102 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 109 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
/external/v8/src/parsing/ |
D | parser.h | 329 struct Type { struct 332 typedef v8::internal::Parser* Parser; 334 typedef Variable GeneratorVariable; 336 typedef v8::internal::AstProperties AstProperties; 339 typedef const AstRawString* Identifier; 340 typedef v8::internal::Expression* Expression; 341 typedef Yield* YieldExpression; 342 typedef v8::internal::FunctionLiteral* FunctionLiteral; 343 typedef v8::internal::ClassLiteral* ClassLiteral; 344 typedef v8::internal::Literal* Literal; [all …]
|
D | preparser.h | 83 enum Type { enum 289 enum Type { enum 403 enum Type { enum 585 struct Type { struct 588 typedef PreParser* Parser; 591 typedef void GeneratorVariable; 593 typedef int AstProperties; 596 typedef PreParserIdentifier Identifier; 597 typedef PreParserExpression Expression; 598 typedef PreParserExpression YieldExpression; [all …]
|
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 95 bool SkImageEncoder::EncodeFile(const char file[], const SkBitmap&, Type, int quality) { in EncodeFile() argument 99 bool SkImageEncoder::EncodeStream(SkWStream*, const SkBitmap&, SkImageEncoder::Type, int) { in EncodeStream() 103 SkData* SkImageEncoder::EncodeData(const SkBitmap&, Type, int quality) { in EncodeData() argument 108 Type, int quality) { in EncodeData() argument 112 SkData* SkImageEncoder::EncodeData(const SkPixmap&, Type, int) { in EncodeData() argument
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 81 X86_64RelType Type, bool IsPCRel) { in getRelocType64() 185 X86_32RelType Type, bool IsPCRel) { in getRelocType32() 247 X86_64RelType Type = getType64(Fixup.getKind(), Modifier, IsPCRel); in GetRelocType() local
|
/external/v8/src/compiler/ |
D | simplified-operator.cc | 68 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in operator <<() argument 218 #define BUFFER_ACCESS(Type, type, TYPE, ctype, size) \ argument 272 #define LOAD_BUFFER(Type, type, TYPE, ctype, size) \ in LoadBuffer() argument 285 #define STORE_BUFFER(Type, type, TYPE, ctype, size) \ in StoreBuffer() argument 303 #define ACCESS(Name, Type, properties, value_input_count, control_input_count, \ argument
|