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

1 2 3 4

  /external/clang/lib/CodeGen/
CGAtomic.cpp 357 static void emitAtomicCmpXchg(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak,
405 static void emitAtomicCmpXchgFailureSet(CodeGenFunction &CGF, AtomicExpr *E,
488 static void EmitAtomicOp(CodeGenFunction &CGF, AtomicExpr *E, Address Dest,
496 case AtomicExpr::AO__c11_atomic_init:
499 case AtomicExpr::AO__c11_atomic_compare_exchange_strong:
503 case AtomicExpr::AO__c11_atomic_compare_exchange_weak:
507 case AtomicExpr::AO__atomic_compare_exchange:
508 case AtomicExpr::AO__atomic_compare_exchange_n: {
537 case AtomicExpr::AO__c11_atomic_load:
538 case AtomicExpr::AO__atomic_load_n
    [all...]
CGExprComplex.cpp 293 ComplexPairTy VisitAtomicExpr(AtomicExpr *E) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 396 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 394 void VisitAtomicExpr(const AtomicExpr *E, ExplodedNode *Pred,
  /external/clang/include/clang/AST/
ASTContext.h 52 class AtomicExpr;
602 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 84 class AtomicExpr;
657 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 949 void ASTStmtReader::VisitAtomicExpr(AtomicExpr *E) {
951 E->Op = AtomicExpr::AtomicOp(Record[Idx++]);
952 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 693 TEST(Matcher, AtomicExpr) {
695 atomicExpr()));
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 574 milliseconds

1 2 3 4