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

/freebsd-10.2-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.2-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.h674 GetDynamicValue (lldb::DynamicValueType valueType);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp88 DWORD valueType; local
160 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
178 lResult = RegQueryValueEx(hKey, valueName, NULL, &valueType,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp592 QualType valueType = cast<AtomicType>(Ty)->getValueType(); local
593 ResultType = ConvertTypeForMem(valueType);
596 uint64_t valueSize = Context.getTypeSize(valueType);
H A DCGExprAgg.cpp590 QualType valueType = E->getType(); local
591 if (isToAtomic) std::swap(atomicType, valueType);
594 assert(CGF.getContext().hasSameUnqualifiedType(valueType,
649 return EmitFinalDestCopy(valueType, rvalue);
H A DCGAtomic.cpp786 QualType valueType = atomics.getValueType(); local
796 llvm::Type *resultTy = CGM.getTypes().ConvertTypeForMem(valueType);
799 result = EmitFromMemory(result, valueType);

Completed in 334 milliseconds