Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DMangle.cpp43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
189 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
234 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
DMicrosoftMangle.cpp922 Out << "__block_invoke" << Context.getBlockId(BD, false); in mangleNestedName()
DItaniumMangle.cpp1564 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/external/clang/include/clang/AST/
DMangle.h76 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h363 int getBlockId(TIntermTyped *argument);
DOutputASM.cpp2298 int OutputASM::getBlockId(TIntermTyped *arg) in getBlockId() function in glsl::OutputASM
2330 int blockId = getBlockId(arg); in getArgumentInfo()