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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 108 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
109 switch (BTy->getKind()) {
138 createTBAAScalarType(BTy->getName(Features), getChar());
298 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
299 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset);
CGExprScalar.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 260 DIBasicType BTy);
DwarfCompileUnit.cpp 660 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
662 StringRef Name = BTy.getName();
667 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
675 BTy.getEncoding());
677 uint64_t Size = BTy.getSizeInBits() >> 3;
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 547 auto *BTy = cast<DIBasicType>(Ty);
548 unsigned Encoding = BTy->getEncoding();
793 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIBasicType *BTy) {
795 StringRef Name = BTy->getName();
801 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type)
805 BTy->getEncoding());
807 uint64_t Size = BTy->getSizeInBits() >> 3;
    [all...]
DwarfUnit.h 335 void constructTypeDIE(DIE &Buffer, const DIBasicType *BTy);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp 821 const BuiltinType *BTy = Ty->getAs<BuiltinType>();
822 if (BTy && (BTy->getKind() == BuiltinType::Half ||
823 BTy->getKind() == BuiltinType::Float))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 355 DIBasicType BTy(DbgNode);
356 if (BTy.Verify()) {
357 unsigned Encoding = BTy.getEncoding();
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 622 QualType BTy = getContext().getBaseElementType(DTy);
623 const CXXRecordDecl *RD = BTy->getAsCXXRecordDecl();
    [all...]

Completed in 442 milliseconds