Searched refs:thenBlock (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2357 thenBlock = new Block(builder.getUniqueId(), *function); in If() 2364 function->addBlock(thenBlock); in If() 2365 builder.setBuildPoint(thenBlock); in If() 2392 builder.createConditionalBranch(condition, thenBlock, elseBlock); in makeEndIf() 2394 builder.createConditionalBranch(condition, thenBlock, mergeBlock); in makeEndIf() 2922 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch() argument 2926 branch->addIdOperand(thenBlock->getId()); in createConditionalBranch() 2929 thenBlock->addPredecessor(buildPoint); in createConditionalBranch()
|
D | SpvBuilder.h | 446 Block* thenBlock; variable 658 void createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock);
|
/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/ |
D | PrettyPrintVisitor.java | 1024 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt; in visit() 1025 if (thenBlock) // block statement should start on the same line in visit() 1032 if (!thenBlock) in visit() 1035 if (thenBlock) in visit()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | DumpVisitor.java | 1269 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt; in visit() 1270 if (thenBlock) // block statement should start on the same line in visit() 1277 if (!thenBlock) in visit() 1280 if (thenBlock) in visit()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
D | DumpVisitor.java | 1296 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt; in visit() 1297 if (thenBlock) // block statement should start on the same line in visit() 1304 if (!thenBlock) in visit() 1307 if (thenBlock) in visit()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | PrettyPrintVisitor.java | 1141 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt; in visit() 1142 if (thenBlock) // block statement should start on the same line in visit() 1149 if (!thenBlock) in visit() 1152 if (thenBlock) in visit()
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/printer/ |
D | PrettyPrintVisitor_prettyprinted | 972 final boolean thenBlock = n.getThenStmt() instanceof BlockStmt; 974 thenBlock) 981 if (!thenBlock) 984 if (thenBlock)
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/ |
D | com_github_javaparser_ast_visitor_DumpVisitor.txt | 794 Line 1296) final boolean thenBlock = n.getThenStmt() instanceof BlockStmt ==> boolean 797 thenBlock ==> boolean 802 Line 1304) !thenBlock ==> boolean 805 Line 1307) thenBlock ==> boolean
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 852 printBlockLabel(SS, E->thenBlock(), -1); in printBranch()
|
D | ThreadSafetyTIL.h | 1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function 1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function
|