Searched refs:Type (Results 51 - 75 of 1170) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp60 #define FACTORY_SYMTAG_CASE(Tag, Type) \
62 return std::unique_ptr<PDBSymbol>(new Type(PDBSession, std::move(Symbol)));
104 #define TRY_DUMP_TYPE(Type) \
105 if (const Type *DerivedThis = dyn_cast<Type>(this)) \
108 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper)
121 PDBSymbol::findAllChildren(PDB_SymType Type) const {
122 return RawSymbol->findChildren(Type);
126 PDBSymbol::findChildren(PDB_SymType Type, StringRe argument
132 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, uint32_t RVA) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h27 uint64_t Value, uint32_t Type, int64_t Addend,
31 uint64_t Value, uint32_t Type, int64_t Addend,
35 uint32_t Value, uint32_t Type, int32_t Addend);
38 uint64_t Value, uint32_t Type, int64_t Addend);
41 uint32_t Value, uint32_t Type, int32_t Addend);
44 uint32_t Value, uint32_t Type, int32_t Addend);
47 uint64_t Value, uint32_t Type, int64_t Addend);
50 uint64_t Value, uint32_t Type, int64_t Addend);
53 uint64_t Value, uint32_t Type, int64_t Addend);
56 uint64_t Value, uint32_t Type, int64_
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp34 Type *RetTy = FTy->getReturnType();
90 case Type::IntegerTyID: {
106 case Type::VoidTyID:
109 case Type::FloatTyID:
112 case Type::DoubleTyID:
115 case Type::X86_FP80TyID:
116 case Type::FP128TyID:
117 case Type::PPC_FP128TyID:
119 case Type::PointerTyID:
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexstoren.c103 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
123 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
124 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
125 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
126 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
224 if (SourceDesc->Common.Type != DestDesc->Common.Type)
235 Status = AcpiExConvertToTargetType (DestDesc->Common.Type,
257 switch (DestDesc->Common.Type)
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdecode.c190 * PARAMETERS: Type - An ACPI object type
194 * DESCRIPTION: Translate a Type ID into a name string (Debug only)
249 ACPI_OBJECT_TYPE Type)
252 if (Type > ACPI_TYPE_INVALID)
257 return (AcpiGbl_NsTypeNames[Type]);
287 return_STR (AcpiUtGetTypeName (ObjDesc->Common.Type));
438 if (Object->Common.Type != ACPI_TYPE_LOCAL_REFERENCE)
558 ACPI_OBJECT_TYPE Type)
579 switch (Type)
614 * PARAMETERS: Type
248 AcpiUtGetTypeName( ACPI_OBJECT_TYPE Type) argument
556 AcpiUtGetNotifyName( UINT32 NotifyValue, ACPI_OBJECT_TYPE Type) argument
623 AcpiUtValidObjectType( ACPI_OBJECT_TYPE Type) argument
[all...]
/freebsd-11.0-release/contrib/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...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c58 UINT8 Type,
64 UINT8 Type,
118 WalkState->Arguments[i].Type = ACPI_TYPE_ANY;
131 WalkState->LocalVariables[i].Type = ACPI_TYPE_ANY;
262 * PARAMETERS: Type - Either ACPI_REFCLASS_LOCAL or
276 UINT8 Type,
287 switch (Type)
321 ACPI_ERROR ((AE_INFO, "Type %u is invalid", Type));
333 * PARAMETERS: Type
275 AcpiDsMethodDataGetNode( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
347 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
406 AcpiDsMethodDataGetValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) argument
519 AcpiDsMethodDataDeleteValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
585 AcpiDsStoreObjectToLocal( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAutoUpgrade.h26 class Type;
55 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
61 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
H A DConstants.h66 static Constant *getTrue(Type *Ty);
67 static Constant *getFalse(Type *Ty);
71 static Constant *get(Type *Ty, uint64_t V, bool isSigned = false);
88 static Constant *getSigned(Type *Ty, int64_t V);
90 /// Return a ConstantInt with the specified value and an implied Type. The
101 static Constant *get(Type* Ty, const APInt& V);
153 static bool isValueValidForType(Type *Ty, uint64_t V);
154 static bool isValueValidForType(Type *Ty, int64_t V);
245 ConstantFP(Type *Ty, const APFloat& V);
255 static Constant *getZeroValueForNegation(Type *T
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DBuiltinDumper.cpp22 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol);
26 PDB_BuiltinType Type = Symbol.getBuiltinType(); local
27 switch (Type) {
H A DVariableDumper.h34 void dumpSymbolTypeAndName(const PDBSymbol &Type, StringRef Name);
35 bool tryDumpFunctionPointer(const PDBSymbol &Type, StringRef Name);
/freebsd-11.0-release/lib/libdevdctl/
H A Devent.h76 enum Type { enum in class:DevdCtl::Event
95 typedef Event* (BuildMethod)(Type, NVPairMap &, const std::string &);
141 static const char *TypeToString(Type type);
170 Type GetType() const;
241 Type m_type;
250 Event(Type type, NVPairMap &map, const std::string &eventString);
262 const Type m_type;
287 static void ParseEventString(Type type, const std::string &eventString,
291 inline Event::Type
350 DevfsEvent(Type, NVPairMa
[all...]
H A Devent_factory.h58 typedef std::pair<Event::Type, std::string> Key;
66 Event::Type m_type;
72 Event *Build(Event::Type type, NVPairMap &nvpairs,
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h25 INLINE typename T::Type atomic_load(
30 typename T::Type v;
57 const_cast<typename T::Type volatile *>(&a->val_dont_use), 0);
63 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) {
84 typename T::Type cmp = a->val_dont_use;
85 typename T::Type cur;
H A Dsanitizer_flags.h22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/CodeView/
H A DFieldListRecordBuilder.cpp18 void FieldListRecordBuilder::writeBaseClass(MemberAccess Access, TypeIndex Type, argument
24 Builder.writeTypeIndex(Type);
42 void FieldListRecordBuilder::writeMember(MemberAccess Access, TypeIndex Type, argument
48 Builder.writeTypeIndex(Type);
68 MemberAccess Access, MethodKind Kind, MethodOptions Options, TypeIndex Type,
78 Builder.writeTypeIndex(Type);
102 void FieldListRecordBuilder::writeNestedType(TypeIndex Type, StringRef Name) { argument
107 Builder.writeTypeIndex(Type);
114 TypeIndex Type, StringRef Name) {
119 Builder.writeTypeIndex(Type);
67 writeOneMethod( MemberAccess Access, MethodKind Kind, MethodOptions Options, TypeIndex Type, int32_t VTableSlotOffset, StringRef Name) argument
113 writeStaticMember(MemberAccess Access, TypeIndex Type, StringRef Name) argument
125 writeIndirectVirtualBaseClass( MemberAccess Access, TypeIndex Type, TypeIndex VirtualBasePointerType, int64_t VirtualBasePointerOffset, uint64_t SlotIndex) argument
133 writeVirtualBaseClass( MemberAccess Access, TypeIndex Type, TypeIndex VirtualBasePointerType, int64_t VirtualBasePointerOffset, uint64_t SlotIndex) argument
141 writeVirtualBaseClass( TypeRecordKind Kind, MemberAccess Access, TypeIndex Type, TypeIndex VirtualBasePointerType, int64_t VirtualBasePointerOffset, uint64_t SlotIndex) argument
157 writeVirtualFunctionTablePointer(TypeIndex Type) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DSymbolicFile.cpp24 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
25 : Binary(Type, Source) {}
30 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) {
32 if (Type == sys::fs::file_magic::unknown)
33 Type = sys::fs::identify_magic(Data);
35 switch (Type) {
60 return ObjectFile::createObjectFile(Object, Type);
67 ObjectFile::createObjectFile(Object, Type);
81 llvm_unreachable("Unexpected Binary File Type");
29 createSymbolicFile( MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUIntrinsicInfo.h37 std::string getName(unsigned IntrId, Type **Tys = nullptr,
42 Type **Tys = nullptr,
/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h23 const TypeDescriptor &Type; member in struct:__ubsan::DynamicTypeCacheMissData
30 const TypeDescriptor &Type; member in struct:__ubsan::CFIBadTypeData
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnswalk.c96 * PARAMETERS: Type - Type of node to be searched for
113 ACPI_OBJECT_TYPE Type,
127 if (Type == ACPI_TYPE_ANY)
140 if (NextNode->Type == Type)
160 * PARAMETERS: Type - ACPI_OBJECT_TYPE to search for
166 * when an object of "Type" is found
168 * when an object of "Type" is found
191 ACPI_OBJECT_TYPE Type,
112 AcpiNsGetNextNodeTyped( ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *ChildNode) argument
190 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp22 #include "llvm/IR/Type.h"
30 Type *RetTy) {
32 std::vector<Type *> ParamTys;
43 case Type::FloatTyID:
45 Type::getFloatTy(M.getContext()));
47 case Type::DoubleTyID:
49 Type::getDoubleTy(M.getContext()));
51 case Type::X86_FP80TyID:
52 case Type::FP128TyID:
53 case Type
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h130 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
134 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
147 Type *Params[] = { I8X };
164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
165 Type *I8XX = PointerType::getUnqual(I8X);
166 Type *Param
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c156 char Type; local
168 Type = TypeArg[0];
169 if ((Type != 'L') &&
170 (Type != 'A') &&
171 (Type != 'N'))
179 if (Type == 'N')
187 if (Node->Type != ACPI_TYPE_INTEGER)
219 switch (Type)
348 if (Method->Type != ACPI_TYPE_METHOD)
351 Name, AcpiUtGetTypeName (Method->Type)));
[all...]
/freebsd-11.0-release/contrib/llvm/tools/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 DCodeGenTypes.h1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----*- C++ -*-===//
28 class Type;
50 class Type;
51 typedef CanQual<Type> CanQualType;
136 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
139 llvm::DenseMap<const Type*, CGRecordLayout *> CGRecordLayouts;
142 llvm::DenseMap<const Type*, llvm::StructType *> RecordDeclTypes;
151 llvm::SmallPtrSet<const Type*, 4> RecordsBeingLaidOut;
161 /// This map keeps cache of llvm::Types and maps clang::Type to
162 /// corresponding llvm::Type
[all...]

Completed in 213 milliseconds

1234567891011>>