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

  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 74 QualType eltType = arrayType->getElementType();
75 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
77 addTypedData(eltType, begin + i * eltSize);
82 auto eltType = complexType->getElementType();
83 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
84 auto eltLLVMType = CGM.getTypes().ConvertType(eltType);
CGExprComplex.cpp 311 QualType eltType = complexType->castAs<ComplexType>()->getElementType();
312 CharUnits offset = getContext().getTypeSizeInChars(eltType);
    [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 297 milliseconds