HomeSort by relevance Sort by last modified time
    Searched refs:BaseType (Results 26 - 50 of 67) sorted by null

12 3

  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 23 enum { RegBase, FrameIndexBase } BaseType;
33 Address() : BaseType(RegBase), Offset(0) { Base.Reg = 0; }
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Type.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 68 } BaseType;
79 : BaseType(RegBase), Offset(0) {
367 Addr.BaseType = Address::FrameIndexBase;
406 if (!UseOffset && Addr.BaseType == Address::FrameIndexBase) {
411 Addr.BaseType = Address::RegBase;
492 if (Addr.BaseType == Address::FrameIndexBase) {
609 if (Addr.BaseType == Address::FrameIndexBase) {
887 Addr.BaseType = Address::FrameIndexBase;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 213 class BaseType(object):
229 class String(BaseType):
266 class Int(BaseType):
303 class Number(BaseType):
342 class Bool(BaseType):
379 class Object(BaseType):
422 class Any(BaseType):
457 class Array(BaseType):
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 798 DIType BaseType = DD->resolve(Ty.getTypeDerivedFrom());
802 if (!BaseType.isValid() || BaseType.isForwardDecl())
808 if (BaseType.getTag() == dwarf::DW_TAG_reference_type ||
809 BaseType.getTag() == dwarf::DW_TAG_rvalue_reference_type)
812 if (BaseType.isDerivedType())
813 return getBaseTypeSize(DD, DIDerivedType(BaseType));
815 return BaseType.getSizeInBits();
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 167 QualType BaseType = Base->getType();
169 if (BaseType->isDependentType())
172 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
206 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C))
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
    [all...]
Type.cpp 475 BaseType(Base)
    [all...]
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio0.c     [all...]
cmstypes.c     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaType.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
426 EVT BVT = BaseType->getVT();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 423 VTSDNode *BaseType = cast<VTSDNode>(Op.getOperand(1));
426 EVT BVT = BaseType->getVT();
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 61 } BaseType;
72 : BaseType(RegBase), Offset(0) {
844 Addr.BaseType = Address::FrameIndexBase;
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 125 enum BaseType : unsigned char {
150 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS)
154 BaseType Base;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 392 const Type *BaseType = BaseInit->getBaseClass();
394 cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
414 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
    [all...]
CGExprAgg.cpp     [all...]

Completed in 1049 milliseconds

12 3