Searched refs:SourceType (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3020 QualType &SourceType,
3035 SourceType = Fn->getType();
3036 UnqualifiedSourceType = SourceType.getUnqualifiedType();
3854 QualType SourceType = Initializer->getType(); local
3855 assert((DestType->isRecordType() || SourceType->isRecordType()) &&
3914 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) {
3920 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) {
4231 QualType SourceType; local
4236 SourceType = Initializer->getType();
4359 (Context.hasSameUnqualifiedType(SourceType, DestTyp
3018 ResolveOverloadedFunctionForReferenceBinding(Sema &S, Expr *Initializer, QualType &SourceType, QualType &UnqualifiedSourceType, QualType UnqualifiedTargetType, InitializationSequence &Sequence) argument
5558 QualType SourceType = CurInit.get()->getType(); local
5701 QualType SourceType = CurInit.get()->getType(); local
[all...]
H A DSemaDeclCXX.cpp7146 const Type *SourceType = UD->getQualifier()->getAsType(); local
7147 assert(SourceType &&
7152 CanQualType CanonicalSourceType = SourceType->getCanonicalTypeUnqualified();
7164 // Did not find SourceType in the bases.
7168 << QualType(SourceType, 0) << TargetClass;
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl2.h200 UINT8 SourceType; member in struct:acpi_asf_alert_data
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8827 EVT SourceType = MVT::Other; local
8840 SourceType = MVT::Other;
8848 if (SourceType == MVT::Other)
8850 SourceType = InTy;
8851 else if (InTy != SourceType) {
8853 SourceType = MVT::Other;
8865 bool ValidTypes = SourceType != MVT::Other &&
8867 isPowerOf2_32(SourceType.getSizeInBits());
8875 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
8877 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType)
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c528 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},

Completed in 187 milliseconds