HomeSort by: relevance | last modified time | path
    Searched defs:IsActive (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.h 32 bool IsMutable, bool IsActive,
178 unsigned IsActive : 1;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 171 if (cleanup.isActive()) return si;
568 llvm::Value *IsActive
570 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
654 bool IsActive = Scope.isActive();
680 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
705 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
817 assert(!IsActive && "source without fallthrough for active cleanup");
861 assert(!BranchThroughDest || !IsActive);
957 assert(!IsActive);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 1269 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
1272 mutable bool IsActive = false;
1282 IsActive(true) {
1295 IsActive = false;
1300 bool isActive() const { return IsActive; }
1312 if (!isActive()) return false;
1329 IsActive = D.IsActive;
1335 assert(isActive() && "Clients must not add to cleared diagnostic!")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 2505 bool IsActive = false;
2544 IsActive = false;
2549 IsActive = true;
2617 return IsActive ? ABRT_Success : ABRT_Inactive;
2798 if (!IsActive)

Completed in 25 milliseconds