HomeSort by: relevance | last modified time | path
    Searched refs:isActive (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
EvalEmitter.cpp 70 if (isActive()) {
78 if (isActive()) {
86 if (isActive())
92 if (isActive())
99 if (!isActive())
125 if (FP.isActive()) {
197 if (!isActive())
208 if (!isActive())
222 if (!isActive())
235 if (!isActive())
    [all...]
EvalEmitter.h 113 bool isActive() { return CurrentLabel == ActiveLabel; }
Interp.cpp 114 if (Ptr.isActive())
122 while (!U.isActive()) {
132 if (Field.isActive()) {
Pointer.h 242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.cpp 116 if (!ActiveCols[ColIdx].isActive())
152 if (!ActiveCols[ColIdx].isActive())
234 if (ActiveCols[ColIdx].isActive()) {
260 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) {
265 if (ActiveCols[ColIdx2].isActive()) {
292 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn)
304 if (ActiveCols[ColIdx].isActive())
321 if (!ActiveCols[ColIdx].isActive())
SourcePrinter.h 50 bool isActive() const { return VarIdx != NullVarIdx; }
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 337 bool isActive(Parser &P) const {
343 return isActive(P) || P.ParenCount > ParenCount ||
357 if (!Locs.empty() && Locs.back().isActive(P)) {
380 if (!Locs.empty() && Locs.back().isActive(P))
944 bool isActive;
956 isActive = true;
959 assert(isActive && "Parsing action was finished!");
963 isActive = false;
966 assert(isActive && "Parsing action was finished!");
975 isActive = false
    [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/mit/libcbor/dist/docs/doxygen/search/
search.js 103 this.OnSearchFieldFocus = function(isActive)
105 this.Activate(isActive);
374 this.Activate = function(isActive)
376 if (isActive || // open it
390 else if (!isActive) // directly remove the panel
  /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...]
CGCleanup.h 74 unsigned IsActive : 1;
296 CleanupBits.IsActive = true;
317 bool isActive() const { return CleanupBits.IsActive; }
318 void setActive(bool A) { CleanupBits.IsActive = A; }
CGCall.cpp 3723 llvm::Instruction *isActive = Builder.CreateUnreachable();
3724 args.addArgCleanupDeactivation(cleanup, isActive);
4316 llvm::Instruction *IsActive = Builder.CreateUnreachable();
4317 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive);
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 617 if (!signalMeterTimer->isActive()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 126 bool isActive() const { return Active; }
4143 if (Prefix.isActive() &&
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1594 if (!isActive()) return;

Completed in 69 milliseconds