HomeSort by relevance Sort by last modified time
    Searched defs:RTy (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 388 const ReferenceType *RTy = cast<ReferenceType>(Ty);
389 QualType ETy = RTy->getPointeeType();
CGExprScalar.cpp 764 llvm::VectorType *RTy = llvm::VectorType::get(LTy->getElementType(),
766 Value* NewV = llvm::UndefValue::get(RTy);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 739 DIDescriptor RTy = Elements.getElement(0);
740 addType(&Buffer, DIType(RTy));
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 900 QualType RTy = R->getValueType();
911 if (RTy->isStructureOrClassType())
915 if (RTy->isUnionType())
918 if (RTy->isArrayType())
922 if (RTy->isVectorType())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 329 milliseconds