Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/msl/
DSeparateCompoundExpressions.cpp507 TIntermBlock *thenBlock = &buildBlockWithTailAssign(*var, *newThen); in visitTernaryPost() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h607 Block* thenBlock; variable
DSpvBuilder.cpp4051 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h600 Block* thenBlock; variable
DSpvBuilder.cpp3994 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
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1094 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createMaskedStore() local
1213 auto thenBlock = llvm::BasicBlock::Create(*jit->context, "", jit->function); in createScatter() local