Home
last modified time | relevance | path

Searched refs:BlockBegin (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp72 BlockBegin enumerator
86 return Cursor::BlockBegin; in skipUntilRecordOrBlock()
126 case Cursor::BlockBegin: in readMetaBlock()
165 case Cursor::BlockBegin: in readDiagnosticBlock()
/external/scudo/standalone/
Dcombined.h64 void *BlockBegin = Allocator::getBlockBegin(Ptr, &NewHeader); in recycle() local
67 Cache.deallocate(ClassId, BlockBegin); in recycle()
69 Allocator.Secondary.deallocate(BlockBegin); in recycle()
493 void *BlockBegin = getBlockBegin(OldPtr, &OldHeader); variable
498 BlockEnd = reinterpret_cast<uptr>(BlockBegin) +
502 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
803 void *BlockBegin = getBlockBegin(Ptr, &NewHeader); in quarantineOrDeallocateChunk() local
808 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()
812 Secondary.deallocate(BlockBegin); in quarantineOrDeallocateChunk()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.cpp368 while (!isNextTokenKind(Kind::BlockBegin)) { in parseOptionalStatements()
411 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseAcceleratorsResource()
456 assert(isNextTokenKind(Kind::BlockBegin) && in parseDialogResource()
488 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseUserDefinedResource()
609 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseMenuItemsList()
671 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseStringTableResource()
692 RETURN_IF_ERROR(consumeType(Kind::BlockBegin)); in parseVersionInfoBlockContents()
744 while (!isNextTokenKind(Kind::BlockBegin)) { in parseVersionInfoFixed()
DResourceScriptTokenList.def28 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
DResourceScriptToken.cpp354 Token = RCToken(Kind::BlockBegin, Name); in processIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/
Dtokenizer.test22 ; CHECK-NEXT: BlockBegin: {
26 ; CHECK-NEXT: BlockBegin: Begin
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
DResourceScriptTokenList.h26 SHORT_TOKEN(BlockBegin, '{') // Start of the script block; can also be BEGIN.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp406 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in cloneLoopBlocks() local
412 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in cloneLoopBlocks()
DLoopUnroll.cpp582 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local
607 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
DLoopUnrollRuntime.cpp293 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local
303 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
DLoopUnrollAndJam.cpp293 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollAndJamLoop() local
309 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollAndJamLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp280 LoopBlocksDFS::RPOIterator BlockBegin = LoopBlocks.beginRPO(); in CloneLoopBlocks() local
294 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
DLoopUnroll.cpp381 LoopBlocksDFS::RPOIterator BlockBegin = DFS.beginRPO(); in UnrollLoop() local
390 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp180 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() local
183 if (IP != BlockBegin) { in InsertBinop()
193 if (IP == BlockBegin) break; in InsertBinop()
508 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() local
511 if (IP != BlockBegin) { in expandAddToGEP()
521 if (IP == BlockBegin) break; in expandAddToGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp180 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() local
183 if (IP != BlockBegin) { in InsertBinop()
206 if (IP == BlockBegin) break; in InsertBinop()
521 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() local
524 if (IP != BlockBegin) { in expandAddToGEP()
534 if (IP == BlockBegin) break; in expandAddToGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp379 auto BlockBegin = Begin->begin(); in range() local
382 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp371 auto BlockBegin = Begin->begin(); in range() local
374 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range()