Searched refs:isAtomicType (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp210 if (LV.getType()->isAtomicType()) {
610 assert(atomicType->isAtomicType());
863 if (LHS.getType()->isAtomicType()) {
880 if (LHS.getType()->isAtomicType()) {
H A DCGExprComplex.cpp298 if (lvalue.getType()->isAtomicType())
332 if (lvalue.getType()->isAtomicType())
H A DCGAtomic.cpp1131 if (!init->getType()->isAtomicType()) {
H A DCGDecl.cpp1186 if (type->isAtomicType()) {
H A DCGExpr.cpp1107 if (Ty->isAtomicType()) {
1221 if (Ty->isAtomicType()) {
/external/clang/lib/Sema/
H A DSemaType.cpp1238 if (CVRA & DeclSpec::TQ_atomic && !T->isAtomicType()) {
2081 unsigned AtomicQual = RetTy->isAtomicType() ? DeclSpec::TQ_atomic : 0;
2790 if ((T.getCVRQualifiers() || T->isAtomicType()) &&
5610 else if (T->isAtomicType())
H A DSemaChecking.cpp1070 if (!AtomTy->isAtomicType()) {
H A DSemaInit.cpp920 if (ElemType->isScalarType() || ElemType->isAtomicType())
H A DSemaExpr.cpp6694 if (!LHSType->isRecordType() && !LHSType->isAtomicType()) {
/external/clang/include/clang/AST/
H A DType.h1571 bool isAtomicType() const; // C11 _Atomic()
4958 inline bool Type::isAtomicType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/AST/
H A DExprConstant.cpp7932 assert(E->isRValue() && E->getType()->isAtomicType());
8026 } else if (T->isAtomicType()) {

Completed in 1479 milliseconds