HomeSort by relevance Sort by last modified time
    Searched refs:AtomicExpr (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 186 EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, llvm::Value *Dest,
193 case AtomicExpr::AO__c11_atomic_init:
196 case AtomicExpr::AO__c11_atomic_compare_exchange_strong:
197 case AtomicExpr::AO__c11_atomic_compare_exchange_weak:
198 case AtomicExpr::AO__atomic_compare_exchange:
199 case AtomicExpr::AO__atomic_compare_exchange_n: {
216 case AtomicExpr::AO__c11_atomic_load:
217 case AtomicExpr::AO__atomic_load_n:
218 case AtomicExpr::AO__atomic_load: {
228 case AtomicExpr::AO__c11_atomic_store
    [all...]
CGExprAgg.cpp 193 void VisitAtomicExpr(AtomicExpr *E) {
    [all...]
CGExprComplex.cpp 282 ComplexPairTy VisitAtomicExpr(AtomicExpr *E) {
    [all...]
CGExprScalar.cpp 523 Value *VisitAtomicExpr(AtomicExpr *AE);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 288 return SemaAtomicOpsOverloaded(TheCallResult, AtomicExpr::AO##ID);
876 AtomicExpr::AtomicOp Op) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 49 class AtomicExpr;
483 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 162 friend class AtomicExpr; // ctor
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 897 void ASTStmtReader::VisitAtomicExpr(AtomicExpr *E) {
899 E->Op = AtomicExpr::AtomicOp(Record[Idx++]);
900 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
    [all...]
ASTWriterStmt.cpp 837 void ASTStmtWriter::VisitAtomicExpr(AtomicExpr *E) {
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 532 void StmtProfiler::VisitAtomicExpr(const AtomicExpr *S) {
    [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 134 milliseconds