| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGRecordLayoutBuilder.cpp | 83 CodeGenTypes &Types; member in __anonf6f9cbcf0111::CGRecordLayoutBuilder 192 CGRecordLayoutBuilder(CodeGenTypes &Types) in CGRecordLayoutBuilder() argument 195 Packed(false), Types(Types) { } in CGRecordLayoutBuilder() 204 const ASTRecordLayout &Layout = Types.getContext().getASTRecordLayout(D); in Layout() 229 CGBitFieldInfo CGBitFieldInfo::MakeInfo(CodeGenTypes &Types, in MakeInfo() argument 234 llvm::Type *Ty = Types.ConvertTypeForMem(FD->getType()); in MakeInfo() 236 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty)); in MakeInfo() 237 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo() 258 if (Types.getDataLayout().isBigEndian()) { in MakeInfo() 272 uint64_t NextFieldOffsetInBits = Types.getContext().toBits(NextFieldOffset); in LayoutBitfields() [all …]
|
| HD | CGCUDANV.cpp | 48 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in CGNVCUDARuntime() local 51 IntTy = Types.ConvertType(Ctx.IntTy); in CGNVCUDARuntime() 52 SizeTy = Types.ConvertType(Ctx.getSizeType()); in CGNVCUDARuntime() 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy)); in CGNVCUDARuntime() 55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
|
| HD | CGExprConstant.cpp | 615 SmallVector<llvm::Type*, 2> Types; in VisitCastExpr() local 617 Types.push_back(C->getType()); in VisitCastExpr() 628 Types.push_back(Ty); in VisitCastExpr() 632 llvm::StructType::get(C->getType()->getContext(), Types, false); in VisitCastExpr() 762 std::vector<llvm::Type*> Types; in EmitArrayInitialization() local 763 Types.reserve(NumInitableElts + NumElements); in EmitArrayInitialization() 765 Types.push_back(Elts[i]->getType()); in EmitArrayInitialization() 767 Types, true); in EmitArrayInitialization() 1192 std::vector<llvm::Type*> Types; in EmitConstantValue() local 1193 Types.reserve(NumElements); in EmitConstantValue() [all …]
|
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | CodeGenDAGPatterns.h | 302 SmallVector<EEVT::TypeSet, 1> Types; variable 329 Types.resize(NumResults); in TreePatternNode() 333 Types.resize(NumResults); in TreePatternNode() 344 unsigned getNumTypes() const { return Types.size(); } in getNumTypes() 346 return Types[ResNo].getConcrete(); in getType() 348 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; } in getExtTypes() 349 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo]; } in getExtType() 350 EEVT::TypeSet &getExtType(unsigned ResNo) { return Types[ResNo]; } in getExtType() 351 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() 354 return Types[ResNo].isConcrete(); in hasTypeSet() [all …]
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | SITypeRewriter.cpp | 104 SmallVector <Type*, 8> Types; in visitCallInst() local 112 Types.push_back(i128); in visitCallInst() 124 Types.push_back(ElementTy); in visitCallInst() 130 Types.push_back(Arg->getType()); in visitCallInst() 139 …NewF = Function::Create(FunctionType::get(F->getReturnType(), Types, false), GlobalValue::External… in visitCallInst()
|
| HD | AMDILInstrInfo.td | 22 // Generic Profile Types 36 // Flow Control Profile Types
|
| /trueos/sys/contrib/dev/acpica/components/utilities/ |
| HD | utpredef.c | 425 UINT16 Types) in AcpiUtGetResourceBitWidth() argument 438 if (Types & 1) in AcpiUtGetResourceBitWidth() 445 Types >>= 1; in AcpiUtGetResourceBitWidth()
|
| /trueos/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbexec.c | 180 Status = AcpiDbConvertToObject (Info->Types[i], in AcpiDbExecuteMethod() 410 ACPI_OBJECT_TYPE *Types, in AcpiDbExecute() argument 448 AcpiGbl_DbMethodInfo.Types = Types; in AcpiDbExecute() 582 LocalInfo.Types = LocalInfo.ArgTypes; in AcpiDbMethodThread() 752 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes; in AcpiDbCreateExecutionThreads()
|
| /trueos/usr.sbin/pc-sysinstall/examples/ |
| HD | pcinstall.cfg.zfs | 26 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 39 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
|
| HD | pcinstall.cfg.rsync | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
|
| HD | pcinstall.cfg.geli | 27 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
|
| HD | pcinstall.cfg.gmirror | 18 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
|
| /trueos/contrib/llvm/lib/Bitcode/Writer/ |
| HD | ValueEnumerator.h | 46 TypeList Types; variable 131 const TypeList &getTypes() const { return Types; } in getTypes()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 744 if (size_reserve > 0) Types.reserve(size_reserve); in ASTContext() 803 llvm::errs() << " " << Types.size() << " types total.\n"; in PrintStats() 812 for (unsigned i = 0, e = Types.size(); i != e; ++i) { in PrintStats() 813 Type *T = Types[i]; in PrintStats() 905 Types.push_back(Ty); in InitBuiltinType() 2133 Types.push_back(New); in getComplexType() 2161 Types.push_back(New); in getPointerType() 2200 Types.push_back(New); in getDecayedType() 2232 Types.push_back(New); in getBlockPointerType() 2272 Types.push_back(New); in getLValueReferenceType() [all …]
|
| /trueos/sys/dev/mps/ |
| HD | mps_ioctl.h | 213 uint32_t Types[4]; member 218 uint32_t Types[4]; member
|
| /trueos/sys/dev/mpr/ |
| HD | mpr_ioctl.h | 212 uint32_t Types[4]; member 217 uint32_t Types[4]; member
|
| /trueos/lib/clang/libclangdriver/ |
| HD | Makefile | 20 Types.cpp \
|
| /trueos/contrib/libc++/include/ |
| D | csetjmp | 24 Types:
|
| D | cstdarg | 27 Types:
|
| D | csignal | 32 Types:
|
| D | ctime | 25 Types:
|
| D | cfenv | 36 Types:
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | TypeList.h | 60 Types () in Types() function
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | stabs.texinfo | 69 * Types:: Type definitions 72 * Stab Types:: Symbol types in a.out files 79 * Symbol Types Index:: Index of symbolic stab symbol type names. 186 @var{value} fields present in the stab. @xref{Stab Types}, for a list 238 For a full description of types, @ref{Types}. 1291 @node Types 1292 @chapter Defining Types 1300 * Builtin Types:: Integers, floating point, void, etc. 1301 * Miscellaneous Types:: Pointers, sets, files, etc. 1310 * Function Types:: [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | BuiltinTypes.def | 56 //===- Builtin Types ------------------------------------------------------===// 61 //===- Unsigned Types -----------------------------------------------------===// 96 //===- Signed Types -------------------------------------------------------===//
|