Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp121 ValueObjectSynthetic::GetDynamicValue(lldb::DynamicValueType valueType) { in GetDynamicValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp747 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() local
H A DSwiftCallingConv.cpp100 auto valueType = atomicType->getValueType(); in addTypedData() local
H A DCGExprAgg.cpp801 QualType valueType = E->getType(); in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h545 ValueType valueType() const { return ValType; } in valueType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1327 QualType valueType = recurse(T->getValueType()); in VisitAtomicType() local