Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectSyntheticFilter.cpp119 ValueObjectSynthetic::GetDynamicValue (lldb::DynamicValueType valueType) in GetDynamicValue()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdVar.cpp299 lldb::SBType valueType = vrwValue.GetType(); in CompleteSBValue() local
510 lldb::SBType valueType = vrwValue.GetType(); in ExamineSBValueForChange() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.cpp601 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
HDCGExprAgg.cpp620 QualType valueType = E->getType(); in VisitCastExpr() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1004 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h529 ValueType valueType() const { return ValType; } in valueType() function