Searched defs:ScalarTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dparameter-passing.c18 typedef int ScalarTy; typedef
28 static ScalarTy scalar_id(ScalarTy a) { return a; }
37 static void scalar_mul(ScalarTy a) { result *= a; }
/external/clang/lib/Sema/
H A DSema.cpp301 /// to the conversion from scalar type ScalarTy to the Boolean type.
302 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) { argument
303 switch (ScalarTy->getScalarTypeKind()) {
/external/llvm/lib/VMCore/
H A DConstants.cpp125 Type *ScalarTy = Ty->getScalarType(); local
131 if (PointerType *PTy = dyn_cast<PointerType>(ScalarTy))
538 Type *ScalarTy = Ty->getScalarType(); local
539 if (ScalarTy->isFloatingPointTy()) {
540 Constant *C = getNegativeZero(ScalarTy);

Completed in 67 milliseconds