HomeSort by: relevance | last modified time | path
    Searched refs:LVType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 175 } LVType;
253 bool isSimple() const { return LVType == Simple; }
254 bool isVectorElt() const { return LVType == VectorElt; }
255 bool isBitField() const { return LVType == BitField; }
256 bool isExtVectorElt() const { return LVType == ExtVectorElt; }
257 bool isGlobalReg() const { return LVType == GlobalReg; }
258 bool isMatrixElt() const { return LVType == MatrixElt; }
395 R.LVType = Simple;
406 R.LVType = VectorElt;
418 R.LVType = ExtVectorElt
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 4596 QualType LVType,
4643 if (const PointerType *PT = LVType->getAs<PointerType>())
4644 LVType = PT->getPointeeType();
4645 const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl();

Completed in 42 milliseconds