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

1 2

  /external/llvm/lib/Support/
FoldingSet.cpp 233 NumNodes = 0;
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) {
240 Arg.NumNodes = 0;
247 NumNodes = RHS.NumNodes;
250 RHS.NumNodes = 0;
266 NumNodes = 0;
278 NumNodes = 0;
348 if (NumNodes+1 > capacity())
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 233 NumNodes = 0;
237 : Buckets(Arg.Buckets), NumBuckets(Arg.NumBuckets), NumNodes(Arg.NumNodes) {
240 Arg.NumNodes = 0;
247 NumNodes = RHS.NumNodes;
250 RHS.NumNodes = 0;
266 NumNodes = 0;
278 NumNodes = 0;
348 if (NumNodes+1 > capacity())
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 558 @param[in] NumNodes Number of elements in OfwNode.
594 IN UINTN NumNodes,
622 if (NumNodes < REQUIRED_PCI_OFW_NODES ||
700 } while (FirstNonBridge < NumNodes);
702 if (FirstNonBridge == NumNodes) {
720 if (NumNodes >= FirstNonBridge + 3 &&
772 } else if (NumNodes >= FirstNonBridge + 3 &&
815 } else if (NumNodes >= FirstNonBridge + 3 &&
859 } else if (NumNodes >= FirstNonBridge + 2 &&
887 } else if (NumNodes >= FirstNonBridge + 3 &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 230 NumNodes = 0;
243 NumNodes = 0;
255 NumNodes = 0;
310 if (NumNodes+1 > NumBuckets*2) {
316 ++NumNodes;
342 --NumNodes;
  /external/swiftshader/third_party/subzero/src/
IceLiveness.cpp 42 SizeT NumNodes = Func->getNumNodes();
44 Nodes.resize(NumNodes);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 271 /// NumNodes - The number of nodes in the graph.
272 unsigned NumNodes;
329 bool empty() const { return NumNodes == 0; }
330 unsigned size() const { return NumNodes; }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 51 : NumNodes(0), ReclaimNodeInterval(0) {}
176 --NumNodes;
329 ++NumNodes;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 270 /// NumNodes - The number of nodes in the graph.
271 unsigned NumNodes;
328 bool empty() const { return NumNodes == 0; }
329 unsigned size() const { return NumNodes; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 121 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
123 unsigned NumNodes;
178 unsigned size() const { return NumNodes; }
181 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
156 unsigned size() const { return NumNodes; }
159 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
156 unsigned size() const { return NumNodes; }
159 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
156 unsigned size() const { return NumNodes; }
159 bool empty() const { return NumNodes == 0; }

Completed in 4386 milliseconds

1 2