Searched refs:valueType (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp114 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) argument
118 if (IsDynamic() && GetDynamicValueType() == valueType)
120 return m_parent->GetDynamicValue(valueType);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h64 GetDynamicValue (lldb::DynamicValueType valueType);
H A DValueObjectConstResult.h125 GetDynamicValue (lldb::DynamicValueType valueType);
H A DValueObject.h869 GetDynamicValue (lldb::DynamicValueType valueType);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp87 DWORD valueType; local
163 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
175 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp587 QualType valueType = cast<AtomicType>(Ty)->getValueType(); local
588 ResultType = ConvertTypeForMem(valueType);
591 uint64_t valueSize = Context.getTypeSize(valueType);
H A DCGAtomic.cpp795 QualType valueType = atomics.getValueType(); local
805 llvm::Type *resultTy = CGM.getTypes().ConvertTypeForMem(valueType);
808 result = EmitFromMemory(result, valueType);
H A DCGExprAgg.cpp657 QualType valueType = E->getType(); local
658 if (isToAtomic) std::swap(atomicType, valueType);
661 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
717 return EmitFinalDestCopy(valueType, rvalue);

Completed in 201 milliseconds