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

  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 20 var keyType, eltType ast.Expr
23 eltType = typ.Elt
26 eltType = typ.Value
29 if eltType != nil {
34 typ := reflect.ValueOf(eltType)
45 s.simplifyLiteral(typ, eltType, x, px)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 20 var keyType, eltType ast.Expr
23 eltType = typ.Elt
26 eltType = typ.Value
29 if eltType != nil {
34 typ := reflect.ValueOf(eltType)
45 s.simplifyLiteral(typ, eltType, x, px)
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 201 for (auto eltType : coerceToType->elements()) {
202 if (isPaddingForCoerceAndExpand(eltType)) continue;
204 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType);
206 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType);
225 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) {
226 if (eltType->isArrayTy()) {
227 assert(eltType->getArrayElementType()->isIntegerTy(8));
  /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);
CodeGenFunction.cpp     [all...]
CGCXXABI.h 81 virtual bool requiresArrayCookie(const CXXDeleteExpr *E, QualType eltType);
CGExpr.cpp     [all...]
CGExprComplex.cpp 311 QualType eltType = complexType->castAs<ComplexType>()->getElementType();
312 CharUnits offset = getContext().getTypeSizeInChars(eltType);
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 464 milliseconds