Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp84 } else if (auto valueType = getOptionalElementType()) { in emitCXXValueTypeName() local
H A DClangASTPropertiesEmitter.cpp335 } else if (auto valueType = type.getOptionalElementType()) { in validateType() local
491 } else if (auto valueType = type.getOptionalElementType()) { in emitBasicReaderWriterMethodSuffix() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp111 GetDynamicValue(lldb::DynamicValueType valueType) GetDynamicValue() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp686 QualType valueType = cast<AtomicType>(Ty)->getValueType(); ConvertType() local
H A DSwiftCallingConv.cpp100 auto valueType = atomicType->getValueType(); in addTypedData() local
H A DCGExprAgg.cpp791 QualType valueType = E->getType(); VisitCastExpr() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h545 ValueType valueType() const { return ValType; } in valueType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1265 QualType valueType = recurse(T->getValueType()); VisitAtomicType() local