| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Thunk.h | 57 bool isEmpty() const { in isEmpty() function 69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function 124 bool isEmpty() const { in isEmpty() function 136 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function 181 bool isEmpty() const { in isEmpty() function 182 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
|
| H A D | ProfileList.h | 42 bool isEmpty() const { return Empty; } in isEmpty() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCInstrItineraries.h | 126 bool isEmpty() const { return Itineraries == nullptr; } in isEmpty() function 152 if (isEmpty()) in getStageLatency() 168 if (isEmpty()) in getOperandCycle() 207 if (isEmpty()) in getOperandLatency() 229 if (isEmpty()) in getNumMicroOps()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | optional.d | 21 assert( opt.isEmpty()); 34 assert(!opt.isEmpty()); 73 bool isEmpty() const in Optional()
|
| H A D | optional.h | 36 bool isEmpty() const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 164 assert(!isEmpty()); in getMinValue() 169 assert(!isEmpty()); in getMaxValue() 174 if (isEmpty() || !pin(Point)) in containsImpl() 277 if (What.isEmpty() || !What.pin(Lower, Upper)) in intersect() 403 if (LHS.isEmpty() || RHS.isEmpty() || LHS.getMaxValue() < RHS.getMinValue() || in intersect() 418 if (What.isEmpty()) in negate() 652 return ClassConstraint.second.isEmpty(); in areFeasible() 972 assert(!Origin.isEmpty()); in fillGaps() 992 if (LHS.isEmpty() || RHS.isEmpty()) { in VisitBinaryOperator() 1142 if (!QueriedRangeSet || QueriedRangeSet->isEmpty()) in getRangeForComparisonSymbol() [all …]
|
| H A D | LoopUnrolling.cpp | 77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 286 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 300 if (LS.isEmpty() || !LS.getHead().isUnrolled()) in isUnrolledState()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | FrontendAction.h | 131 assert(!CurrentInput.isEmpty() && "No current file!"); in isCurrentFileAST() 140 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFile() 145 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileOrBufferName() 152 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function 45 assert(!isEmpty() && "Nothing selected"); in getSelection() 49 explicit operator bool() const { return !isEmpty();}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 432 bool isEmpty(TreeTy* T) const { return !T; } 504 assert(!isEmpty(L) && "Left tree cannot be empty to have a height >= 2"); 512 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1"); 521 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2"); 529 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1"); 544 if (isEmpty(T)) 564 if (isEmpty(T)) 583 if (isEmpty(L)) 585 if (isEmpty(R)) 593 assert(!isEmpty(T)); [all …]
|
| H A D | Twine.h | 193 bool isEmpty() const { in isEmpty() function 199 return isNull() || isEmpty(); in isNullary() 494 if (isEmpty()) in concat() 496 if (Suffix.isEmpty()) in concat()
|
| H A D | ImmutableList.h | 112 bool isEmpty() const { return !X; } in isEmpty() function 133 assert(!isEmpty() && "Cannot get the head of an empty list."); in getHead()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 56 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } in isEmpty() function 427 if (!Offset.isEmpty()) { in dump() 1133 if (VTableThunks.lookup(VTableIndex).Return.isEmpty()) in ComputeThisAdjustments() 1140 if (ThisAdjustment.isEmpty()) in ComputeThisAdjustments() 1188 if (!Offset.isEmpty()) { in ComputeReturnAdjustment() 1270 if (Offset.isEmpty()) in ComputeThisAdjustment() 1306 assert(ReturnAdjustment.isEmpty() && in AddMethod() 1314 if (!ReturnAdjustment.isEmpty()) in AddMethod() 1506 OverriddenMD).isEmpty()) { in AddMethods() 1962 if (!Thunk.isEmpty()) { in dumpLayout() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 42 assert(!Key.isEmpty()); in operator []() 44 if (N.isEmpty()) { in operator []() 202 if (!DestNode->isEmpty()) { in readFromBlob() 206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 40 if (ItinData && !ItinData->isEmpty()) { in ScoreboardHazardRecognizer() 114 if (!ItinData || ItinData->isEmpty()) in getHazardType() 173 if (!ItinData || ItinData->isEmpty()) in EmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AutoInitRemark.cpp | 158 if (!Var.isEmpty()) { in inspectVariable() 181 if (!Var.isEmpty()) in inspectVariable() 199 assert(!VI.isEmpty() && "No extra content to display."); in inspectDst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function 153 if (Rhs.isEmpty()) 156 if (Lhs.isEmpty()) 261 assert(N.isEmpty() || N.getDocument() == getDocument()); in push_back()
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| H A D | scanresults.cpp | 75 if (bss.isEmpty() || bss.startsWith("FAIL")) in updateResults() 108 if (bssid.isEmpty()) in updateResults()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 35 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList 69 Empty(SCL->isEmpty()), in ProfileList()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObject.h | 186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 298 if (!RequiredReleases.isEmpty()) { in checkBeginFunction() 406 if (State->get<UnreleasedIvarMap>().isEmpty()) in evalAssume() 451 if (State->get<UnreleasedIvarMap>().isEmpty()) in checkPointerEscape() 584 if (NewUnreleased.isEmpty()) { in diagnoseMissingReleases() 599 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases() 876 if (NewUnreleased.isEmpty()) { in removeValueRequiringRelease()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExprConcepts.h | 304 bool isEmpty() const { in isEmpty() function 309 return !isEmpty() && in isSubstitutionFailure() 314 return !isEmpty() && in isTypeConstraint()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 759 if (Registers.isEmpty()) in getRegisters() 777 if (ShaderFunctions.isEmpty()) in getShaderFunctions() 813 if (HwStages.isEmpty()) in getHwStage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
| H A D | RetireStage.h | 41 bool hasWorkToComplete() const override { return !RCU.isEmpty(); } in hasWorkToComplete()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/ |
| H A D | hello.cc | 38 if (kdedirs.isEmpty ()) in main()
|