HomeSort by relevance Sort by last modified time
    Searched full:structtype (Results 76 - 100 of 338) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 14 // specific Type structures (CharType, StructType, etc.).
143 // A StructType represents a struct, union, or C++ class type.
144 type StructType struct {
162 func (t *StructType) String() string {
169 func (t *StructType) Defn() string {
483 t := new(StructType)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 14 // specific Type structures (CharType, StructType, etc.).
143 // A StructType represents a struct, union, or C++ class type.
144 type StructType struct {
162 func (t *StructType) String() string {
169 func (t *StructType) Defn() string {
483 t := new(StructType)
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 109 llvm::StructType::get(longDoubleType, longDoubleType, nullptr);
213 llvm::StructType *SuperTy;
219 llvm::StructType *PropertyTy;
223 llvm::StructType *PropertyListTy;
228 llvm::StructType *MethodTy;
496 llvm::StructType *SymtabTy;
500 llvm::StructType *ModuleTy;
503 llvm::StructType *ProtocolTy;
508 llvm::StructType *ProtocolExtensionTy;
514 llvm::StructType *MethodDescriptionTy
    [all...]
CGCall.cpp     [all...]
MicrosoftCXXABI.cpp 437 llvm::StructType *getTypeDescriptorType(StringRef TypeInfoString) {
440 llvm::StructType *&TypeDescriptorType =
449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
459 llvm::StructType *getBaseClassDescriptorType() {
471 BaseClassDescriptorType = llvm::StructType::create(
476 llvm::StructType *getClassHierarchyDescriptorType() {
480 ClassHierarchyDescriptorType = llvm::StructType::create(
493 llvm::StructType *getCompleteObjectLocatorType() {
496 CompleteObjectLocatorType = llvm::StructType::create(
671 llvm::StructType *getCatchableTypeType()
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 118 size_t getTypeSize(StructType * const ST, bool dereferencePtr = false);
190 const StructType *ST = dyn_cast<StructType>(Ty);
191 for (StructType::element_iterator stb = ST->element_begin(),
221 if (!dyn_cast<StructType>(DereferencedType)
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 47 if (StructType *STy = dyn_cast<StructType>(Ty)) {
48 for (StructType::element_iterator EB = STy->element_begin(),
91 if (StructType *STy = dyn_cast<StructType>(Ty)) {
93 for (StructType::element_iterator EB = STy->element_begin(),
381 return Idx < cast<StructType>(T)->getNumElements();
  /external/llvm/include/llvm/IR/
DataLayout.h 39 class StructType;
147 // The StructType -> StructLayout map.
451 const StructLayout *getStructLayout(StructType *Ty) const;
507 StructLayout(StructType *ST, const DataLayout &DL);
526 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/go/darwin-x86/src/reflect/
type.go 374 // structType represents a struct type.
375 type structType struct {
606 tt := (*structType)(unsafe.Pointer(t))
614 tt := (*structType)(unsafe.Pointer(t))
622 tt := (*structType)(unsafe.Pointer(t))
630 tt := (*structType)(unsafe.Pointer(t))
662 tt := (*structType)(unsafe.Pointer(t))
820 func (t *structType) Field(i int) (f StructField) {
859 func (t *structType) FieldByIndex(index []int) (f StructField) {
876 typ *structType
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 374 // structType represents a struct type.
375 type structType struct {
606 tt := (*structType)(unsafe.Pointer(t))
614 tt := (*structType)(unsafe.Pointer(t))
622 tt := (*structType)(unsafe.Pointer(t))
630 tt := (*structType)(unsafe.Pointer(t))
662 tt := (*structType)(unsafe.Pointer(t))
820 func (t *structType) Field(i int) (f StructField) {
859 func (t *structType) FieldByIndex(index []int) (f StructField) {
876 typ *structType
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 89 if _, ok := x.(*ast.StructType); !ok {
90 t.Errorf("ParseExpr(%q): got %T, want *ast.StructType", src, x)
381 if s, ok := s.Type.(*ast.StructType); ok {
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 89 if _, ok := x.(*ast.StructType); !ok {
90 t.Errorf("ParseExpr(%q): got %T, want *ast.StructType", src, x)
381 if s, ok := s.Type.(*ast.StructType); ok {
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr);
503 std::vector<StructType *> getIdentifiedStructTypes() const override;
522 std::vector<StructType *> IdentifiedStructTypes;
523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
524 StructType *createIdentifiedStructType(LLVMContext &Context);
    [all...]
  /build/blueprint/
unpack.go 125 structType := structValue.Type()
130 field := structType.Field(i)
  /external/llvm/lib/IR/
InlineAsm.cpp 287 StructType *STy = dyn_cast<StructType>(Ty->getReturnType());
ConstantFold.cpp 119 if (StructType *STy = dyn_cast<StructType>(ElTy)) {
359 if (StructType *STy = dyn_cast<StructType>(Ty))
421 if (StructType *STy = dyn_cast<StructType>(Ty)) {
485 if (StructType *STy = dyn_cast<StructType>(Ty))
650 if (StructType *STy = dyn_cast<StructType>(Ty)
    [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 171 StructType *STy = dyn_cast<StructType>(F.getReturnType());
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 162 StructType *STy = StructType::create(Ctx, PointerType::get(FTy, 0));
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 266 std::vector<StructType *> getIdentifiedStructTypes() const override;
285 std::vector<StructType *> IdentifiedStructTypes;
286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
782 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context,
784 auto *Ret = StructType::create(Context, Name);
789 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) {
790 auto *Ret = StructType::create(Context);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 61 using glu::StructType;
193 for (std::vector<StructType*>::iterator i = m_structs.begin(); i != m_structs.end(); i++)
200 StructType& ShaderInterface::allocStruct (const char* name)
203 m_structs.push_back(new StructType(name));
213 bool operator() (const StructType* type) const
219 const StructType* ShaderInterface::findStruct (const char* name) const
221 std::vector<StructType*>::const_iterator pos = std::find_if(m_structs.begin(), m_structs.end(), StructNameEquals(name));
225 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
227 for (std::vector<StructType*>::const_iterator i = m_structs.begin(); i != m_structs.end(); i++)
319 for (StructType::ConstIterator memberIter = type.getStructPtr()->begin(); memberIter != type.getStructPtr()->end() (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 58 using glu::StructType;
244 for (std::vector<StructType*>::iterator i = m_structs.begin(); i != m_structs.end(); i++)
251 StructType& ShaderInterface::allocStruct (const char* name)
254 m_structs.push_back(new StructType(name));
264 bool operator() (const StructType* type) const
270 const StructType* ShaderInterface::findStruct (const char* name) const
272 std::vector<StructType*>::const_iterator pos = std::find_if(m_structs.begin(), m_structs.end(), StructNameEquals(name));
276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
278 for (std::vector<StructType*>::const_iterator i = m_structs.begin(); i != m_structs.end(); i++)
404 for (StructType::ConstIterator memberIter = type.getStructPtr()->begin(); memberIter != type.getStructPtr()->end() (…)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 164 /// StructType, for example for formal arguments, calls, insertelement, etc.
243 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) {
297 if (StructType *STy = dyn_cast<StructType>(V->getType()))
395 assert(i < cast<StructType>(V->getType())->getNumElements() &&
735 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
788 StructType *STy = dyn_cast<StructType>(IVI.getType())
    [all...]
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 104 for (StructType *STy : StructTypes) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 82 if (auto ArgPtrDomainStructType = llvm::dyn_cast<llvm::StructType>(ArgPtrDomainType)) {
  /frameworks/compile/slang/
slang_rs_export_func.cpp 127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {

Completed in 3048 milliseconds

1 2 34 5 6 7 8 91011>>