Searched defs:Type (Results 276 - 300 of 776) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; local
97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24
100 Type = MachO::PPC_RELOC_BR14;
107 Type = MachO::PPC_RELOC_HA16;
110 Type = MachO::PPC_RELOC_LO16;
113 Type = MachO::PPC_RELOC_HI16;
127 Type = MachO::PPC_RELOC_HA16_SECTDIFF;
130 Type = MachO::PPC_RELOC_LO16_SECTDIFF;
133 Type = MachO::PPC_RELOC_HI16_SECTDIFF;
143 return Type;
146 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
199 const unsigned Type = getRelocType(Target, FK, IsPCRel); local
331 unsigned Type = RelocType; local
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h99 BranchType Type; member in struct:llvm::SystemZII::Branch
112 : Type(type), CCValid(ccValid), CCMask(ccMask), Target(target) {}
256 SystemZII::FusedCompareType Type,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp118 unsigned Type = 0; local
134 Type = MachO::X86_64_RELOC_UNSIGNED;
142 Type = MachO::X86_64_RELOC_BRANCH;
204 Type = MachO::X86_64_RELOC_UNSIGNED;
209 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
216 Type = MachO::X86_64_RELOC_SUBTRACTOR;
281 Type = MachO::X86_64_RELOC_GOT_LOAD;
283 Type = MachO::X86_64_RELOC_GOT;
285 Type = MachO::X86_64_RELOC_TLV;
291 Type
376 unsigned Type = MachO::GENERIC_RELOC_VANILLA; local
555 unsigned Type = 0; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp303 PointerType *Type = dyn_cast<PointerType>(V->getType()); local
307 if (Type && !CS.paramHasAttr(ArgNo + 1, Attribute::NonNull) &&
310 ConstantPointerNull::get(Type),
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp78 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override {
128 : Type(SymType) {}
133 findChildren(PDB_SymType Type) const override {
137 findChildren(PDB_SymType Type, StringRef Name,
142 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags,
155 PDB_SymType getSymTag() const override { return Type; }
317 PDB_SymType Type; member in class:__anon13750::MockRawSymbol
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp31 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
35 GV = new GlobalVariable(*M, Type::getFloatTy(Ctx), true,
212 auto CalleeTy = FunctionType::get(Type::getFloatTy(Ctx),
345 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None)); local
347 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true);
351 DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1, 0, true);
388 auto CalleeTy = FunctionType::get(Type::getVoidTy(Ctx),
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs20 public SwitchType Type; field in class:SevenZip.CommandLineParser.SwitchForm
30 Type = type;
106 SwitchType type = switchForm.Type;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h43 enum Type enum in class:nv50_ir::Graph::Edge
53 Edge(Node *dst, Node *src, Type kind);
59 inline Type getType() const { return type; }
66 Type type;
96 inline Edge::Type getType() { return e ? e->getType() : Edge::UNKNOWN; }
111 void attach(Node *, Edge::Type);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h137 rc_instruction_type Type; member in struct:rc_instruction
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dbasetexture9.c44 D3DRESOURCETYPE Type,
53 DBG("This=%p, pParams=%p initResource=%p Type=%d format=%d Pool=%d Usage=%d\n",
54 This, pParams, initResource, Type, format, Pool, Usage);
62 hr = NineResource9_ctor(&This->base, pParams, initResource, alloc, Type, Pool, Usage);
612 DBG("\nNineBaseTexture9(%p->NULL/%p): Pool=%s Type=%s Usage=%s\n"
41 NineBaseTexture9_ctor( struct NineBaseTexture9 *This, struct NineUnknownParams *pParams, struct pipe_resource *initResource, D3DRESOURCETYPE Type, D3DFORMAT format, D3DPOOL Pool, DWORD Usage) argument
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.h54 enum Type { OBJECT = 0, NUMBER, NAME }; enum in struct:CPDF_StreamContentParser::ContentParam
59 Type m_Type;
H A Dpageint.h24 enum class Type { class in class:CPDF_Function
33 static Type IntegerToFunctionType(int iType);
50 explicit CPDF_Function(Type type);
60 const Type m_Type;
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.h45 enum Type { enum in class:CPDF_FormField
60 Type GetType() const { return m_Type; }
158 CPDF_FormField::Type m_Type;
/external/pdfium/fpdfsdk/javascript/
H A DJS_Define.h18 enum Type { Number = 0, String = 1 }; enum in struct:JSConstSpec
21 Type eType;
/external/pdfium/xfa/fde/xml/
H A Dcfx_saxreader.h19 enum class Type { class in class:CFX_SAXItem
30 : m_pNode(nullptr), m_eNode(Type::Unknown), m_dwID(id), m_bSkip(false) {}
33 Type m_eNode;
/external/protobuf/csharp/src/AddressBook/
H A DAddressbook.cs38 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null, new[]{ typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber), global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber.Parser, new[]{ "Number", "Type" }, null, null, null)}),
277 public global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType Type { property in class:Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber
296 if (Type != other.Type) return false;
303 if (Type != 0) hash ^= Type.GetHashCode();
316 if (Type != 0) {
318 output.WriteEnum((int) Type);
327 if (Type != 0) {
328 size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
[all...]
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h170 enum Type { enum in class:google::protobuf::UnknownField
182 inline Type type() const;
224 inline void SetType(Type type);
277 inline UnknownField::Type UnknownField::type() const {
278 return static_cast<Type>(type_);
332 inline void UnknownField::SetType(Type type) {
/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h64 enum Type { enum in class:google::protobuf::util::converter::DataPiece
108 Type type() const { return type_; }
159 DataPiece(Type type, int32 val) : type_(type), i32_(val) {}
175 Type type_;
H A Djson_stream_parser.h114 enum Type { DOUBLE, INT, UINT }; enum in struct:google::protobuf::util::converter::JsonStreamParser::NumberResult
115 Type type;
/external/python/cpython2/Lib/plat-mac/
H A Daetypes.py104 class Type: class in inherits:
111 return "Type(%r)" % (self.type,)
120 return isinstance(x, Type)
124 return Type(type)
/external/python/cpython2/Tools/bgen/bgen/
H A DbgenType.py0 """Type classes and a modest collection of standard types."""
7 class Type: class in inherits:
17 Example: int = Type("int", "i")
151 class ByAddressType(Type):
166 raise RuntimeError, "Type '%s' can only be used for input parameters" % self.typeName
168 class InputOnlyType(InputOnlyMixIn, Type):
170 "Same as Type, but only usable for input parameters -- passOutput is boobytrapped"
177 raise RuntimeError, "Type '%s' can only be used for output parameters" % self.typeName
179 class OutputOnlyType(OutputOnlyMixIn, Type):
181 "Same as Type, bu
[all...]
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DIf.java16 public enum Type { enum in class:If
20 public Type forSwappedOperands() {
26 return Type.LE;
28 return Type.LT;
30 return Type.GE;
32 return Type.GT;
38 public Type inverted() {
41 return Type.NE;
43 return Type.LT;
45 return Type
[all...]
H A DInvoke.java22 public enum Type { enum in class:Invoke
38 Type type, DexItem target, DexProto proto, Value result, List<Value> arguments) {
79 abstract public Type getType();
/external/skia/bench/
H A DGameBench.cpp20 enum Type { enum in class:GameBench
31 GameBench(Type type, Clear clear,
232 Type fType;
H A DSortBench.cpp52 enum Type { enum
103 const Type fType;
108 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) {
146 static Benchmark* NewSkQSort(Type t) {
149 static Benchmark* NewSkHeap(Type t) {
152 static Benchmark* NewQSort(Type t) {

Completed in 635 milliseconds

<<11121314151617181920>>