Home
last modified time | relevance | path

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

12345678910>>...28

/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h32 unsigned Type; // The type of the relocation. member
100 uint8_t getRType(uint32_t Type) const { in getRType()
103 uint8_t getRType2(uint32_t Type) const { in getRType2()
106 uint8_t getRType3(uint32_t Type) const { in getRType3()
109 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
114 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
117 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
120 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
123 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/clang/lib/Driver/
DAction.cpp59 types::ID Type) in JobAction()
62 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
110 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
116 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
122 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
129 std::unique_ptr<Action> Input, types::ID Type) in VerifyJobAction()
136 types::ID Type) in VerifyJobAction()
145 std::unique_ptr<Action> Input, types::ID Type) in VerifyDebugInfoJobAction()
151 types::ID Type) in VerifyPCHJobAction()
/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/CodeGenCXX/
Ddelayed-template-parsing.cpp5 struct Type { struct
7 void Foo() {} in Foo()
9 void Foo<0>() {} in Foo()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp60 #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()
/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.cpp7 struct Type { struct
8 int Type; member
52 int Type : fooenum; member
56 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/v8/src/
Dparser.h347 struct Type { struct
350 typedef v8::internal::Parser* Parser;
353 typedef v8::internal::Scope Scope;
354 typedef v8::internal::Scope* ScopePtr;
355 typedef Variable GeneratorVariable;
356 typedef v8::internal::Zone Zone;
358 typedef v8::internal::AstProperties AstProperties;
359 typedef Vector<VariableProxy*> ParameterIdentifierVector;
362 typedef const AstRawString* Identifier;
363 typedef v8::internal::Expression* Expression;
[all …]
/external/compiler-rt/lib/asan/tests/
Dasan_asm_test.cc35 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
45 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
57 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
77 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
87 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
99 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
/external/eigen/Eigen/src/Core/
DMatrixBase.h221 template<int Index> struct DiagonalIndexReturnType { typedef Diagonal<Derived,Index> Type; }; typedef
222 …t Index> struct ConstDiagonalIndexReturnType { typedef const Diagonal<const Derived,Index> Type; }; typedef
244 …unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; }; typedef
245 …> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; }; typedef
250 …signed int UpLo> struct SelfAdjointViewReturnType { typedef SelfAdjointView<Derived, UpLo> Type; }; typedef
251 …struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; }; typedef
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h22 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
94 const TypeDescriptor &Type; member
111 const TypeDescriptor &Type; member
119 const TypeDescriptor &Type; member
Dubsan_flags.cc30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/external/llvm/bindings/go/llvm/
Dir.go34 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)) }
469 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) }
472 func (t Type) Context() (c Context) {
499 func (t Type) IntTypeWidth() int {
517 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) {
531 func (t Type) IsFunctionVarArg() bool { return C.LLVMIsFunctionVarArg(t.C) != 0 }
532 func (t Type) ReturnType() (rt Type) { rt.C = C.LLVMGetReturnType(t.C); return }
[all …]
/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/v8/src/compiler/
Dmachine-operator.cc154 #define LOAD(Type) \ argument
165 #define STORE(Type) \ argument
207 #define LOAD(Type) \ in PURE_OP_LIST() argument
223 #define STORE(Type) \ in Store() argument
/external/llvm/lib/Object/
DSymbolicFile.cpp22 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
28 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) { in createSymbolicFile()
DBinary.cpp30 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary()
41 sys::fs::file_magic Type = sys::fs::identify_magic(Buffer.getBuffer()); in createBinary() local
/external/clang/include/clang/Basic/
DDiagnosticOptions.h41 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
48 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
69 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
76 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h81 #define AST_MATCHER(Type, DefineMatcher) \ argument
111 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
114 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
154 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
159 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp92 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType() local
150 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo()
166 const uint32_t Addr, const unsigned Type, in makeScatteredRelocationInfo()
200 const unsigned Type = getRelocType(Target, FK, IsPCRel); in RecordScatteredRelocation() local
334 unsigned Type = RelocType; in RecordPPCRelocation() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp78 X86_64RelType Type, bool IsPCRel) { in getRelocType64()
182 X86_32RelType Type, bool IsPCRel) { in getRelocType32()
244 X86_64RelType Type = getType64(Fixup.getKind(), Modifier, IsPCRel); in GetRelocType() local
/external/openfst/src/include/fst/
Darc.h55 static const string &Type(void) { in Type() function
88 static const string &Type() { // Arc type name in Type() function
122 static const string &Type() { // Arc type name in Type() function
151 static const string &Type() { // Arc type name in Type() function
175 static const string &Type() { // Arc type name in Type() function
199 static const string &Type() { // Arc type name in Type() function
226 static const string &Type() { // Arc type name in Type() function
257 static const string &Type() { // Arc type name in Type() function
291 static const string &Type() { // Arc type name in Type() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.cc38 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
46 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument

12345678910>>...28