| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 116 if (auto *AT = dyn_cast<AtomicType>(T)) in classify()
|
| H A D | EvalEmitter.cpp | 122 if (auto *AT = Ty->getAs<AtomicType>()) in emitRetValue()
|
| H A D | Program.cpp | 370 if (auto *AT = Ty->getAs<AtomicType>()) { in createDescriptor()
|
| /openbsd-src/gnu/llvm/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() 1045 if (const AtomicType *AT = LHSTy->getAs<AtomicType>()) in EmitCompoundAssignLValue()
|
| H A D | CodeGenModule.h | 59 class AtomicType; variable 822 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 | SwiftCallingConv.cpp | 99 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData()
|
| H A D | CGDebugInfo.h | 211 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
|
| H A D | CGExprConstant.cpp | 1632 if (auto AT = type->getAs<AtomicType>()) { in getNonMemoryType() 1714 if (auto AT = destType->getAs<AtomicType>()) { in emitForMemory()
|
| H A D | CodeGenFunction.cpp | 268 type = cast<AtomicType>(type)->getValueType(); in getEvaluationKind() 2355 type = cast<AtomicType>(ty)->getValueType(); in EmitVariablyModifiedType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 111 def AtomicType : TypeNode<Type>;
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1044 const AstTypeMatcher<AtomicType> atomicType; 1073 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 705 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 1242 QualType VisitAtomicType(const AtomicType *T) { in VisitAtomicType() 1532 if (const auto AT = getTypePtr()->getAs<AtomicType>()) in getAtomicUnqualifiedType() 2678 if (const auto *AT = BaseTy->getAs<AtomicType>()) in isLiteralType() 4065 return Cache::get(cast<AtomicType>(T)->getValueType()); in computeCachedProperties() 4153 return computeTypeLinkageInfo(cast<AtomicType>(T)->getValueType()); in computeTypeLinkageInfo()
|
| H A D | ASTContext.cpp | 2410 TypeInfo Info = getTypeInfo(cast<AtomicType>(T)->getValueType()); in getTypeInfoImpl() 3679 const auto *at = cast<AtomicType>(ty); in getVariableArrayDecayedType() 5846 AtomicType::Profile(ID, T); in getAtomicType() 5849 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType() 5859 AtomicType *NewIP = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos); in getAtomicType() 5862 auto *New = new (*this, TypeAlignment) AtomicType(T, Canonical); in getAtomicType() 8186 getObjCEncodingForTypeImpl(T->castAs<AtomicType>()->getValueType(), S, in getObjCEncodingForTypeImpl() 10607 QualType LHSValue = LHS->castAs<AtomicType>()->getValueType(); in mergeTypes() 10608 QualType RHSValue = RHS->castAs<AtomicType>()->getValueType(); in mergeTypes() 12609 const auto *AX = cast<AtomicType>(X), *AY = cast<AtomicType>(Y); in getCommonNonSugarTypeNode()
|
| H A D | ASTStructuralEquivalence.cpp | 1259 if (!IsStructurallyEquivalent(Context, cast<AtomicType>(T1)->getValueType(), in IsStructurallyEquivalent() 1260 cast<AtomicType>(T2)->getValueType())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1205 void TypePrinter::printAtomicBefore(const AtomicType *T, raw_ostream &OS) { in printAtomicBefore() 1214 void TypePrinter::printAtomicAfter(const AtomicType *T, raw_ostream &OS) {} in printAtomicAfter()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 404 void VisitAtomicType(const AtomicType *T) { Visit(T->getValueType()); } in VisitAtomicType()
|
| H A D | TypeProperties.td | 345 let Class = AtomicType in {
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2806 EVT AtomicType = cast<AtomicSDNode>(Node)->getMemoryVT(); in ExpandNode() local 2811 DAG.getValueType(AtomicType)); in ExpandNode() 2813 Node->getOperand(2), DAG.getValueType(AtomicType)); in ExpandNode() 2818 DAG.getValueType(AtomicType)); in ExpandNode() 2819 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode() 2823 LHS = DAG.getZeroExtendInReg(Res, dl, AtomicType); in ExpandNode() 2824 RHS = DAG.getZeroExtendInReg(Node->getOperand(2), dl, AtomicType); in ExpandNode()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6905 extern const AstTypeMatcher<AtomicType> atomicType; 6919 AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType));
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 1356 const auto *AT = T->castAs<AtomicType>(); in clang_Type_getValueType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 731 if (const AtomicType *Atomic = T->getAs<AtomicType>()) { in DefaultLvalueConversion() 1549 if (const AtomicType *AtomicLHS = LHSType->getAs<AtomicType>()) in UsualArithmeticConversions() 4590 T = cast<AtomicType>(Ty)->getValueType(); in captureVariablyModifiedType() 9786 if (const AtomicType *AtomicTy = dyn_cast<AtomicType>(LHSType)) { in CheckAssignmentConstraints() 11213 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() 11235 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() 14364 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand()
|