Home
last modified time | relevance | path

Searched refs:AtomicType (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DContext.cpp103 if (auto *AT = dyn_cast<AtomicType>(T)) in classify()
H A DEvalEmitter.cpp111 if (auto *AT = Ty->getAs<AtomicType>()) in emitRetValue()
H A DProgram.cpp367 if (auto *AT = Ty->getAs<AtomicType>()) { in createDescriptor()
/llvm-project-15.0.7/clang/test/AST/
H A Dproperty-atomic-bool.m12 // CHECK: AtomicType {{.*}} '_Atomic(_Bool)'
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp181 if (const auto *AT = T->getAs<AtomicType>()) in isSafeToConvert()
798 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType()
836 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()
839 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType()
H A DCGExprComplex.cpp39 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType()
905 if (const AtomicType *AT = LHSTy->getAs<AtomicType>()) in EmitCompoundAssignLValue()
H A DCodeGenModule.h58 class AtomicType; variable
808 bool isPaddedAtomicType(const AtomicType *type);
H A DCGAtomic.cpp50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo()
809 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>()) in EmitAtomicExpr()
H A DCGDebugInfo.h212 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
H A DSwiftCallingConv.cpp98 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData()
H A DCGExprConstant.cpp1635 if (auto AT = type->getAs<AtomicType>()) { in getNonMemoryType()
1717 if (auto AT = destType->getAs<AtomicType>()) { in emitForMemory()
H A DCodeGenFunction.cpp265 type = cast<AtomicType>(type)->getValueType(); in getEvaluationKind()
2329 type = cast<AtomicType>(ty)->getValueType(); in EmitVariablyModifiedType()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td111 def AtomicType : TypeNode<Type>;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp704 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1043 const AstTypeMatcher<AtomicType> atomicType;
1072 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1237 QualType VisitAtomicType(const AtomicType *T) { in VisitAtomicType()
1508 if (const auto AT = getTypePtr()->getAs<AtomicType>()) in getAtomicUnqualifiedType()
2638 if (const auto *AT = BaseTy->getAs<AtomicType>()) in isLiteralType()
3975 return Cache::get(cast<AtomicType>(T)->getValueType()); in computeCachedProperties()
4063 return computeTypeLinkageInfo(cast<AtomicType>(T)->getValueType()); in computeTypeLinkageInfo()
H A DASTStructuralEquivalence.cpp1212 if (!IsStructurallyEquivalent(Context, cast<AtomicType>(T1)->getValueType(), in IsStructurallyEquivalent()
1213 cast<AtomicType>(T2)->getValueType())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1217 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) { in printAtomicBefore()
1226 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) {} in printAtomicAfter()
H A DASTContext.cpp2399 TypeInfo Info = getTypeInfo(cast<AtomicType>(T)->getValueType()); in getTypeInfoImpl()
3651 const auto *at = cast<AtomicType>(ty); in getVariableArrayDecayedType()
5797 AtomicType::Profile(ID, T); in getAtomicType()
5800 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType()
5810 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType()
5813 auto *New = new (*this, TypeAlignment) AtomicType(T, Canonical); in getAtomicType()
8081 getObjCEncodingForTypeImpl(T->castAs<AtomicType>()->getValueType(), S, in getObjCEncodingForTypeImpl()
10476 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes()
10477 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h407 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); } in VisitAtomicType()
H A DTypeProperties.td345 let Class = AtomicType in {
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2809 EVT AtomicType = cast<AtomicSDNode>(Node)->getMemoryVT(); in ExpandNode() local
2814 DAG.getValueType(AtomicType)); in ExpandNode()
2816 Node->getOperand(2), DAG.getValueType(AtomicType)); in ExpandNode()
2821 DAG.getValueType(AtomicType)); in ExpandNode()
2822 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode()
2826 LHS = DAG.getZeroExtendInReg(Res, dl, AtomicType); in ExpandNode()
2827 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6908 extern const AstTypeMatcher<AtomicType> atomicType;
6922 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1347 const auto *AT = T->castAs<AtomicType>(); in clang_Type_getValueType()

12