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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 109 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
110 switch (BTy->getKind()) {
139 createTBAAScalarType(BTy->getName(Features), getChar());
297 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
298 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset);
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp 711 const BuiltinType *BTy = Ty->getAs<BuiltinType>();
712 if (BTy && (BTy->getKind() == BuiltinType::Half ||
713 BTy->getKind() == BuiltinType::Float))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 343 DIBasicType BTy);
DwarfCompileUnit.cpp 831 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
833 StringRef Name = BTy.getName();
838 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
846 BTy.getEncoding());
848 uint64_t Size = BTy.getSizeInBits() >> 3;
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 376 DIBasicType BTy(DbgNode);
377 if (BTy.Verify()) {
378 unsigned Encoding = BTy.getEncoding();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 186 milliseconds