/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ControlFlowGraph.java | 173 …if ( (lastExecutionJSR() == null) && (subroutines.subroutineOf(getInstruction()) != subroutines.ge… in execute() 176 …if ( (lastExecutionJSR() != null) && (subroutines.subroutineOf(getInstruction()) == subroutines.ge… in execute() 336 final Subroutine s = subroutines.subroutineOf(getInstruction()); in _getSuccessors() 403 private final Subroutines subroutines; field in ControlFlowGraph 426 subroutines = new Subroutines(method_gen, enableJustIceCheck); in ControlFlowGraph() 475 return subroutines.subroutineOf(i) == null; in isDead()
|
D | Subroutines.java | 364 private final Map<InstructionHandle, Subroutine> subroutines = new HashMap<>(); field in Subroutines 413 subroutines.put(astore, sr); in Subroutines() 417 subroutines.put(all[0], TOPLEVEL); in Subroutines() 503 for (final Subroutine sub : subroutines.values()) { in Subroutines() 504 … if (sub != subroutines.get(all[0])) { // We don't want to forbid top-level exception handlers. in Subroutines() 568 final Subroutine ret = subroutines.get(leader); in getSubroutine() 594 for (final Subroutine s : subroutines.values()) { in subroutineOf() 681 return "---\n"+subroutines+"\n---\n"; in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 11 ; subroutines. 19 ; Omitting the subprograms without inlined subroutines is not possible 21 ; (which happens with this optimization if there are no inlined subroutines). 72 ; inlined subroutines are omitted by design to save space)
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 11 ; subroutines. 19 ; Omitting the subprograms without inlined subroutines is not possible 21 ; (which happens with this optimization if there are no inlined subroutines). 72 ; inlined subroutines are omitted by design to save space)
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 90 ir_function *fn = this->state->subroutines[s]; in visit_leave()
|
D | glsl_parser_extras.cpp | 212 this->subroutines = NULL; in _mesa_glsl_parse_state() 1999 while (state->subroutines[j]->subroutine_index == -1) { in assign_subroutine_indexes() 2001 if (state->subroutines[k]->subroutine_index == index) in assign_subroutine_indexes() 2004 state->subroutines[j]->subroutine_index = index; in assign_subroutine_indexes()
|
D | glsl_parser_extras.h | 958 ir_function **subroutines; member
|
/external/kotlinc/bin/ |
D | kotlinc.bat | 49 rem # subroutines
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | inlined-formal-parameter.ll | 12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
|
D | inline-member-function.ll | 26 ; Ensure we omit DW_AT_object_pointer on inlined subroutines.
|
/external/llvm/test/DebugInfo/X86/ |
D | inlined-formal-parameter.ll | 12 ; Check that we have formal parameters for 'a' in both inlined subroutines.
|
D | inline-member-function.ll | 26 ; Ensure we omit DW_AT_object_pointer on inlined subroutines.
|
/external/ply/ply/example/BASIC/ |
D | README | 17 and no facilities for interactive input. Moreover, subroutines and functions
|
/external/googletest/googletest/docs/ |
D | primer.md | 20 and subroutines. This common pattern is easy to recognize and makes tests 92 test suite need to share common objects and subroutines, you can put them into a 323 5. If needed, define subroutines for your tests to share. 326 access objects and subroutines in the test fixture:
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.6.rst | 117 - glsl: Catch subscripted calls to undeclared subroutines
|
D | 7.9.1.rst | 235 - glsl: fix lowering conditional returns in subroutines
|
/external/llvm/test/DebugInfo/Generic/ |
D | inline-scopes.ll | 32 ; Ensure that file changes don't interfere with creating inlined subroutines.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | inline-scopes.ll | 32 ; Ensure that file changes don't interfere with creating inlined subroutines.
|
/external/mesa3d/src/compiler/nir/ |
D | README | 23 getting return values from subroutines. Registers can also be an array, in which
|
/external/one-true-awk/testdir/ |
D | funstack.in | 519 keywords = "Laplace transforms; subroutines", 537 keywords = "random number generation; subroutines", 555 keywords = "random number generation; subroutines", 573 keywords = "number theory; subroutines", 591 keywords = "number theory; subroutines", 737 keywords = "program debugging; subroutines", 867 keywords = "combinatorial mathematics; subroutines", 885 keywords = "combinatorial mathematics; subroutines", 917 keywords = "least squares approximations; nonlinear equations; subroutines", 935 keywords = "least squares approximations; nonlinear equations; subroutines", [all …]
|
/external/mesa3d/src/freedreno/afuc/ |
D | README.rst | 142 Simple subroutines can be implemented with ``call``/``ret``. The
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 642 For the special --but clean-- definition of subroutines JustIce uses, please 6542 subroutines 7307 clauses into subroutines 7335 But the specification fails to correctly specify what subroutines exactly 7627 Do we deal with one subroutine (which is the case if you define subroutines 7642 's target) or are these two subroutines (which is the case if you count 7658 Recursive calls to subroutines are forbidden by the specification; however, 7706 creates subroutines, the definition presented here is based on the observation 7826 This way, we can make sure subroutines are properly nested, so that JustIce 7905 We can also derive subsubroutines of subroutines recursively by exploiting [all …]
|
/external/python/cpython2/Doc/extending/ |
D | embedding.rst | 207 consider the application to be a set of subroutines, and write some glue code
|
/external/python/cpython3/Doc/extending/ |
D | embedding.rst | 214 consider the application to be a set of subroutines, and write some glue code
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 513 t/subroutines.pl
|