/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 747 QualType valueType = cast<AtomicType>(Ty)->getValueType(); in ConvertType() 784 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType() 787 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType()
|
H A D | CGExprComplex.cpp | 43 return cast<ComplexType>(cast<AtomicType>(type)->getValueType()); in getComplexType() 1223 if (const AtomicType *AT = LHSTy->getAs<AtomicType>()) in EmitCompoundAssignLValue()
|
H A D | CodeGenModule.h | 60 class AtomicType; variable 851 bool isPaddedAtomicType(const AtomicType *type);
|
H A D | CGAtomic.cpp | 50 if (auto *ATy = AtomicTy->getAs<AtomicType>()) in AtomicInfo() 820 if (const AtomicType *AT = AtomicTy->getAs<AtomicType>()) in EmitAtomicExpr()
|
H A D | SwiftCallingConv.cpp | 99 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData()
|
H A D | CGDebugInfo.h | 223 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
|
H A D | CGExprConstant.cpp | 1764 if (auto AT = type->getAs<AtomicType>()) { in getNonMemoryType() 1875 if (auto AT = destType->getAs<AtomicType>()) { in emitForMemory()
|
H A D | CodeGenFunction.cpp | 303 type = cast<AtomicType>(type)->getValueType(); in getEvaluationKind() 2501 type = cast<AtomicType>(ty)->getValueType(); in EmitVariablyModifiedType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 183 if (const auto *AT = T->getAs<AtomicType>()) in classify()
|
H A D | Program.cpp | 424 if (const auto *AT = Ty->getAs<AtomicType>()) { in createDescriptor()
|
H A D | Pointer.cpp | 392 if (const auto *AT = Ty->getAs<AtomicType>()) in toRValue()
|
H A D | Compiler.cpp | 996 if (const auto *AT = LHSType->getAs<AtomicType>()) in VisitComplexBinOp() 999 if (const auto *AT = RHSType->getAs<AtomicType>()) in VisitComplexBinOp() 1305 if (const auto *AT = QT->getAs<AtomicType>()) in visitInitList()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 115 def AtomicType : TypeNode<Type>;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 947 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 1326 QualType VisitAtomicType(const AtomicType *T) { in VisitAtomicType() 1631 if (const auto AT = T.getTypePtr()->getAs<AtomicType>()) in getAtomicUnqualifiedType() 2943 if (const auto *AT = BaseTy->getAs<AtomicType>()) in isLiteralType() 4566 return Cache::get(cast<AtomicType>(T)->getValueType()); in computeCachedProperties() 4655 return computeTypeLinkageInfo(cast<AtomicType>(T)->getValueType()); in computeTypeLinkageInfo()
|
H A D | ASTContext.cpp | 2397 TypeInfo Info = getTypeInfo(cast<AtomicType>(T)->getValueType()); in getTypeInfoImpl() 3174 Ctx, OS, cast<AtomicType>(T)->getValueType()); in encodeTypeForFunctionPointerAuth() 4054 const auto *at = cast<AtomicType>(ty); in getVariableArrayDecayedType() 6302 AtomicType::Profile(ID, T); in getAtomicType() 6305 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType() 6315 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() 6318 auto *New = new (*this, alignof(AtomicType)) AtomicType(T, Canonical); in getAtomicType() 8657 getObjCEncodingForTypeImpl(T->castAs<AtomicType>()->getValueType(), S, in getObjCEncodingForTypeImpl() 11192 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes() 11193 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() [all …]
|
H A D | ASTStructuralEquivalence.cpp | 1374 if (!IsStructurallyEquivalent(Context, cast<AtomicType>(T1)->getValueType(), in IsStructurallyEquivalent() 1375 cast<AtomicType>(T2)->getValueType())) in IsStructurallyEquivalent()
|
H A D | APValue.cpp | 707 if (const auto *AT = Ty->getAs<AtomicType>()) in printPretty()
|
H A D | TypePrinter.cpp | 1328 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) { in printAtomicBefore() 1337 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) {} in printAtomicAfter()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 454 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); } in VisitAtomicType()
|
H A D | TypeProperties.td | 382 let Class = AtomicType in {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3184 EVT AtomicType = cast<AtomicSDNode>(Node)->getMemoryVT(); in ExpandNode() local 3189 DAG.getValueType(AtomicType)); in ExpandNode() 3191 Node->getOperand(2), DAG.getValueType(AtomicType)); in ExpandNode() 3196 DAG.getValueType(AtomicType)); in ExpandNode() 3197 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode() 3201 LHS = DAG.getZeroExtendInReg(Res, dl, AtomicType); in ExpandNode() 3202 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 738 if (const AtomicType *Atomic = T->getAs<AtomicType>()) { in DefaultLvalueConversion() 1560 if (const AtomicType *AtomicLHS = LHSType->getAs<AtomicType>()) in UsualArithmeticConversions() 4484 T = cast<AtomicType>(Ty)->getValueType(); in captureVariablyModifiedType() 9147 if (const AtomicType *AtomicTy = dyn_cast<AtomicType>(LHSType)) { in CheckAssignmentConstraints() 10649 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() 10671 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() 13794 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7199 extern const AstTypeMatcher<AtomicType> atomicType; 7213 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
|