Home
last modified time | relevance | path

Searched defs:NumObjects (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/Transforms/IPO/
DLowerTypeTests.cpp85 uint64_t NumObjects; in TEST() member
/external/llvm-project/llvm/unittests/Transforms/IPO/
DLowerTypeTests.cpp84 uint64_t NumObjects; in TEST() member
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2352 unsigned NumObjects = ObjectContexts.size(); in link() local
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1924 unsigned NumObjects = Record.readInt(); in VisitExprWithCleanups() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1456 unsigned NumObjects = Record[Idx++]; in VisitExprWithCleanups() local
/external/clang/include/clang/AST/
DStmt.h205 unsigned NumObjects : 32 - 1 - NumExprBits; in LLVM_ALIGNAS() local
/external/llvm-project/clang/include/clang/AST/
DStmt.h824 unsigned NumObjects : 32 - 1 - NumExprBits; variable