| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 103 if (auto *AT = dyn_cast<AtomicType>(T)) in classify()
|
| H A D | EvalEmitter.cpp | 111 if (auto *AT = Ty->getAs<AtomicType>()) in emitRetValue()
|
| H A D | Program.cpp | 367 if (auto *AT = Ty->getAs<AtomicType>()) { in createDescriptor()
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | property-atomic-bool.m | 12 // CHECK: AtomicType {{.*}} '_Atomic(_Bool)'
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 181 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 D | CGExprComplex.cpp | 39 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType() 905 if (const AtomicType *AT = LHSTy->getAs<AtomicType>()) in EmitCompoundAssignLValue()
|
| H A D | CodeGenModule.h | 58 class AtomicType; variable 808 bool isPaddedAtomicType(const AtomicType *type);
|
| H A D | CGAtomic.cpp | 50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() 809 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>()) in EmitAtomicExpr()
|
| H A D | CGDebugInfo.h | 212 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
|
| H A D | SwiftCallingConv.cpp | 98 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData()
|
| H A D | CGExprConstant.cpp | 1635 if (auto AT = type->getAs<AtomicType>()) { in getNonMemoryType() 1717 if (auto AT = destType->getAs<AtomicType>()) { in emitForMemory()
|
| H A D | CodeGenFunction.cpp | 265 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 D | TypeNodes.td | 111 def AtomicType : TypeNode<Type>;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 704 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1043 const AstTypeMatcher<AtomicType> atomicType; 1072 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1237 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 D | ASTStructuralEquivalence.cpp | 1212 if (!IsStructurallyEquivalent(Context, cast<AtomicType>(T1)->getValueType(), in IsStructurallyEquivalent() 1213 cast<AtomicType>(T2)->getValueType())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1217 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 D | ASTContext.cpp | 2399 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 D | ASTNodeTraverser.h | 407 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); } in VisitAtomicType()
|
| H A D | TypeProperties.td | 345 let Class = AtomicType in {
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2809 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 D | ASTMatchers.h | 6908 extern const AstTypeMatcher<AtomicType> atomicType; 6922 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 1347 const auto *AT = T->castAs<AtomicType>(); in clang_Type_getValueType()
|