Home
last modified time | relevance | path

Searched defs:thenBlock (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h446 Block* thenBlock; variable
DSpvBuilder.cpp2922 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function
1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function