HomeSort by relevance Sort by last modified time
    Searched refs:AType (Results 1 - 17 of 17) sorted by null

  /external/gptfdisk/
parttypes.h 21 struct AType {
29 AType* next;
30 }; // struct AType
35 static AType* allTypes; // Linked list holding all the data
36 static AType* lastType; // Pointer to last entry in the list
parttypes.cc 22 AType* PartType::allTypes = NULL;
23 AType* PartType::lastType = NULL;
56 AType* tempType;
239 AType* tempType;
242 tempType = new AType;
288 AType* theItem = allTypes;
315 AType* theItem = allTypes;
336 AType* theItem = allTypes;
361 AType* theItem = allTypes;
388 AType* thisType = allTypes
    [all...]
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 42 unsigned int AType : 4;
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 781 llvm::ArrayType *AType =
783 llvm::Type *ElemTy = AType->getElementType();
785 unsigned NumElements = AType->getNumElements();
803 return llvm::ConstantAggregateZero::get(AType);
828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
833 return llvm::ConstantArray::get(AType, Elts);
859 llvm::ArrayType *AType = cast<llvm::ArrayType>(ConvertType(ExprType));
860 llvm::Type *ElemType = AType->getElementType();
863 unsigned NumElements = AType->getNumElements();
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext()
    [all...]
CGExprAgg.cpp 87 void EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
402 void AggExprEmitter::EmitArrayInit(Address DestPtr, llvm::ArrayType *AType,
406 uint64_t NumArrayElements = AType->getNumElements();
    [all...]
CGException.cpp 845 llvm::ArrayType *AType =
852 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);
    [all...]
CodeGenModule.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 491 ArrayType *AType =
495 LPI->addClause(ConstantArray::get(AType, TyInfo));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 687 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
688 ElementType = AType->getElementType();
689 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 196 SymbolRef::Type AType = *ATypeOrErr;
206 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue();
    [all...]
  /external/vulkan-headers/include/vulkan/
vulkan.hpp     [all...]
vulkan_core.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 183 SymbolRef::Type AType = *ATypeOrErr;
188 uint64_t AAddr = (AType != SymbolRef::ST_Function) ? 0 : A.getValue();
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1602 milliseconds