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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 134 GlobalLayoutBuilder(uint64_t NumObjects)
135 : Fragments(1), FragmentMap(NumObjects) {}
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 2324 unsigned NumObjects = ObjectContexts.size();
2416 BitVector ProcessedFiles(NumObjects, false);
2539 for (unsigned I = 0, E = NumObjects; I != E; ++I) {
2549 for (unsigned I = 0, E = NumObjects; I != E; ++I) {
2567 for (unsigned I = 0, E = NumObjects; I != E; ++I) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 1296 ExprWithCleanupsBits.NumObjects = objects.size();
1310 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects)
1312 ExprWithCleanupsBits.NumObjects = numObjects;
1317 unsigned numObjects) {
1318 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects),
1320 return new (buffer) ExprWithCleanups(empty, numObjects);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1925 unsigned NumObjects = Record.readInt();
1926 assert(NumObjects == E->getNumObjects());
1927 for (unsigned i = 0; i != NumObjects; ++i) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 3358 ExprWithCleanups(EmptyShell, unsigned NumObjects);
3364 unsigned numObjects);
3375 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; }
Stmt.h 824 unsigned NumObjects : 32 - 1 - NumExprBits;

Completed in 30 milliseconds